svn commit: r224211 - in stable/8/sys: kern sys

2011-07-19 Thread Konstantin Belousov
Author: kib Date: Tue Jul 19 10:41:26 2011 New Revision: 224211 URL: http://svn.freebsd.org/changeset/base/224211 Log: MFC r223966: Implement an RFTSIGZMB flag to rfork(2) to specify a signal that is delivered to parent when the child exists. Modified: stable/8/sys/kern/kern_fork.c

svn commit: r224212 - stable/8/lib/libc/sys

2011-07-19 Thread Konstantin Belousov
Author: kib Date: Tue Jul 19 10:45:31 2011 New Revision: 224212 URL: http://svn.freebsd.org/changeset/base/224212 Log: MFC r223967: Document RFTSIGZMB. Modified: stable/8/lib/libc/sys/rfork.2 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props

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

2011-07-19 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 19 10:48:39 2011 New Revision: 224213 URL: http://svn.freebsd.org/changeset/base/224213 Log: MFC r224085: - Add missing APIs. - Add some rangechecks. Modified: stable/8/lib/libusb/libusb.3 stable/8/lib/libusb/libusb01.c stable/8/lib/libusb/libusb10.c

svn commit: r224214 - stable/8/sys/sys

2011-07-19 Thread Konstantin Belousov
Author: kib Date: Tue Jul 19 10:53:47 2011 New Revision: 224214 URL: http://svn.freebsd.org/changeset/base/224214 Log: Bump __FreeBSD_version for RFTSIGZMB flag for rfork(2). Modified: stable/8/sys/sys/param.h Modified: stable/8/sys/sys/param.h

svn commit: r224215 - stable/8/sys/netgraph

2011-07-19 Thread Marko Zec
Author: zec Date: Tue Jul 19 11:04:58 2011 New Revision: 224215 URL: http://svn.freebsd.org/changeset/base/224215 Log: MFC r224107: Clear pending ifnet events, in an attempt at preventing ng_ether_link_state() from being dispatched after we have cleared our IFP2NG(ifp). Modified:

Re: svn commit: r224187 - in head: sys/amd64/amd64 sys/arm/arm sys/arm/sa11x0 sys/i386/i386 sys/ia64/ia64 sys/kern sys/mips/mips sys/powerpc/aim sys/powerpc/booke sys/sparc64/sparc64 sys/sys usr.bin/v

2011-07-19 Thread Attilio Rao
2011/7/19 Marcel Moolenaar mar...@xcllnt.net: On Jul 18, 2011, at 7:31 PM, Attilio Rao wrote: 2011/7/19 Marcel Moolenaar mar...@xcllnt.net: On Jul 18, 2011, at 5:59 PM, Attilio Rao wrote: 2011/7/19 Marcel Moolenaar mar...@xcllnt.net: On Jul 18, 2011, at 8:19 AM, Attilio Rao wrote:

svn commit: r224216 - in head/sys: ia64/ia64 mips/mips powerpc/aim sparc64/sparc64

2011-07-19 Thread Attilio Rao
Author: attilio Date: Tue Jul 19 12:41:57 2011 New Revision: 224216 URL: http://svn.freebsd.org/changeset/base/224216 Log: On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes storage. Fix the sintrcnt/sintrnames specification. No MFC is previewed for this patch.

svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-19 Thread Attilio Rao
Author: attilio Date: Tue Jul 19 13:00:30 2011 New Revision: 224217 URL: http://svn.freebsd.org/changeset/base/224217 Log: Bump MAXCPU for amd64, ia64 and XLP mips appropriately. From now on, default values for FreeBSD will be 64 maxiumum supported CPUs on amd64 and ia64 and 128 for XLP.

svn commit: r224218 - in head/sys: kern sys

2011-07-19 Thread Attilio Rao
Author: attilio Date: Tue Jul 19 14:57:59 2011 New Revision: 224218 URL: http://svn.freebsd.org/changeset/base/224218 Log: Remove pc_name member of struct pcpu. pc_name is only included when KTR option is and it does introduce a subdle KBI breakage that totally breaks vmstat when world and

svn commit: r224219 - head/sbin/ifconfig

2011-07-19 Thread Adrian Chadd
Author: adrian Date: Tue Jul 19 15:22:35 2011 New Revision: 224219 URL: http://svn.freebsd.org/changeset/base/224219 Log: This patch enables listing DFS related flags when 'ifconfig -v wlanX list channel' is run. The following new options are introduced: * D: channel requires DFS * R:

svn commit: r224220 - head/sys/net80211

2011-07-19 Thread Adrian Chadd
Author: adrian Date: Tue Jul 19 15:24:44 2011 New Revision: 224220 URL: http://svn.freebsd.org/changeset/base/224220 Log: This sets the BSS channel for each VAP for the given interface. It's only relevant in STA mode. The CSA forces a channel switch for the interface, but doesn't update

svn commit: r224221 - in head/sys: kern sys

2011-07-19 Thread Attilio Rao
Author: attilio Date: Tue Jul 19 16:50:55 2011 New Revision: 224221 URL: http://svn.freebsd.org/changeset/base/224221 Log: Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespace pollution. That is a step further in the direction of building correct policies for userland and

Re: svn commit: r224220 - head/sys/net80211

2011-07-19 Thread Wesley Shields
On Tue, Jul 19, 2011 at 03:24:44PM +, Adrian Chadd wrote: Author: adrian Date: Tue Jul 19 15:24:44 2011 New Revision: 224220 URL: http://svn.freebsd.org/changeset/base/224220 Log: This sets the BSS channel for each VAP for the given interface. It's only relevant in STA mode.

svn commit: r224222 - head/sys/net80211

2011-07-19 Thread Adrian Chadd
Author: adrian Date: Wed Jul 20 00:36:47 2011 New Revision: 224222 URL: http://svn.freebsd.org/changeset/base/224222 Log: Fix brokenness introduced by my last commit. Approved by: re (implicit) Modified: head/sys/net80211/ieee80211_proto.c Modified: head/sys/net80211/ieee80211_proto.c

svn commit: r224223 - stable/8/sys/dev/usb/input

2011-07-19 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 20 04:57:40 2011 New Revision: 224223 URL: http://svn.freebsd.org/changeset/base/224223 Log: MFC r223989: Fix for dump after shutdown with USB keyboard plugged in. Modified: stable/8/sys/dev/usb/input/ukbd.c Directory Properties: stable/8/sys/ (props

svn commit: r224224 - head/sbin/ifconfig

2011-07-19 Thread Adrian Chadd
Author: adrian Date: Wed Jul 20 05:59:28 2011 New Revision: 224224 URL: http://svn.freebsd.org/changeset/base/224224 Log: This patch removes a check in ifconfig which disables HT/40 channels on frequency bands with DFS. All Atheros chipsets = AR9001 support radar event detection on HT40