Re: svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-07 Thread Adrian Chadd
Hi, This broke a fresh buildworld for me. sys/vm/vm_phys.c still references VM_NDOMAIN. Thanks, Adrian On 7 May 2013 15:46, Attilio Rao wrote: > Author: attilio > Date: Tue May 7 22:46:24 2013 > New Revision: 250338 > URL: http://svnweb.freebsd.org/changeset/base/250338 > > Log: > Rename

svn commit: r250346 - in head/sys/dev/ath: . ath_hal ath_hal/ar5416

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 8 01:11:25 2013 New Revision: 250346 URL: http://svnweb.freebsd.org/changeset/base/250346 Log: Implement STBC receive frame statistics. The AR9280 and later can receive STBC. This adds some statistics tracking to count these frames. A patch to athstats

svn commit: r250342 - head/lib/libusb

2013-05-07 Thread Ed Maste
Author: emaste Date: Wed May 8 00:55:29 2013 New Revision: 250342 URL: http://svnweb.freebsd.org/changeset/base/250342 Log: Add libusb_get_port_path wrapper This follows the libusbx API reference at http://libusbx.sourceforge.net/api-1.0/group__dev.html Reviewed by: hselasky@ Modif

svn commit: r250341 - head/sys/contrib/dev/acpica/components/namespace

2013-05-07 Thread Jung-uk Kim
Author: jkim Date: Wed May 8 00:20:35 2013 New Revision: 250341 URL: http://svnweb.freebsd.org/changeset/base/250341 Log: MFV: r250336 Fix for _INI regression introduced in version 20130328. Modified: head/sys/contrib/dev/acpica/components/namespace/nsinit.c Directory Properties: hea

svn commit: r250340 - head/sys/dev/qlxgb

2013-05-07 Thread David C Somayajulu
Author: davidcs Date: Tue May 7 22:58:42 2013 New Revision: 250340 URL: http://svnweb.freebsd.org/changeset/base/250340 Log: 1. Updated Copyright Information 2. Added Flash Read/Update Support 3. Fixed TSO Handling Submitted by: David C Somayajulu (davi...@freebsd.org) Reviewed by: G

svn commit: r250339 - head/sys/x86/acpica

2013-05-07 Thread Attilio Rao
Author: attilio Date: Tue May 7 22:49:56 2013 New Revision: 250339 URL: http://svnweb.freebsd.org/changeset/base/250339 Log: Add functions to do ACPI System Locality Information Table parsing and printing at boot. For reference on table informations and purposes please review ACPI specs.

svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-07 Thread Attilio Rao
Author: attilio Date: Tue May 7 22:46:24 2013 New Revision: 250338 URL: http://svnweb.freebsd.org/changeset/base/250338 Log: Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in order to match the MAXCPU concept. The change should also be useful for consolidation and consis

svn commit: r250337 - head/cddl/lib/drti

2013-05-07 Thread Brooks Davis
Author: brooks Date: Tue May 7 22:05:57 2013 New Revision: 250337 URL: http://svnweb.freebsd.org/changeset/base/250337 Log: Work around the implementation of LIBRARIES_ONLY. It causes drti.o to not be installed in /usr/lib32 on systems with compat-32 support. This fix has two parts. Fi

svn commit: r250336 - vendor-sys/acpica/dist/source/components/namespace

2013-05-07 Thread Jung-uk Kim
Author: jkim Date: Tue May 7 22:05:15 2013 New Revision: 250336 URL: http://svnweb.freebsd.org/changeset/base/250336 Log: Fix for _INI regression introduced in version 20130328. This change fixes a problem introduced in 20130328 where _INI methods are no longer executed properly because

svn commit: r250335 - head/lib/libusb

2013-05-07 Thread Ed Maste
Author: emaste Date: Tue May 7 20:35:47 2013 New Revision: 250335 URL: http://svnweb.freebsd.org/changeset/base/250335 Log: Constify libusb_get_pollfds return The correct return type, per our libusb(3) man page and the libusb.org and libusbx projects (whose interface we intend to follow

Re: svn commit: r250306 - in stable/8/sys: net sys

2013-05-07 Thread John Baldwin
On Tuesday, May 07, 2013 2:59:57 pm Dimitry Andric wrote: > On 2013-05-07 01:13, Julian Elischer wrote: > > On 5/6/13 12:59 PM, Dimitry Andric wrote: > >> Author: dim > >> Date: Mon May 6 19:59:13 2013 > >> New Revision: 250306 > >> URL: http://svnweb.freebsd.org/changeset/base/250306 > >> > >> Lo

Re: svn commit: r250306 - in stable/8/sys: net sys

