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
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
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/
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
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
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
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.
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
=
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