svn commit: r215515 - head/lib/liblzma

2010-11-19 Thread Martin Matuska
Author: mm Date: Fri Nov 19 09:59:55 2010 New Revision: 215515 URL: http://svn.freebsd.org/changeset/base/215515 Log: Remove obsoleted private symbol. Approved by: delphij (mentor) MFC after:together with 5.0.0 update Modified: head/lib/liblzma/Symbol.map Modified: head/lib/liblz

svn commit: r215518 - head/usr.bin/at

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:15:29 2010 New Revision: 215518 URL: http://svn.freebsd.org/changeset/base/215518 Log: Close file and directory descriptors MFC after:3 days Modified: head/usr.bin/at/at.c Modified: head/usr.bin/at/at.c ==

svn commit: r215519 - head/usr.bin/chkey

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:18:58 2010 New Revision: 215519 URL: http://svn.freebsd.org/changeset/base/215519 Log: Fix fd leak MFC after:3 days Modified: head/usr.bin/chkey/chkey.c Modified: head/usr.bin/chkey/chkey.c ===

svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 12:56:13 2010 New Revision: 215520 URL: http://svn.freebsd.org/changeset/base/215520 Log: sh: Add printf builtin. This was removed in 2001 but I think it is appropriate to add it back: * I do not want to encourage people to write fragile and non-portable ec

svn commit: r215522 - in head/sys: amd64/include i386/include

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 14:46:17 2010 New Revision: 215522 URL: http://svn.freebsd.org/changeset/base/215522 Log: specialreg.h: add definition for AMD Core Performance Boost bit This bit indicates availability of the feature. MFC after:4 days Modified: head/sys/amd64/includ

svn commit: r215523 - in head/sys: amd64/include i386/i386 i386/include

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 15:00:20 2010 New Revision: 215523 URL: http://svn.freebsd.org/changeset/base/215523 Log: specialreg.h: add AMD-specific "Hardware Configuration Register" MSR It seems that this MSR has been available in a range of AMD processors families for quite a while now

svn commit: r215524 - in head/sys: amd64/include i386/include

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 15:07:36 2010 New Revision: 215524 URL: http://svn.freebsd.org/changeset/base/215524 Log: specialreg.h: add definitions for MPERF/APERF pair of MSRs These MSRs can be used to determine actual (average) performance as compared to a maximum defined performance.

svn commit: r215525 - head/sys/i386/xen

2010-11-19 Thread Colin Percival
Author: cperciva Date: Fri Nov 19 15:12:19 2010 New Revision: 215525 URL: http://svn.freebsd.org/changeset/base/215525 Log: Make pmap_release consistent with pmap_pinit with respect to unpinning pages. The pinning of NPGPTD pages is #if 0ed out in pmap_pinit (I'm not quite sure why...) and

