svn commit: r207265 - head/usr.sbin/config

2010-04-27 Thread Warner Losh
Author: imp Date: Tue Apr 27 06:14:30 2010 New Revision: 207265 URL: http://svn.freebsd.org/changeset/base/207265 Log: Require the option that's mapped be listed in the options file. This will allow people with old config options to either have it just work (if config is new enough), or

svn commit: r207269 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include

2010-04-27 Thread Konstantin Belousov
Author: kib Date: Tue Apr 27 09:48:43 2010 New Revision: 207269 URL: http://svn.freebsd.org/changeset/base/207269 Log: Style: use #defineTAB instead of #defineSPACE. Noted by: bde, pluknet gmail com MFC after:11 days Modified: head/sys/amd64/include/proc.h

svn commit: r207275 - head/sys/netinet

2010-04-27 Thread Bruce M Simpson
Author: bms Date: Tue Apr 27 14:14:21 2010 New Revision: 207275 URL: http://svn.freebsd.org/changeset/base/207275 Log: Fix a regression where DVMRP diagnostic traffic, such as that used by mrinfo and mtrace, was dropped by the IGMP TTL check. IGMP control traffic must always have a TTL of

svn commit: r207276 - head/sys/netinet6

2010-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 27 15:05:03 2010 New Revision: 207276 URL: http://svn.freebsd.org/changeset/base/207276 Log: Make sure IPv6 source address selection does not change interface addresses while walking the IPv6 address list if in the jail case something is connecting to ::1.

svn commit: r207278 - head/sys/net

2010-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 27 15:16:54 2010 New Revision: 207278 URL: http://svn.freebsd.org/changeset/base/207278 Log: MFP4: @177254 Add missing CURVNET_RESTORE() calls for multiple code paths, to stop leaking the currently cached vnet into callers and to the process. Sponsored by:

svn commit: r207281 - head/sys/dev/esp

2010-04-27 Thread Marius Strobl
Author: marius Date: Tue Apr 27 15:50:25 2010 New Revision: 207281 URL: http://svn.freebsd.org/changeset/base/207281 Log: Take advantage of OF_getscsinitid(). Modified: head/sys/dev/esp/esp_sbus.c Modified: head/sys/dev/esp/esp_sbus.c

svn commit: r207283 - head/usr.bin/gzip

2010-04-27 Thread Xin LI
Author: delphij Date: Tue Apr 27 17:50:43 2010 New Revision: 207283 URL: http://svn.freebsd.org/changeset/base/207283 Log: Language improvements to make the BUGS section easier to read. Reviewed by: Alexander Best alexbestms wwu de MFC after:13 days Modified:

svn commit: r207284 - head/usr.bin/gzip

2010-04-27 Thread Xin LI
Author: delphij Date: Tue Apr 27 17:57:04 2010 New Revision: 207284 URL: http://svn.freebsd.org/changeset/base/207284 Log: Use _exit(2) system call directly instead of using exit(3) in signal handler, as the latter is not guaranteed to be signal safe, and we do not really care about

svn commit: r207286 - head/sys/dev/mpt

2010-04-27 Thread Marius Strobl
Author: marius Date: Tue Apr 27 18:06:54 2010 New Revision: 207286 URL: http://svn.freebsd.org/changeset/base/207286 Log: Replace a magic value with the appropriate macro. Modified: head/sys/dev/mpt/mpt_cam.c Modified: head/sys/dev/mpt/mpt_cam.c

Re: svn commit: r207206 - head/bin/sh

2010-04-27 Thread Jilles Tjoelker
On Tue, Apr 27, 2010 at 07:52:25AM +0400, Andrey Chernov wrote: On Sun, Apr 25, 2010 at 08:43:19PM +, Jilles Tjoelker wrote: Author: jilles Date: Sun Apr 25 20:43:19 2010 New Revision: 207206 URL: http://svn.freebsd.org/changeset/base/207206 Log: sh: Use stalloc for arith

svn commit: r207305 - head/sys/mips/mips

2010-04-27 Thread Alan Cox
Author: alc Date: Wed Apr 28 04:25:36 2010 New Revision: 207305 URL: http://svn.freebsd.org/changeset/base/207305 Log: Adapt i386 r207205 to mips: Clearing PV_TABLE_REF and setting the page's PG_REFERENCED flag in pmap_protect() can't really be justified, so don't do it. Modified: