svn commit: r213182 - head/lib/libthr/thread

2010-09-26 Thread David Xu
Author: davidxu Date: Sun Sep 26 06:45:24 2010 New Revision: 213182 URL: http://svn.freebsd.org/changeset/base/213182 Log: Report death event to debugger before moving to gc list, otherwise debugger may can not find it on thread list. Modified: head/lib/libthr/thread/thr_exit.c Modified:

svn commit: r213183 - head/sbin/hastd

2010-09-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Sep 26 10:39:01 2010 New Revision: 213183 URL: http://svn.freebsd.org/changeset/base/213183 Log: Plug memory leak on fork(2) failure. Submitted by: Mikolaj Golub to.my.troc...@gmail.com MFC after:3 days Modified: head/sbin/hastd/hooks.c Modified:

Re: svn commit: r213181 - head/usr.sbin/watchdogd

2010-09-26 Thread Mikolaj Golub
On Sun, 26 Sep 2010 01:45:33 + (UTC) Ed Maste wrote: EM Log: EM Protect the watchdog daemon against swap OOM killer. This is similar to EM SVN r199804 which added protection to sshd, cron, syslogd, and inetd. May be there is a sense to have some utility in the system so that an

svn commit: r213184 - in stable/8: include lib/libc/gen

2010-09-26 Thread Rui Paulo
Author: rpaulo Date: Sun Sep 26 12:52:23 2010 New Revision: 213184 URL: http://svn.freebsd.org/changeset/base/213184 Log: Revert r213002. Modified: stable/8/include/libgen.h stable/8/lib/libc/gen/Makefile.inc stable/8/lib/libc/gen/Symbol.map stable/8/lib/libc/gen/basename.3

svn commit: r213185 - head/contrib/gcc/config/rs6000

2010-09-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Sep 26 14:20:09 2010 New Revision: 213185 URL: http://svn.freebsd.org/changeset/base/213185 Log: Check for NULL link registers as found in initial stack frames when doing stack unwinding, instead of naively trying to check the instruction at that location. This

svn commit: r213186 - stable/8/sbin/bsdlabel

2010-09-26 Thread Jaakko Heinonen
Author: jh Date: Sun Sep 26 16:52:05 2010 New Revision: 213186 URL: http://svn.freebsd.org/changeset/base/213186 Log: MFC r211873: Don't attempt to write label with GEOM_BSD based method if the class is not available. This improves error reporting when bsdlabel(8) is unable to open a

svn commit: r213187 - head/sbin/geom/class/part

2010-09-26 Thread Andrey V. Elsukov
Author: ae Date: Sun Sep 26 21:48:32 2010 New Revision: 213187 URL: http://svn.freebsd.org/changeset/base/213187 Log: Remove superfluous word from gpart bootcode usage message. Approved by: kib (mentor) Modified: head/sbin/geom/class/part/geom_part.c Modified:

svn commit: r213188 - head/sys/dev/mii

2010-09-26 Thread Marius Strobl
Author: marius Date: Sun Sep 26 22:11:41 2010 New Revision: 213188 URL: http://svn.freebsd.org/changeset/base/213188 Log: - Remove clause 3 and 4 from TNF licenses. - Remove closes 3 4 from Manuel Bouyer's license. Obtained from:NetBSD Modified: head/sys/dev/mii/acphy.c

svn commit: r213189 - stable/8/sys/fs/nfsclient

2010-09-26 Thread Rick Macklem
Author: rmacklem Date: Mon Sep 27 01:41:39 2010 New Revision: 213189 URL: http://svn.freebsd.org/changeset/base/213189 Log: MFC: r212362 Fix the experimental NFS client so that it doesn't panic when NFSv2,3 byte range locking is attempted. A fix that allows the nlm_advlock() to work with

svn commit: r213191 - stable/8/sys/fs/nfsserver

2010-09-26 Thread Rick Macklem
Author: rmacklem Date: Mon Sep 27 02:30:56 2010 New Revision: 213191 URL: http://svn.freebsd.org/changeset/base/213191 Log: MFC: r212443 This patch applies one of the two fixes suggested by zack.kirsch at isilon.com for a race between nfsrv_freeopen() and nfsrv_getlockfile() in the

svn commit: r213192 - stable/8/sys/fs/nfsserver

2010-09-26 Thread Rick Macklem
Author: rmacklem Date: Mon Sep 27 02:44:30 2010 New Revision: 213192 URL: http://svn.freebsd.org/changeset/base/213192 Log: MFC: r212833 Fix the experimental NFSv4 server so that it performs local VOP_ADVLOCK() unlock operations correctly. It was passing in F_SETLK instead of F_UNLCK as

svn commit: r213193 - stable/8/sys/fs/nfsserver

2010-09-26 Thread Rick Macklem
Author: rmacklem Date: Mon Sep 27 02:57:44 2010 New Revision: 213193 URL: http://svn.freebsd.org/changeset/base/213193 Log: MFC: r212834 Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so that it frees local locks correctly upon close. In order for nfsrv_localunlock() to work

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

2010-09-26 Thread Andriy Gapon
Author: avg Date: Mon Sep 27 05:46:20 2010 New Revision: 213194 URL: http://svn.freebsd.org/changeset/base/213194 Log: MFC r212821: kern.sched.topology_spec sysctl: use step of 1 for group levels numeration Modified: stable/8/sys/kern/sched_ule.c Directory Properties: stable/8/sys/