[PATCH] FIX: pf(4) DIOCKILLSTATES ioctl with port_op may not work correctly.

2013-03-25 Thread UMEZAWA Takeshi
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

[PATCH] Add IPV6_RECVDSTPORT socket option

2012-09-07 Thread UMEZAWA Takeshi
. 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

[PATCH] Add send(2) MSG_DONTWAIT support

2012-09-06 Thread UMEZAWA Takeshi
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

[PATCH] rtadvd: fix compile warning on amd64, etc

2012-09-04 Thread UMEZAWA Takeshi
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

[PATCH] rtadvd: Add support for route information in RA

2012-09-04 Thread UMEZAWA Takeshi
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