svn commit: r222049 - head/sys/dev/ath/ath_rate/sample

2011-05-18 Thread Adrian Chadd
Author: adrian Date: Wed May 18 07:20:30 2011 New Revision: 222049 URL: http://svn.freebsd.org/changeset/base/222049 Log: Modify the sample rate control algorithm to only select/sample HT rates for HT nodes. Modified: head/sys/dev/ath/ath_rate/sample/sample.c Modified:

svn commit: r222050 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-05-18 Thread Martin Matuska
Author: mm Date: Wed May 18 07:37:02 2011 New Revision: 222050 URL: http://svn.freebsd.org/changeset/base/222050 Log: Restore old (v15) behaviour for a recursive snapshot destroy. (zfs destroy -r pool/dataset@snapshot) To destroy all descendent snapshots with the same name the top level

svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Andriy Gapon
Author: avg Date: Wed May 18 07:40:12 2011 New Revision: 222051 URL: http://svn.freebsd.org/changeset/base/222051 Log: usb: change to one-pass probing of device drivers This brings USB bus more in line with how newbus is supposed to be used. Also, because of the two-pass probing the

svn commit: r222053 - head/lib/libprocstat

2011-05-18 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 18 10:04:54 2011 New Revision: 222053 URL: http://svn.freebsd.org/changeset/base/222053 Log: Release allocated memory in procstat_close(). Reviewed by: stass Modified: head/lib/libprocstat/libprocstat.c Modified: head/lib/libprocstat/libprocstat.c

Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Hans Petter Selasky
On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote: Author: avg Date: Wed May 18 07:40:12 2011 New Revision: 222051 URL: http://svn.freebsd.org/changeset/base/222051 Log: usb: change to one-pass probing of device drivers This brings USB bus more in line with how newbus is supposed

svn commit: r222054 - head/sys/dev/ath/ath_hal/ar5416

2011-05-18 Thread Adrian Chadd
Author: adrian Date: Wed May 18 11:28:23 2011 New Revision: 222054 URL: http://svn.freebsd.org/changeset/base/222054 Log: This isn't needed any longer, it's defined in ah_internal.h. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Modified:

Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Garrett Cooper
On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky hsela...@freebsd.org wrote: On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote: Author: avg Date: Wed May 18 07:40:12 2011 New Revision: 222051 URL: http://svn.freebsd.org/changeset/base/222051 Log:   usb: change to one-pass probing of

svn commit: r222055 - head/sys/netgraph/bluetooth/drivers/ubt

2011-05-18 Thread Andriy Gapon
Author: avg Date: Wed May 18 11:38:36 2011 New Revision: 222055 URL: http://svn.freebsd.org/changeset/base/222055 Log: usb: fix a missed use of use_generic in r222051 Submitted by: gcooper Pointyhat to: avg MFC after:1 month X-MFC with: r222051 Modified:

Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Andriy Gapon
on 18/05/2011 14:32 Garrett Cooper said the following: On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky hsela...@freebsd.org wrote: Looks like you missed ng_ubt.c. Just do a grep -r for the replaced fields. I thought I did, but... Thank you for the report. The patch I sent offline to

svn commit: r222064 - stable/8/sys/geom/label

2011-05-18 Thread Andrey V. Elsukov
Author: ae Date: Wed May 18 16:07:24 2011 New Revision: 222064 URL: http://svn.freebsd.org/changeset/base/222064 Log: MFC r221433: When checking existence of providers skip those which are orphaned. PR: kern/132273 Modified: stable/8/sys/geom/label/g_label.c Directory

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

2011-05-18 Thread Attilio Rao
Author: attilio Date: Wed May 18 16:07:30 2011 New Revision: 222065 URL: http://svn.freebsd.org/changeset/base/222065 Log: Merge part of r221322 from largeSMP project: Sync XEN support with i386 about the usage of ipi_send_cpu() Tested by:pluknet MFC after:2 weeks Modified:

svn commit: r222067 - stable/7/sys/geom/label

