svn commit: r224809 - stable/8/usr.sbin/rpcbind

2011-08-12 Thread Xin LI
Author: delphij Date: Sat Aug 13 00:56:42 2011 New Revision: 224809 URL: http://svn.freebsd.org/changeset/base/224809 Log: MFC r224001: Use prototype. While I'm there, add a pair of parenthesis to mark an if statment's border. Modified: stable/8/usr.sbin/rpcbind/rpcb_stat.c stable/8

svn commit: r224808 - stable/7/usr.sbin/mergemaster

2011-08-12 Thread Doug Barton
Author: dougb Date: Fri Aug 12 21:41:20 2011 New Revision: 224808 URL: http://svn.freebsd.org/changeset/base/224808 Log: MFC r224726: Make clear that the -U option can be dangerous. In -p mode install the group file with the same permissions as normally done in etc/Makefile. Upd

svn commit: r224807 - stable/8/usr.sbin/mergemaster

2011-08-12 Thread Doug Barton
Author: dougb Date: Fri Aug 12 21:40:24 2011 New Revision: 224807 URL: http://svn.freebsd.org/changeset/base/224807 Log: MFC r224726: Make clear that the -U option can be dangerous. In -p mode install the group file with the same permissions as normally done in etc/Makefile. Upd

svn commit: r224806 - head/sys/cam

2011-08-12 Thread Matt Jacob
Author: mjacob Date: Fri Aug 12 20:09:38 2011 New Revision: 224806 URL: http://svn.freebsd.org/changeset/base/224806 Log: Fixes for sure bus reference miscounting and potential device and target reference miscounts. It also adds a helper function to get the current reference counts for comp

svn commit: r224804 - head/sys/dev/isp

2011-08-12 Thread Matt Jacob
Author: mjacob Date: Fri Aug 12 19:51:28 2011 New Revision: 224804 URL: http://svn.freebsd.org/changeset/base/224804 Log: Fixes zombie device and loop down timers so that they work more than once. Use taskqueues to do the actual work. Fix an offset line. Fix isp_prt so that prints fr

svn commit: r224797 - in head: sys/kern sys/sys tools/regression/security/cap_test

2011-08-12 Thread Jonathan Anderson
Author: jonathan Date: Fri Aug 12 14:26:47 2011 New Revision: 224797 URL: http://svn.freebsd.org/changeset/base/224797 Log: Rename CAP_*_KEVENT to CAP_*_EVENT. Change the names of a couple of capability rights to be less FreeBSD-specific. Approved by: re (kib), mentor (rwatson) Spo

svn commit: r224794 - head/sys/sys

2011-08-12 Thread Jonathan Anderson
Author: jonathan Date: Fri Aug 12 11:43:56 2011 New Revision: 224794 URL: http://svn.freebsd.org/changeset/base/224794 Log: Reorder and renumber capability rights. This patch does three things: - puts capability rights in a more pleasing declaration order - changes mask values to matc

svn commit: r224793 - head/tools/regression/security/cap_test

2011-08-12 Thread Jonathan Anderson
Author: jonathan Date: Fri Aug 12 10:52:46 2011 New Revision: 224793 URL: http://svn.freebsd.org/changeset/base/224793 Log: Test *at(2) calls with capability-mode lookup. This commit adds regression testing for openat(), fstatat(), etc. with capability scoping ("strict relative" lookup),

svn commit: r224791 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-08-12 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Aug 12 07:04:16 2011 New Revision: 224791 URL: http://svn.freebsd.org/changeset/base/224791 Log: Eliminate the zfsdev_state_lock entirely and replace it with the spa_namespace_lock. This fixes LOR between the spa_namespace_lock and spa_config lock. LOR can cause deadloc