Re: svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Alexey Dokuchaev
On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote: > I do not want to encourage people to write fragile and non-portable echo > commands by making printf much slower than echo. True. > Side effect: printf is now always the builtin version (which behaves > identically to /usr/bin/pri

svn commit: r215526 - head/usr.sbin/mfiutil

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 15:39:59 2010 New Revision: 215526 URL: http://svn.freebsd.org/changeset/base/215526 Log: Handle malloc() failures more gracefully by error'ing out rather than segfaulting. Submitted by: gcooper MFC after:1 week Modified: head/usr.sbin/mfiutil/mfi_con

Re: svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Jilles Tjoelker
On Fri, Nov 19, 2010 at 03:21:27PM +, Alexey Dokuchaev wrote: > On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote: > > Side effect: printf is now always the builtin version (which behaves > > identically to /usr/bin/printf) and cannot be overridden via PATH (except > > via the und

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Marius Strobl
On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote: > Author: rstone > Date: Fri Nov 19 03:47:10 2010 > New Revision: 215507 > URL: http://svn.freebsd.org/changeset/base/215507 > > Log: > When doing a camcontrol rescan all or a camcontrol reset all, use the > wildcard > path id for en

svn commit: r215538 - head/sys/vm

2010-11-19 Thread Alan Cox
Author: alc Date: Fri Nov 19 17:49:08 2010 New Revision: 215538 URL: http://svn.freebsd.org/changeset/base/215538 Log: Reduce the amount of detail printed by vm_page_free_toq() when it panics. Reviewed by: kib Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c

svn commit: r215540 - head/sys/kern

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:56:16 2010 New Revision: 215540 URL: http://svn.freebsd.org/changeset/base/215540 Log: Set various POSIX capability sysctls to the version of the API that is supported rather than 1. They are supposed to return a suitable value for sysconf(3). While here, ma

svn commit: r215541 - head/sys/kern

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:57:50 2010 New Revision: 215541 URL: http://svn.freebsd.org/changeset/base/215541 Log: Set the POSIX semaphore capability when the semaphore module is enabled. This is ignored in HEAD where semaphores are marked as always enabled in . MFC after:1 week

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Marius Strobl
On Fri, Nov 19, 2010 at 05:56:20PM +0100, Marius Strobl wrote: > On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote: > > Author: rstone > > Date: Fri Nov 19 03:47:10 2010 > > New Revision: 215507 > > URL: http://svn.freebsd.org/changeset/base/215507 > > > > Log: > > When doing a camcontr

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Ryan Stone
I asked about this on freebsd-scsi and CAM_BUS_WILDCARD was what was suggested to me. I'm happy to make the change if the other way is correct. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscrib

svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log: Scan the list in reverse order for the shutdown handlers of loaded modules. This way, when there is a dependency between two modules, the handler of the latter probed ru

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 Attilio Rao : > Author: attilio > Date: Fri Nov 19 19:43:56 2010 > New Revision: 215544 > URL: http://svn.freebsd.org/changeset/base/215544 > > Log: >  Scan the list in reverse order for the shutdown handlers of loaded modules. >  This way, when there is a dependency between two modules,

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: > Author: attilio > Date: Fri Nov 19 19:43:56 2010 > New Revision: 215544 > URL: http://svn.freebsd.org/changeset/base/215544 > > Log: > Scan the list in reverse order for the shutdown handlers of > loaded modules. This way, when there is a

svn commit: r215547 - head/tools/regression/bin/sh/builtins

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 21:15:06 2010 New Revision: 215547 URL: http://svn.freebsd.org/changeset/base/215547 Log: sh: Add another simple test for the wait builtin. Added: head/tools/regression/bin/sh/builtins/wait3.0 (contents, props changed) Added: head/tools/regression/bin/sh/bui

svn commit: r215548 - in head/sys: fs/cd9660 fs/coda fs/ext2fs fs/hpfs fs/msdosfs fs/nfsclient fs/ntfs gnu/fs/reiserfs kern nfsclient sys ufs/ufs

2010-11-19 Thread Konstantin Belousov
Author: kib Date: Fri Nov 19 21:17:34 2010 New Revision: 215548 URL: http://svn.freebsd.org/changeset/base/215548 Log: Remove prtactive variable and related printf()s in the vop_inactive and vop_reclaim() methods. They seems to be unused, and the reported situation is normal for the forced u

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: > Author: attilio > Date: Fri Nov 19 19:43:56 2010 > New Revision: 215544 > URL: http://svn.freebsd.org/changeset/base/215544 > > Log: > Scan the list in reverse order for the shutdown handlers of loaded modules. > This way, when there

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: > On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: > > Author: attilio > > Date: Fri Nov 19 19:43:56 2010 > > New Revision: 215544 > > URL: http://svn.freebsd.org/changeset/base/215544 > > > > Log: > > Scan the list in reverse orde

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin : > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: >> Author: attilio >> Date: Fri Nov 19 19:43:56 2010 >> New Revision: 215544 >> URL: http://svn.freebsd.org/changeset/base/215544 >> >> Log: >>   Scan the list in reverse order for the shutdown handlers of loaded

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin : > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: >> > Author: attilio >> > Date: Fri Nov 19 19:43:56 2010 >> > New Revision: 215544 >> > URL: http://svn.freebsd.org/changeset/base/215544 >> > >> > Log:

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: > 2010/11/19 John Baldwin : > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: > >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: > >> > Author: attilio > >> > Date: Fri Nov 19 19:43:56 2010 > >> > New Revision: 215544

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote: > 2010/11/19 John Baldwin : > > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: > >> Author: attilio > >> Date: Fri Nov 19 19:43:56 2010 > >> New Revision: 215544 > >> URL: http://svn.freebsd.org/changeset/base/215544 > >> > >> L

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 04:31 pm, Attilio Rao wrote: > 2010/11/19 John Baldwin : > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: > >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: > >> > Author: attilio > >> > Date: Fri Nov 19 19:43:56 2010 > >> > New Revision: 215544 >

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 04:46 pm, John Baldwin wrote: > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: > > 2010/11/19 John Baldwin : > > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: > > >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: > > >> > Author: attili

svn commit: r215550 - head/tools/regression/bin/sh/expansion

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 22:25:32 2010 New Revision: 215550 URL: http://svn.freebsd.org/changeset/base/215550 Log: sh: Add a test that manipulates various long strings. It is quite effective at detecting mistakes in memalloc.c and code using it. It is somewhat slow, but some of

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: > On Friday 19 November 2010 04:46 pm, John Baldwin wrote: > > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: > > > 2010/11/19 John Baldwin : > > > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: > > > >> On Friday

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin : > On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote: >> 2010/11/19 John Baldwin : >> > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: >> >> Author: attilio >> >> Date: Fri Nov 19 19:43:56 2010 >> >> New Revision: 215544 >> >> URL: http://svn.freebsd.org

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin : > On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: >> On Friday 19 November 2010 04:46 pm, John Baldwin wrote: >> > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: >> > > 2010/11/19 John Baldwin : >> > > > On Friday, November 19, 2010 4:09:28 pm Jung-u

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 05:16 pm, John Baldwin wrote: > On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: > > On Friday 19 November 2010 04:46 pm, John Baldwin wrote: > > > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: > > > > 2010/11/19 John Baldwin : > > > > > On Friday,

svn commit: r215552 - head/sys/netinet

2010-11-19 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 20 07:36:43 2010 New Revision: 215552 URL: http://svn.freebsd.org/changeset/base/215552 Log: When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove the SIFTR pfil(9) hook functions to or from all network stacks. This patch allows packets