2011-05-18 Thread Andrey V. Elsukov
Author: ae Date: Wed May 18 16:28:28 2011 New Revision: 222067 URL: http://svn.freebsd.org/changeset/base/222067 Log: MFC r221433: When checking existence of providers skip those which are orphaned. PR: kern/132273 Modified: stable/7/sys/geom/label/g_label.c Directory

Re: svn commit: r221904 - head/sys/netinet

2011-05-18 Thread Bjoern A. Zeeb
On May 14, 2011, at 6:22 PM, Michael Tuexen wrote: Author: tuexen Date: Sat May 14 18:22:14 2011 New Revision: 221904 URL: http://svn.freebsd.org/changeset/base/221904 Log: Fix the source address selection for boundall sockets when sending INITs to a global IPv4 address having only

svn commit: r222068 - head/sys/powerpc/booke

2011-05-18 Thread Attilio Rao
Author: attilio Date: Wed May 18 16:41:38 2011 New Revision: 222068 URL: http://svn.freebsd.org/changeset/base/222068 Log: Fix newly introduced code. Reported by: sbruno Modified: head/sys/powerpc/booke/platform_bare.c Modified: head/sys/powerpc/booke/platform_bare.c

svn commit: r222069 - head/sys/powerpc/booke

2011-05-18 Thread Attilio Rao
Author: attilio Date: Wed May 18 16:42:01 2011 New Revision: 222069 URL: http://svn.freebsd.org/changeset/base/222069 Log: Fix warning spit out. Reported by: sbruno Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c

svn commit: r222070 - head/sys/powerpc/booke

2011-05-18 Thread Attilio Rao
Author: attilio Date: Wed May 18 16:50:13 2011 New Revision: 222070 URL: http://svn.freebsd.org/changeset/base/222070 Log: Revert r222069,222068 as they were intended to be committed to the largeSMP branch. Reported by: pluknet Modified: head/sys/powerpc/booke/platform_bare.c

svn commit: r222072 - head

2011-05-18 Thread Warner Losh
Author: imp Date: Wed May 18 17:06:11 2011 New Revision: 222072 URL: http://svn.freebsd.org/changeset/base/222072 Log: Clean up a loose end from the conversion from gnu ar/ranlib to the BSD one. Without this, we don't have ar or randlib in the tool path, leading to much pain for some

svn commit: r222074 - head/release

2011-05-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 18 17:39:28 2011 New Revision: 222074 URL: http://svn.freebsd.org/changeset/base/222074 Log: As requested by many people, with final prodding from Jason Hall, fix this so that running make release causes make obj to be run before doing anything. This fixes a

svn commit: r222075 - in head/sys: fs/nfsclient nfsclient

2011-05-18 Thread Rick Macklem
Author: rmacklem Date: Wed May 18 18:36:40 2011 New Revision: 222075 URL: http://svn.freebsd.org/changeset/base/222075 Log: Add a sanity check for the existence of an addr option to both NFS clients. This avoids the crash reported by Sergey Kandaurov (pluk...@gmail.com) to the freebsd-fs@

svn commit: r222077 - head/sys/netinet

2011-05-18 Thread Michael Tuexen
Author: tuexen Date: Wed May 18 19:49:39 2011 New Revision: 222077 URL: http://svn.freebsd.org/changeset/base/222077 Log: Unbreak INET-less build. Reported by bz@ MFC after: 1 week Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

Re: svn commit: r222077 - head/sys/netinet

2011-05-18 Thread Bjoern A. Zeeb
On May 18, 2011, at 7:49 PM, Michael Tuexen wrote: Author: tuexen Date: Wed May 18 19:49:39 2011 New Revision: 222077 URL: http://svn.freebsd.org/changeset/base/222077 Log: Unbreak INET-less build. Reported by bz@ Thanks a lot! MFC after: 1 week Modified:

Re: svn commit: r221904 - head/sys/netinet

2011-05-18 Thread Michael Tuexen
Hi Bjoern, fixed in http://svn.freebsd.org/changeset/base/222077 Thanks for reporting it. Best regards Michael On May 18, 2011, at 6:35 PM, Bjoern A. Zeeb wrote: On May 14, 2011, at 6:22 PM, Michael Tuexen wrote: Author: tuexen Date: Sat May 14 18:22:14 2011 New Revision: 221904 URL:

