Hello,
I have found a trivial bug in pf(4) DIOCKILLSTATES ioctl.
No functional change by this patch.
UMEZAWA Takeshi (FAMILY Given)
Internet Initiative Japan Inc.
diff --git a/sys/net/pf_ioctl.c b/sys/net
.
UMEZAWA Takeshi (FAMILY Given)
Internet Initiative Japan Inc.
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index dc54d77..0090b85 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -421,6 +421,16 @@ Get or set the ESP encapsulation
Hello,
I have added send(2) MSG_DONTWAIT support, which enables us to choose
nonblocking or blocking for each send(2) call.
This feature is also found in Linux.
UMEZAWA Takeshi (FAMILY Given)
Internet Initiative Japan Inc
Hello,
If sizeof(void *) > sizeof(int), a warning is output.
No functional change by this patch.
----
UMEZAWA Takeshi (FAMILY Given)
Internet Initiative Japan Inc.
diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rta
Hello,
I have ported support for advertising route information, from FreeBSD's
rtadvd. This is derived from FreeBSD's svn revision 78064. That was from
KAME originally.
--------
UMEZAWA Takeshi (FAMILY Given)
Internet