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: r216734 - in stable/8: contrib/binutils/bfd contrib/binutils/binutils contrib/binutils/include/elf contrib/file contrib/gdb/gdb gnu/usr.bin/gdb/libgdb sys/compat/freebsd32 sys/kern sys/...

2010-12-27 Thread Attilio Rao
Author: attilio Date: Mon Dec 27 12:39:24 2010 New Revision: 216734 URL: http://svn.freebsd.org/changeset/base/216734 Log: MFC r215679: Add the ability for GDB to printout the thread name along with other thread specific informations. In order to achieve that, for both on-line debugging

svn commit: r216735 - stable/8/sys/dev/ichwd

2010-12-27 Thread Attilio Rao
Author: attilio Date: Mon Dec 27 12:52:35 2010 New Revision: 216735 URL: http://svn.freebsd.org/changeset/base/216735 Log: MFC r215868, 215918, 216266, 216298: - Advertise when the reboot came from a watchdog-induced reset - Fix a bug where TCO_BOOT_STS was supposed to be cleared after

svn commit: r216736 - stable/8/sys/dev/puc

2010-12-27 Thread Attilio Rao
Author: attilio Date: Mon Dec 27 12:57:38 2010 New Revision: 216736 URL: http://svn.freebsd.org/changeset/base/216736 Log: MFC r216513: Add Exar octal PCI UART. Sponsored by: Sandvine Incorporated Modified: stable/8/sys/dev/puc/pucdata.c Directory Properties: stable/8/sys/ (props

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: r216739 - in stable/8: etc sbin/route

2010-12-27 Thread Hiroki Sato
Author: hrs Date: Mon Dec 27 16:01:39 2010 New Revision: 216739 URL: http://svn.freebsd.org/changeset/base/216739 Log: - route(8) manual page update: no longer supports RTF_CLONING and RTF_LLINFO (MFC from r196833) - Remove -cloning flag from network.subr[*] PR:

svn commit: r216740 - in releng/8.2: etc sbin/route

2010-12-27 Thread Hiroki Sato
Author: hrs Date: Mon Dec 27 16:02:14 2010 New Revision: 216740 URL: http://svn.freebsd.org/changeset/base/216740 Log: - route(8) manual page update: no longer supports RTF_CLONING and RTF_LLINFO (MFC from r196833) - Remove -cloning flag from network.subr[*] PR:

svn commit: r216741 - releng/8.2/sys/net

2010-12-27 Thread Oleg Bulyzhin
Author: oleg Date: Mon Dec 27 18:55:16 2010 New Revision: 216741 URL: http://svn.freebsd.org/changeset/base/216741 Log: MFC r203548: Propagate the vlan events to the underlying interfaces/members so they can do initialization of hw related features. PR: kern/141646

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: r216745 - stable/8/usr.bin/locate/locate

2010-12-27 Thread Garrett Wollman
Author: wollman Date: Mon Dec 27 23:46:47 2010 New Revision: 216745 URL: http://svn.freebsd.org/changeset/base/216745 Log: Merge three revisions from head: r214583 | wollman | 2010-10-30 22:36:05 -0400 (Sat, 30 Oct 2010) | 6 lines Changed paths: M

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: r216748 - head/sys/i386/conf

2010-12-27 Thread Colin Percival
Author: cperciva Date: Mon Dec 27 23:59:27 2010 New Revision: 216748 URL: http://svn.freebsd.org/changeset/base/216748 Log: Build the modules which can be built. The excluded modules fall into two categories: Those which can't build with PAE because they attempt to cast a pointer to a

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 Colin Percival
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 been able to do for years? NO_MODULES means

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: r216750 - stable/8/usr.bin/find

2010-12-27 Thread Kevin Lo
Author: kevlo Date: Tue Dec 28 02:25:32 2010 New Revision: 216750 URL: http://svn.freebsd.org/changeset/base/216750 Log: MFC r216106: Don't error out while searching for empty directories. Submitted by: Bakul Shah bakul at bitblocks dot com Modified: stable/8/usr.bin/find/function.c

svn commit: r216751 - stable/8/lib/libusb

2010-12-27 Thread Kevin Lo
Author: kevlo Date: Tue Dec 28 02:43:28 2010 New Revision: 216751 URL: http://svn.freebsd.org/changeset/base/216751 Log: MFC r216431: Check return value of malloc(). Reviewed by: hselasky Modified: stable/8/lib/libusb/libusb20_compat01.c Modified:

svn commit: r216752 - stable/8/lib/libproc

2010-12-27 Thread Kevin Lo
Author: kevlo Date: Tue Dec 28 02:45:24 2010 New Revision: 216752 URL: http://svn.freebsd.org/changeset/base/216752 Log: MFC r216432: Fix a memory leak on the error condition Reviewed by: rpaulo Modified: stable/8/lib/libproc/proc_create.c Modified:

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