svn commit: r222078 - head/usr.sbin/pc-sysinstall/backend

2011-05-18 Thread Josh Paetzel
Author: jpaetzel Date: Wed May 18 20:29:07 2011 New Revision: 222078 URL: http://svn.freebsd.org/changeset/base/222078 Log: Extracting optional components requires mounting devfs Submitted by: Kris Moore k...@pcbsd.org Approved by: kib (mentor) Sponsored by: iXsystems Modified:

svn commit: r222079 - head/usr.sbin/pc-sysinstall/backend

2011-05-18 Thread Josh Paetzel
Author: jpaetzel Date: Wed May 18 20:38:28 2011 New Revision: 222079 URL: http://svn.freebsd.org/changeset/base/222079 Log: Wipeout the end of disks, home to things like gmirror metadata, backup GPT tables, and other potential evil. Submitted by: Kris Moore k...@pcbsd.org Approved by:

Re: svn commit: r222078 - head/usr.sbin/pc-sysinstall/backend

2011-05-18 Thread Garrett Cooper
On Wed, May 18, 2011 at 1:29 PM, Josh Paetzel jpaet...@freebsd.org wrote: Author: jpaetzel Date: Wed May 18 20:29:07 2011 New Revision: 222078 URL: http://svn.freebsd.org/changeset/base/222078 Log:  Extracting optional components requires mounting devfs  Submitted by: Kris Moore

svn commit: r222080 - head/usr.bin/rpcgen

2011-05-18 Thread Ben Laurie
Author: benl Date: Wed May 18 20:52:52 2011 New Revision: 222080 URL: http://svn.freebsd.org/changeset/base/222080 Log: Fix clang warnings. Note: these were actually bugs (printf with no format string). Approved by: philip (mentor) Modified: head/usr.bin/rpcgen/rpc_hout.c

svn commit: r222081 - head/crypto/heimdal/lib/sl

2011-05-18 Thread Ben Laurie
Author: benl Date: Wed May 18 20:57:23 2011 New Revision: 222081 URL: http://svn.freebsd.org/changeset/base/222081 Log: Fix clang warning (why is there nowhere yyparse() is declared?). Approved by: philip (mentor) Modified: head/crypto/heimdal/lib/sl/slc-gram.y Modified:

svn commit: r222082 - head/contrib/gcc

2011-05-18 Thread Ben Laurie
Author: benl Date: Wed May 18 21:00:27 2011 New Revision: 222082 URL: http://svn.freebsd.org/changeset/base/222082 Log: Fix clang warnings. Approved by: philip (mentor) Modified: head/contrib/gcc/genmodes.c Modified: head/contrib/gcc/genmodes.c

svn commit: r222083 - in head/contrib/groff/src: devices/grohtml libs/libdriver roff/troff utils/hpftodit

2011-05-18 Thread Ben Laurie
Author: benl Date: Wed May 18 21:04:29 2011 New Revision: 222083 URL: http://svn.freebsd.org/changeset/base/222083 Log: Fix clang warnings. Note: possible minor security issues fixed (untrusted string used as printf format string). Approved by: philip (mentor) Modified:

svn commit: r222084 - head/contrib/gperf/src

2011-05-18 Thread Ben Laurie
Author: benl Date: Wed May 18 21:06:20 2011 New Revision: 222084 URL: http://svn.freebsd.org/changeset/base/222084 Log: Fix clang warnings. Approved by: philip (mentor) Modified: head/contrib/gperf/src/gen-perf.cc head/contrib/gperf/src/key-list.cc head/contrib/gperf/src/options.cc

Re: svn commit: r222079 - head/usr.sbin/pc-sysinstall/backend

2011-05-18 Thread Pawel Jakub Dawidek
On Wed, May 18, 2011 at 08:38:29PM +, Josh Paetzel wrote: Author: jpaetzel Date: Wed May 18 20:38:28 2011 New Revision: 222079 URL: http://svn.freebsd.org/changeset/base/222079 Log: Wipeout the end of disks, home to things like gmirror metadata, backup GPT tables, and other

Re: svn commit: r222084 - head/contrib/gperf/src

