svn commit: r224775 - vendor/one-true-awk/dist

2011-08-11 Thread Ruslan Ermilov
Author: ru Date: Thu Aug 11 10:24:09 2011 New Revision: 224775 URL: http://svn.freebsd.org/changeset/base/224775 Log: Corrected description of the bugfix; distfile was updated. Modified: vendor/one-true-awk/dist/FIXES Modified: vendor/one-true-awk/dist/FIXES

svn commit: r224776 - in head: . contrib/one-true-awk

2011-08-11 Thread Ruslan Ermilov
Author: ru Date: Thu Aug 11 10:29:10 2011 New Revision: 224776 URL: http://svn.freebsd.org/changeset/base/224776 Log: - Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk. - Provide a build aid for those who already have a buggy awk(1) installed. Approved by: re

svn commit: r224777 - head/sys/dev/usb

2011-08-11 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 11 11:30:21 2011 New Revision: 224777 URL: http://svn.freebsd.org/changeset/base/224777 Log: Use synchronous device destruction instead of asynchronous, so that a new device having the same name like a previous one is not created before the old one is gone.

svn commit: r224778 - in head: sys/amd64/linux32 sys/cddl/compat/opensolaris/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/aac sys/dev/amr sys/dev/hwpmc sys/dev/ipmi sys/dev/isc...

2011-08-11 Thread Robert Watson
Author: rwatson Date: Thu Aug 11 12:30:23 2011 New Revision: 224778 URL: http://svn.freebsd.org/changeset/base/224778 Log: Second-to-last commit implementing Capsicum capabilities in the FreeBSD kernel for FreeBSD 9.0: Add a new capability mask argument to fget(9) and friends, allowing

svn commit: r224779 - head/release

2011-08-11 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Aug 11 13:13:08 2011 New Revision: 224779 URL: http://svn.freebsd.org/changeset/base/224779 Log: Fix building a release with old release scheme. This catches up with renaming from Makefile to Makefile.sysinstall. Approved by: re (hrs) Modified:

svn commit: r224780 - head/release

2011-08-11 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Aug 11 13:15:11 2011 New Revision: 224780 URL: http://svn.freebsd.org/changeset/base/224780 Log: Allow to build a release for stable/[78] on a current box and vise versa. Approved by: re (hrs) MFC after:1 week Modified: head/release/Makefile.sysinstall

svn commit: r224781 - head/sys/kern

2011-08-11 Thread Jonathan Anderson
Author: jonathan Date: Thu Aug 11 13:29:59 2011 New Revision: 224781 URL: http://svn.freebsd.org/changeset/base/224781 Log: Only call fdclose() on successfully-opened FDs. Since kern_openat() now uses falloc_noinstall() and finstall() separately, there are cases where we could get to

svn commit: r224782 - svnadmin/conf

2011-08-11 Thread Brooks Davis
Author: brooks Date: Thu Aug 11 14:17:04 2011 New Revision: 224782 URL: http://svn.freebsd.org/changeset/base/224782 Log: Take Kirill's commit bit into safe keeping per his request to core@. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r224783 - stable/7/usr.sbin/kbdmap

2011-08-11 Thread Jaakko Heinonen
Author: jh Date: Thu Aug 11 15:22:46 2011 New Revision: 224783 URL: http://svn.freebsd.org/changeset/base/224783 Log: MFC r216047 by kevlo: Fix fd leak in get_font MFC r222568: Don't try to close the stream if fopen(3) fails. PR: bin/155349 Modified:

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

2011-08-11 Thread Jonathan Anderson
Author: jonathan Date: Thu Aug 11 15:52:06 2011 New Revision: 224784 URL: http://svn.freebsd.org/changeset/base/224784 Log: Use the right printf() format string without a cast to maxint_t. As per kib's suggestion, we also change test_count from a size_t to an int; its value at the moment

Re: svn commit: r222853 - in head: . sys/amd64/amd64 sys/amd64/include sys/i386/i386 sys/i386/include sys/pc98/pc98

2011-08-11 Thread Ryan Stone
On Wed, Jun 8, 2011 at 4:12 AM, Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Wed Jun  8 08:12:15 2011 New Revision: 222853 URL: http://svn.freebsd.org/changeset/base/222853 Log:  remove code for dynamic offlining/onlining of CPUs on x86  The code has definitely been broken for