CVS commit: src/share/man/man3

2012-07-02 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Mon Jul  2 21:44:09 UTC 2012

Modified Files:
src/share/man/man3: intro.3

Log Message:
add reference to usb(3) and zlib(3).


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man3/intro.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2013-03-06 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Thu Mar  7 04:51:58 UTC 2013

Modified Files:
src: build.sh

Log Message:
fixed typo on comment.


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2010-03-12 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Fri Mar 12 13:33:19 UTC 2010

Modified Files:
src/sys/netinet: in.c

Log Message:
Fixed a number of race conditions in the case of receiving ipv4 packet.
found by iij seil team.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/netinet/in.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2010-04-07 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Wed Apr  7 22:59:15 UTC 2010

Modified Files:
src/sys/netinet6: in6.c

Log Message:
ip6_sprintf: compress the zeros of representation of the IPv6 address.
see RFC4291 section 2.2 item 2.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/netinet6/in6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2010-05-14 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Sat May 15 05:02:46 UTC 2010

Modified Files:
src/sys/netinet: in.c

Log Message:
Backout rev.1.137.  It causes troubles, see PR kern/43294.
We needs more discussion/a more general solution.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/netinet/in.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2011-08-22 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Tue Aug 23 03:00:35 UTC 2011

Modified Files:
src/sys/uvm: uvm_pager.c

Log Message:
make compile without VMSWAP.  no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/uvm/uvm_pager.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/ralink

2011-08-23 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Tue Aug 23 08:10:08 UTC 2011

Modified Files:
src/sys/arch/mips/ralink: ralink_eth.c

Log Message:
make compile with options RT3050.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/ralink/ralink_eth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbmips/conf

2011-12-15 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Thu Dec 15 16:14:18 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf: ALCHEMY

Log Message:
increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbmips/conf/ALCHEMY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/ralink

2012-02-11 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Sun Feb 12 01:51:53 UTC 2012

Modified Files:
src/sys/arch/mips/ralink: ralink_reg.h

Log Message:
add RT3050 SYSCTL_CFG0 values.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ralink/ralink_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2010-10-13 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Thu Oct 14 03:07:52 UTC 2010

Modified Files:
src/sys/kern: uipc_socket.c

Log Message:
Wait for freeing mbuf cluster in sosend() causes freeze network stack.
Don't wait for it.
problem was found by iij seil team.
it is similar to OpenBSD uipc_socket.c rev.1.72.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/sys/kern/uipc_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




CVS commit: src/sys/netinet6

2010-10-13 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Thu Oct 14 03:34:42 UTC 2010

Modified Files:
src/sys/netinet6: ip6_mroute.c

Log Message:
Fixed mbuf leak possibility.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/netinet6/ip6_mroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2013-07-17 Thread Masaru OKI
Module Name:src
Committed By:   oki
Date:   Wed Jul 17 10:16:58 UTC 2013

Modified Files:
src/sys/net: if_pppoe.c

Log Message:
if received PADT, get correct sc related with session id.
RFC2516 5.5 says, no tags required in PADT packet.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/net/if_pppoe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.