2011-05-18 Thread Pawel Jakub Dawidek
On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote: Author: benl Date: Wed May 18 21:06:20 2011 New Revision: 222084 URL: http://svn.freebsd.org/changeset/base/222084 Log: Fix clang warnings. Approved by:philip (mentor) [...] -fprintf (stderr, by

Re: svn commit: r222084 - head/contrib/gperf/src

2011-05-18 Thread Dimitry Andric
On 2011-05-18 23:16, Pawel Jakub Dawidek wrote: On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote: Author: benl Date: Wed May 18 21:06:20 2011 New Revision: 222084 URL: http://svn.freebsd.org/changeset/base/222084 Log: Fix clang warnings. Approved by: philip (mentor) [...] -

Re: svn commit: r222080 - head/usr.bin/rpcgen

2011-05-18 Thread Dimitry Andric
On 2011-05-18 22:52, Ben Laurie wrote: Author: benl Date: Wed May 18 20:52:52 2011 New Revision: 222080 URL: http://svn.freebsd.org/changeset/base/222080 Log: Fix clang warnings. Note: these were actually bugs (printf with no format string). On 2011-05-18 22:52, Ben Laurie wrote:

Re: svn commit: r222084 - head/contrib/gperf/src

2011-05-18 Thread mdf
On Wed, May 18, 2011 at 2:31 PM, Dimitry Andric d...@freebsd.org wrote: On 2011-05-18 23:16, Pawel Jakub Dawidek wrote: On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote: Author: benl Date: Wed May 18 21:06:20 2011 New Revision: 222084 URL:

svn commit: r222085 - head/sys/dev/cxgbe

2011-05-18 Thread Navdeep Parhar
Author: np Date: Wed May 18 22:09:04 2011 New Revision: 222085 URL: http://svn.freebsd.org/changeset/base/222085 Log: - Enable per-channel congestion notification. - Enable PCIe relaxed ordering for all egress queues and rx data buffers. MFC after:3 days Modified:

svn commit: r222086 - head/sys/kern

2011-05-18 Thread Konstantin Belousov
Author: kib Date: Wed May 18 22:36:58 2011 New Revision: 222086 URL: http://svn.freebsd.org/changeset/base/222086 Log: The CDP_ACTIVE flag is cleared at the beginning of destroy_devl(), and destroy_devl() drops dev_mtx. The protection against the race with dev_rel(), introduced in r163328,

svn commit: r222087 - head/sbin/hastd

2011-05-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed May 18 22:43:56 2011 New Revision: 222087 URL: http://svn.freebsd.org/changeset/base/222087 Log: - Add support for AF_INET6 sockets for %S format character. - Use inet_ntop(3) instead of reimplementing it. - Use %hhu for unsigned char instead of casting it to unsigned

Re: svn commit: r222079 - head/usr.sbin/pc-sysinstall/backend

2011-05-18 Thread Kris Moore
On 05/18/11 17:12, Pawel Jakub Dawidek wrote: On Wed, May 18, 2011 at 08:38:29PM +, Josh Paetzel wrote: Author: jpaetzel Date: Wed May 18 20:38:28 2011 New Revision: 222079 URL: http://svn.freebsd.org/changeset/base/222079 Log: Wipeout the end of disks, home to things like gmirror

svn commit: r222088 - stable/8/sys/fs/nfsclient

2011-05-18 Thread Rick Macklem
Author: rmacklem Date: Thu May 19 01:35:52 2011 New Revision: 222088 URL: http://svn.freebsd.org/changeset/base/222088 Log: MFC: r221467 Fix the new NFS client so that it handles the 64bit fields that are now in struct statfs for NFSv3 and NFSv4. Since the ffiles value is uint64_t on the

svn commit: r222089 - stable/8/sys/nfs

2011-05-18 Thread Rick Macklem
Author: rmacklem Date: Thu May 19 01:56:46 2011 New Revision: 222089 URL: http://svn.freebsd.org/changeset/base/222089 Log: MFC: r221473 Modify the NFS nfssvc(2) syscall so that it allows anyone to get the statistics for the new NFS subsystem. Modified: stable/8/sys/nfs/nfs_nfssvc.c