svn commit: r216733 - head/sys/kern

2010-12-27 Thread Konstantin Belousov
Author: kib Date: Mon Dec 27 12:06:38 2010 New Revision: 216733 URL: http://svn.freebsd.org/changeset/base/216733 Log: Teach ddb show mount about MNTK_SUJ flag. Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c

svn commit: r216737 - head/usr.bin/lock

2010-12-27 Thread Ed Schouten
Author: ed Date: Mon Dec 27 15:05:15 2010 New Revision: 216737 URL: http://svn.freebsd.org/changeset/base/216737 Log: Fix style bug introduced in r216696. Additional indentation caused the line to become longer than 80 columns. Modified: head/usr.bin/lock/lock.c Modified:

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

2010-12-27 Thread Ed Maste
Author: emaste Date: Mon Dec 27 15:57:41 2010 New Revision: 216738 URL: http://svn.freebsd.org/changeset/base/216738 Log: Restore two commented-out tests from plus-minus1.0 to a new file. These two cases pass on -CURRENT but fail on stable/8. Reviewed by: jilles Added:

svn commit: r216742 - head/sys/netinet

2010-12-27 Thread Robert Watson
Author: rwatson Date: Mon Dec 27 19:38:25 2010 New Revision: 216742 URL: http://svn.freebsd.org/changeset/base/216742 Log: Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop(); I fixed this in r189657 in early 2009, so the comment is OBE. Reviewed by: bz MFC

svn commit: r216743 - head/bin/sh

2010-12-27 Thread Jilles Tjoelker
Author: jilles Date: Mon Dec 27 22:18:27 2010 New Revision: 216743 URL: http://svn.freebsd.org/changeset/base/216743 Log: sh: Simplify stack string code slightly. Maintain a pointer to the end of the stack string area instead of how much space is left. This simplifies the macros in

svn commit: r216744 - head/etc/rc.d

2010-12-27 Thread Doug Barton
Author: dougb Date: Mon Dec 27 22:52:47 2010 New Revision: 216744 URL: http://svn.freebsd.org/changeset/base/216744 Log: Add pidfile [1] While I'm here, don't run the sysctl frob unconditionally, and s/sysctl/$SYSCTL/ PR: conf/153460 [1] Submitted by: Grigory Rechistov

svn commit: r216746 - head/sys/conf

2010-12-27 Thread Colin Percival
Author: cperciva Date: Mon Dec 27 23:52:40 2010 New Revision: 216746 URL: http://svn.freebsd.org/changeset/base/216746 Log: Make it possible to specify WITHOUT_MODULES in a kernel config file. MFC after:1 week Modified: head/sys/conf/kern.pre.mk Modified: head/sys/conf/kern.pre.mk

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

2010-12-27 Thread Jilles Tjoelker
Author: jilles Date: Mon Dec 27 23:56:03 2010 New Revision: 216747 URL: http://svn.freebsd.org/changeset/base/216747 Log: sh: Add a testcase for cmdsubst errors that already works properly. If a command substitution consists of one special builtin and there is a redirection error, this

Re: svn commit: r216746 - head/sys/conf

2010-12-27 Thread Philip M. Gollucci
nice! On 12/27/2010 6:52 PM, Colin Percival wrote: Author: cperciva Date: Mon Dec 27 23:52:40 2010 New Revision: 216746 URL: http://svn.freebsd.org/changeset/base/216746 Log: Make it possible to specify WITHOUT_MODULES in a kernel config file. MFC after: 1 week Modified:

svn commit: r216749 - head/sys/netinet

2010-12-27 Thread Lawrence Stewart
Author: lstewart Date: Tue Dec 28 01:38:52 2010 New Revision: 216749 URL: http://svn.freebsd.org/changeset/base/216749 Log: Fix a whitespace nit introduced in r215166. Sponsored by: FreeBSD Foundation Spotted by: bz MFC after:5 weeks X-MFC with: r215166 Modified:

Re: svn commit: r216746 - head/sys/conf

2010-12-27 Thread Steve Kargl
On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Author: cperciva Date: Mon Dec 27 23:52:40 2010 New Revision: 216746 URL: http://svn.freebsd.org/changeset/base/216746 Log: Make it possible to specify WITHOUT_MODULES in a kernel config file. MFC after: 1 week Can

Re: svn commit: r216746 - head/sys/conf

2010-12-27 Thread Doug Barton
On 12/27/2010 18:02, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you explain how this differs from makeoptions NO_MODULES which has

Re: svn commit: r216746 - head/sys/conf

2010-12-27 Thread Steve Kargl
On Mon, Dec 27, 2010 at 06:02:57PM -0800, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you explain how this differs from makeoptions

svn commit: r216753 - head/sys/netinet

2010-12-27 Thread Lawrence Stewart
Author: lstewart Date: Tue Dec 28 03:27:20 2010 New Revision: 216753 URL: http://svn.freebsd.org/changeset/base/216753 Log: Add a new sack hint to track the most recent and highest sacked sequence number. This will be used by the incoming Enhanced RTT Khelp module. Sponsored by: FreeBSD