2013-05-07 Thread Dimitry Andric
On 2013-05-07 01:13, Julian Elischer wrote: On 5/6/13 12:59 PM, Dimitry Andric wrote: Author: dim Date: Mon May 6 19:59:13 2013 New Revision: 250306 URL: http://svnweb.freebsd.org/changeset/base/250306 Log: MFC r215137: Revert r103230, which depended on ld preserving the __start_xxx

svn commit: r250334 - head/sys/vm

2013-05-07 Thread Alan Cox
Author: alc Date: Tue May 7 18:45:34 2013 New Revision: 250334 URL: http://svnweb.freebsd.org/changeset/base/250334 Log: Remove a redundant call to panic() from vm_radix_keydiff(). The assertion before the loop accomplishes the same thing. Sponsored by: EMC / Isilon Storage Division Mo

svn commit: r250333 - head/sys/boot/pc98/libpc98

2013-05-07 Thread John Baldwin
Author: jhb Date: Tue May 7 18:08:49 2013 New Revision: 250333 URL: http://svnweb.freebsd.org/changeset/base/250333 Log: Don't pad disk partition sizes with leading zeros. This was already fixed in a different way by the new disk code used for other platforms. MFC after:1 week Mo

Re: svn commit: r250315 - head/share/misc

2013-05-07 Thread Eitan Adler
On 7 May 2013 01:23, Joel Dahl wrote: > On Tue, May 07, 2013 at 02:03:00AM +, Eitan Adler wrote: >> Author: eadler >> Date: Tue May 7 02:03:00 2013 >> New Revision: 250315 >> URL: http://svnweb.freebsd.org/changeset/base/250315 >> >> Log: >> Add two missing NetBSD releases > > You didn't ad

svn commit: r250330 - head/share/misc

2013-05-07 Thread Eitan Adler
Author: eadler Date: Tue May 7 12:39:14 2013 New Revision: 250330 URL: http://svnweb.freebsd.org/changeset/base/250330 Log: By request, add an arrow from NetBSD-0.8 to FreeBSD-1.0. While here, add a few more NetBSD versions to the tree itself. Submitted by: Alan Barrett Submitted b

svn commit: r250329 - stable/8/bin/dd

2013-05-07 Thread Konstantin Belousov
Author: kib Date: Tue May 7 09:48:42 2013 New Revision: 250329 URL: http://svnweb.freebsd.org/changeset/base/250329 Log: MFC r249811: Literally follow POSIX: If the bs= expr operand is specified and no conversions other than sync, noerror, or notrunc are requested, the data returned from

svn commit: r250328 - stable/9/bin/dd

2013-05-07 Thread Konstantin Belousov
Author: kib Date: Tue May 7 09:47:12 2013 New Revision: 250328 URL: http://svnweb.freebsd.org/changeset/base/250328 Log: MFC r249811: Literally follow POSIX: If the bs= expr operand is specified and no conversions other than sync, noerror, or notrunc are requested, the data returned from

svn commit: r250327 - head/sys/kern

2013-05-07 Thread Scott Long
Author: scottl Date: Tue May 7 08:16:21 2013 New Revision: 250327 URL: http://svnweb.freebsd.org/changeset/base/250327 Log: Add a sysctl vfs.read_min to complement the exiting vfs.read_max. It defaults to 1, meaning that it's off. When read-ahead is enabled on a file, the vfs cluster co

svn commit: r250326 - head/sys/dev/ath

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Tue May 7 07:52:18 2013 New Revision: 250326 URL: http://svnweb.freebsd.org/changeset/base/250326 Log: Re-work how transmit buffer limits are enforced - partly to fix the PR, but partly to just tidy up things. The problem here - there are too many TX buffers in the q

svn commit: r250325 - head/sys/dev/ath

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Tue May 7 07:44:07 2013 New Revision: 250325 URL: http://svnweb.freebsd.org/changeset/base/250325 Log: Simplify this bit of code! Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ==

Re: svn commit: r250027 - head/sys/kern

2013-05-07 Thread Konstantin Belousov
On Tue, May 07, 2013 at 01:04:35AM -0600, Scott Long wrote: > > On May 6, 2013, at 2:05 PM, Konstantin Belousov wrote: > > > On Mon, May 06, 2013 at 08:16:11PM +0200, Pawel Jakub Dawidek wrote: > >> On Sun, Apr 28, 2013 at 07:12:09PM +, Konstantin Belousov wrote: > >>> Author: kib > >>> Date

Re: svn commit: r250027 - head/sys/kern

2013-05-07 Thread Scott Long
On May 6, 2013, at 2:05 PM, Konstantin Belousov wrote: > On Mon, May 06, 2013 at 08:16:11PM +0200, Pawel Jakub Dawidek wrote: >> On Sun, Apr 28, 2013 at 07:12:09PM +, Konstantin Belousov wrote: >>> Author: kib >>> Date: Sun Apr 28 19:12:09 2013 >>> New Revision: 250027 >>> URL: http://svnweb