svn commit: r206264 - in head/sys: kern sys vm

2010-04-06 Thread Konstantin Belousov
Author: kib Date: Tue Apr 6 10:43:01 2010 New Revision: 206264 URL: http://svn.freebsd.org/changeset/base/206264 Log: When OOM searches for a process to kill, ignore the processes already killed by OOM. When killed process waits for a page allocation, try to satisfy the request as fast as

svn commit: r206267 - head/lib/libc/net

2010-04-06 Thread Hajimu UMEMOTO
Author: ume Date: Tue Apr 6 12:33:05 2010 New Revision: 206267 URL: http://svn.freebsd.org/changeset/base/206267 Log: Use the stored length value instead of calculating it by strlen(). Modified: head/lib/libc/net/getservent.c Modified: head/lib/libc/net/getservent.c

svn commit: r206268 - head/sys/dev/bce

2010-04-06 Thread David Christensen
Author: davidch Date: Tue Apr 6 12:44:28 2010 New Revision: 206268 URL: http://svn.freebsd.org/changeset/base/206268 Log: - Fixed 5708S 2.5G support broken in last commit. - Added some new debug helper routines to systcl. - Fixed many of the style(9) violations that have crept into the

svn commit: r206276 - head/tools/tools/nanobsd

2010-04-06 Thread Warner Losh
Author: imp Date: Tue Apr 6 16:23:12 2010 New Revision: 206276 URL: http://svn.freebsd.org/changeset/base/206276 Log: Fix comment about NANO_ARCH. It can be set now. Also add a warning about how it confuses TARGET and TARGET_ARCH and the need to separate the two out into independent

svn commit: r206281 - head/sys/netinet

2010-04-06 Thread Michael Tuexen
Author: tuexen Date: Tue Apr 6 18:57:50 2010 New Revision: 206281 URL: http://svn.freebsd.org/changeset/base/206281 Log: Fix a off-by-one bug in zeroing out the mapping arrays. Fix sctp_print_mapping_array(). MFC after: 1 week Modified: head/sys/netinet/sctp_indata.c