svn commit: r220967 - head/sys/kern

2011-04-23 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 23 11:22:48 2011 New Revision: 220967 URL: http://svn.freebsd.org/changeset/base/220967 Log: Fix a LOR in vfs_busy() where, after msleeping, it would lock the mutexes in the wrong order for the case where the MBF_MNTLSTLOCK is set. I believe this did have the

svn commit: r220968 - head/contrib/traceroute

2011-04-23 Thread Simon L. Nielsen
Author: simon Date: Sat Apr 23 13:07:35 2011 New Revision: 220968 URL: http://svn.freebsd.org/changeset/base/220968 Log: Check return code of setuid() in traceroute. While it will not fail in normal circumstances, better safe than sorry. Reported by: LLVM's clang static analyzer MFC

svn commit: r220969 - head/usr.sbin/rwhod

2011-04-23 Thread Simon L. Nielsen
Author: simon Date: Sat Apr 23 13:42:03 2011 New Revision: 220969 URL: http://svn.freebsd.org/changeset/base/220969 Log: Check return code of setuid(), setgid(), and setgroups() in rwhod. While they will not fail in normal circumstances, better safe than sorry. MFC after:1 week

svn commit: r220970 - head/usr.sbin/timed/timedc

2011-04-23 Thread Simon L. Nielsen
Author: simon Date: Sat Apr 23 13:57:12 2011 New Revision: 220970 URL: http://svn.freebsd.org/changeset/base/220970 Log: Check return code of setuid() in timedc. While it will not fail in normal circumstances, better safe than sorry. MFC after:3 days Modified: head/usr.sbin/ti

svn commit: r220971 - head/usr.bin/finger

2011-04-23 Thread Simon L. Nielsen
Author: simon Date: Sat Apr 23 14:19:26 2011 New Revision: 220971 URL: http://svn.freebsd.org/changeset/base/220971 Log: Check return code of setuid() and setgid() in finger. While they will not fail in normal circumstances, better safe than sorry. MFC after:1 week Modified: h

svn commit: r220974 - head/etc

2011-04-23 Thread Doug Barton
Author: dougb Date: Sat Apr 23 17:37:14 2011 New Revision: 220974 URL: http://svn.freebsd.org/changeset/base/220974 Log: As previously advertised, remove the error message for enable_quotas prior to 9.0-RELEASE. This change should not be MFC'ed. Modified: head/etc/rc.subr Modified: he

svn commit: r220975 - head/lib/libc/sys

2011-04-23 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Apr 23 20:59:58 2011 New Revision: 220975 URL: http://svn.freebsd.org/changeset/base/220975 Log: - Clarification on kld_file_stat.size - While here, remove a few C comments that don't seem to contribute anything additional to the man page. PR:

svn commit: r220977 - head/sys/vm

2011-04-23 Thread Konstantin Belousov
Author: kib Date: Sat Apr 23 21:38:21 2011 New Revision: 220977 URL: http://svn.freebsd.org/changeset/base/220977 Log: Fix two bugs in r218670. Hold the vnode around the region where object lock is dropped, until vnode lock is acquired. Do not drop the vnode reference for a case when

svn commit: r220978 - in head: bin/sh tools/regression/bin/sh/execution

2011-04-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 23 22:28:56 2011 New Revision: 220978 URL: http://svn.freebsd.org/changeset/base/220978 Log: sh: Allow EV_EXIT through function calls, make {...} next) mklocal(sp->text); exitstatus = oexitstatus; - if (flags & EV

svn commit: r220979 - head/sys/dev/drm

2011-04-23 Thread Konstantin Belousov
Author: kib Date: Sat Apr 23 23:11:44 2011 New Revision: 220979 URL: http://svn.freebsd.org/changeset/base/220979 Log: Fix display of the drm sysctls. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/dev/drm/drm_sysctl.c Modified: head/sys/dev/drm/drm_sysct

svn commit: r220980 - in head: . usr.sbin/mountd usr.sbin/nfsd

2011-04-23 Thread Rick Macklem
TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110423: + The default NFS server has been changed to the new server, which + was referred to as the experimental server. I

svn commit: r220981 - in head/usr.sbin: mountd nfsd

2011-04-23 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 24 01:11:28 2011 New Revision: 220981 URL: http://svn.freebsd.org/changeset/base/220981 Log: Patch the mountd and nfsd man pages to reflect the recent changes done by r220980 to deprecate the -e option and add the -o option. This is a content change for both ma

Re: svn commit: r220980 - in head: . usr.sbin/mountd usr.sbin/nfsd

2011-04-23 Thread Andrew Thompson
On 24 April 2011 12:06, Rick Macklem wrote: > Author: rmacklem > Date: Sun Apr 24 00:06:56 2011 > New Revision: 220980 > URL: http://svn.freebsd.org/changeset/base/220980 > > Log: >  This patch changes the default NFS server to the new one, which was >  referred to as the experimental server. It a