svn commit: r225371 - head/sys/kern

2011-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Sep 4 05:04:34 2011 New Revision: 225371 URL: http://svn.freebsd.org/changeset/base/225371 Log: Since r224036 the cputime and wallclock are supposed to be in seconds, not microseconds. Make it so. Approved by: re (kib) Modified: head/sys/kern/kern_rctl.c Mod

svn commit: r225370 - stable/7/bin/ed

2011-09-03 Thread Christian Brueffer
Author: brueffer Date: Sat Sep 3 21:28:26 2011 New Revision: 225370 URL: http://svn.freebsd.org/changeset/base/225370 Log: MFC: r225215 Fix memory leak in error cases. Modified: stable/7/bin/ed/buf.c Directory Properties: stable/7/bin/ed/ (props changed) Modified: stable/7/bin/ed/b

svn commit: r225369 - stable/8/bin/ed

2011-09-03 Thread Christian Brueffer
Author: brueffer Date: Sat Sep 3 20:46:30 2011 New Revision: 225369 URL: http://svn.freebsd.org/changeset/base/225369 Log: MFC: r225215 Fix memory leaks in error cases. Modified: stable/8/bin/ed/buf.c Directory Properties: stable/8/bin/ed/ (props changed) Modified: stable/8/bin/ed/

svn commit: r225367 - head/share/misc

2011-09-03 Thread Gavin Atkinson
Author: gavin Date: Sat Sep 3 12:59:05 2011 New Revision: 225367 URL: http://svn.freebsd.org/changeset/base/225367 Log: Add my doc mentor/mentee relationships. Approved by: re (kib), bcr, jkois (mentors) Modified: head/share/misc/committers-doc.dot Modified: head/share/misc/committers

svn commit: r225366 - head/libexec/rtld-elf

2011-09-03 Thread Dimitry Andric
Author: dim Date: Sat Sep 3 11:41:00 2011 New Revision: 225366 URL: http://svn.freebsd.org/changeset/base/225366 Log: When libexec/rtld-elf/rtld.c is compiled with clang, the r_debug_state() function (a hook necessary for gdb support), is inlined, but since the function contains no code, no

svn commit: r225365 - stable/8/sys/kern

2011-09-03 Thread Konstantin Belousov
Author: kib Date: Sat Sep 3 08:31:59 2011 New Revision: 225365 URL: http://svn.freebsd.org/changeset/base/225365 Log: MFC r225040: Prevent the hiwatermark for the unix domain socket from becoming effectively negative. Often seen as upstream fastcgi connection timeouts in nginx when using

svn commit: r225364 - head/sys/kern

2011-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Sep 3 08:08:24 2011 New Revision: 225364 URL: http://svn.freebsd.org/changeset/base/225364 Log: Fix panic that happens when fork(2) fails due to a limit other than the rctl one - for example, it happens when someone reaches maximum number of processes in the system.

svn commit: r225362 - svnadmin/conf

2011-09-03 Thread Doug Barton
Author: dougb Date: Sat Sep 3 07:15:14 2011 New Revision: 225362 URL: http://svn.freebsd.org/changeset/base/225362 Log: BIND 9.8.1 upgrade over Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf =

svn commit: r225361 - in head: contrib/bind9 contrib/bind9/bin/check contrib/bind9/bin/confgen contrib/bind9/bin/dig contrib/bind9/bin/dig/include/dig contrib/bind9/bin/dnssec contrib/bind9/bin/nam...

2011-09-03 Thread Doug Barton
Author: dougb Date: Sat Sep 3 07:13:45 2011 New Revision: 225361 URL: http://svn.freebsd.org/changeset/base/225361 Log: Upgrade to BIND version 9.8.1. Release notes at: https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib) Added: hea