svn commit: r245685 - head/usr.sbin/bhyvectl

2013-01-20 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jan 20 08:18:56 2013 New Revision: 245685 URL: http://svnweb.freebsd.org/changeset/base/245685 Log: Fix minor nit in usage output. Reviewed by: neel Modified: head/usr.sbin/bhyvectl/bhyvectl.c Modified: head/usr.sbin/bhyvectl/bhyvectl.c

svn commit: r245687 - svnadmin/conf

2013-01-20 Thread Konstantin Belousov
Author: kib Date: Sun Jan 20 11:18:29 2013 New Revision: 245687 URL: http://svnweb.freebsd.org/changeset/base/245687 Log: Free Andrey. Approved by: core (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r245688 - head/usr.bin/grep

2013-01-20 Thread Gabor Kovesdan
Author: gabor Date: Sun Jan 20 11:58:49 2013 New Revision: 245688 URL: http://svnweb.freebsd.org/changeset/base/245688 Log: - Avoid unnecessary strdup() Submitted by: ache MFC after:5 days Modified: head/usr.bin/grep/grep.c Modified: head/usr.bin/grep/grep.c

svn commit: r245689 - head/bin/sh

2013-01-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 20 12:44:50 2013 New Revision: 245689 URL: http://svnweb.freebsd.org/changeset/base/245689 Log: sh: Remove mkinit's initialization routine. Instead, call the only init function left directly from main(). Modified: head/bin/sh/TOUR head/bin/sh/init.h

svn commit: r245690 - in stable/9: bin/sh tools/regression/bin/sh/parser

2013-01-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 20 14:22:21 2013 New Revision: 245690 URL: http://svnweb.freebsd.org/changeset/base/245690 Log: MFC r245382: sh: Fix crash when parsing '{ } '. Added: stable/9/tools/regression/bin/sh/parser/empty-braces1.0 - copied unchanged from r245382,

svn commit: r245691 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-01-20 Thread Andriy Gapon
Author: avg Date: Sun Jan 20 16:03:51 2013 New Revision: 245691 URL: http://svnweb.freebsd.org/changeset/base/245691 Log: MFC r243517: zfs_getpages: optimize for large block sizes Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties:

svn commit: r245692 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-01-20 Thread Andriy Gapon
Author: avg Date: Sun Jan 20 16:07:00 2013 New Revision: 245692 URL: http://svnweb.freebsd.org/changeset/base/245692 Log: MFC r243763: zfs_getpages: make use of vm_page_readahead_finish Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties:

svn commit: r245693 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-01-20 Thread Andriy Gapon
Author: avg Date: Sun Jan 20 16:15:30 2013 New Revision: 245693 URL: http://svnweb.freebsd.org/changeset/base/245693 Log: MFC r243518: add zfs_bmap to aid vnode_pager_haspage Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties: stable/9/sys/

svn commit: r245694 - stable/9/share/man/man9

2013-01-20 Thread Andriy Gapon
Author: avg Date: Sun Jan 20 16:23:37 2013 New Revision: 245694 URL: http://svnweb.freebsd.org/changeset/base/245694 Log: MFC r244627: lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behavior Modified: stable/9/share/man/man9/lock.9 Directory Properties:

svn commit: r245695 - head/usr.sbin/bsdconfig/share

2013-01-20 Thread Devin Teske
Author: dteske Date: Sun Jan 20 17:48:56 2013 New Revision: 245695 URL: http://svnweb.freebsd.org/changeset/base/245695 Log: Backward compatibility fix: treat cmds loaded as a script as nonInteractive Modified: head/usr.sbin/bsdconfig/share/script.subr Modified:

svn commit: r245696 - head/usr.sbin/inetd

2013-01-20 Thread Andrey Zonov
Author: zont Date: Sun Jan 20 19:44:33 2013 New Revision: 245696 URL: http://svnweb.freebsd.org/changeset/base/245696 Log: - Force inetd to have listen queue size to be set to the value of kern.ipc.somaxconn instead of hardcoded value 64. Submitted by: Andrey Ignatov r...@rdna.ru MFC

svn commit: r245697 - head/sys/boot/sparc64/loader

2013-01-20 Thread Andriy Gapon
Author: avg Date: Sun Jan 20 19:55:49 2013 New Revision: 245697 URL: http://svnweb.freebsd.org/changeset/base/245697 Log: zfs/sparc64 boot: fix booting after r242230 arch_zfs_probe method is supposed to only probe for ZFS vdevs, but it can not expect that ZFS data is in a ready state

svn commit: r245698 - head/bin/sh

2013-01-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 20 21:28:05 2013 New Revision: 245698 URL: http://svnweb.freebsd.org/changeset/base/245698 Log: sh: Move some stackmarks to fix high memory usage in some loops. If a loop contained certain commands (such as redirected compound commands), the temporary memory

svn commit: r245699 - head/bin/sh

2013-01-20 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jan 20 22:25:25 2013 New Revision: 245699 URL: http://svnweb.freebsd.org/changeset/base/245699 Log: Change the $ENV example to use .shrc instead of .shinit. This is consistent with what we use in /usr/share/skel/dot.profile. Discussed with: jilles

svn commit: r245700 - head/usr.sbin/bsdinstall/partedit

2013-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jan 20 22:25:58 2013 New Revision: 245700 URL: http://svnweb.freebsd.org/changeset/base/245700 Log: Add a simple scripted partitioner. Documentation and more scripting support will come soon. This lets the install process have a line like: bsdinstall

svn commit: r245701 - head/usr.sbin/bsdinstall/partedit

2013-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jan 20 23:04:21 2013 New Revision: 245701 URL: http://svnweb.freebsd.org/changeset/base/245701 Log: If no partition configuration is specified in {}, use the automatic setup the interactive installer uses. Example: bsdinstall scriptedpart ada0 Result: Use

svn commit: r245703 - head/sys/boot/fdt/dts

2013-01-20 Thread Tim Kientzle
Author: kientzle Date: Mon Jan 21 01:02:49 2013 New Revision: 245703 URL: http://svnweb.freebsd.org/changeset/base/245703 Log: Use correct size for AM335x CPSW memory window. Modified: head/sys/boot/fdt/dts/beaglebone.dts Modified: head/sys/boot/fdt/dts/beaglebone.dts

svn commit: r245704 - head/sys/amd64/vmm

2013-01-20 Thread Neel Natu
Author: neel Date: Mon Jan 21 01:33:10 2013 New Revision: 245704 URL: http://svnweb.freebsd.org/changeset/base/245704 Log: Postpone vmm module initialization until after SMP is initialized - particularly that 'smp_started != 0'. This is required because the VT-x initialization calls

svn commit: r245705 - head/gnu/usr.bin/gdb/kgdb

2013-01-20 Thread Adrian Chadd
Author: adrian Date: Mon Jan 21 01:46:36 2013 New Revision: 245705 URL: http://svnweb.freebsd.org/changeset/base/245705 Log: Add command-line support to kgdb to allow the baudrate to be set. This allows a remote session to be specified with '-r' as well as a non-default baudrate setting

svn commit: r245706 - head/release

2013-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 21 01:55:54 2013 New Revision: 245706 URL: http://svnweb.freebsd.org/changeset/base/245706 Log: More automated install support: if a script exists at /etc/installerconfig, point the installer there and then reboot without asking questions. This design

svn commit: r245707 - head/usr.sbin/bsdinstall/scripts

2013-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 21 02:47:14 2013 New Revision: 245707 URL: http://svnweb.freebsd.org/changeset/base/245707 Log: Remove some debugging code that snuck in. Modified: head/usr.sbin/bsdinstall/scripts/script Modified: head/usr.sbin/bsdinstall/scripts/script

Re: svn commit: r245707 - head/usr.sbin/bsdinstall/scripts

2013-01-20 Thread Ian Lepore
On Mon, 2013-01-21 at 02:47 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Jan 21 02:47:14 2013 New Revision: 245707 URL: http://svnweb.freebsd.org/changeset/base/245707 Log: Remove some debugging code that snuck in. Modified: head/usr.sbin/bsdinstall/scripts/script

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

2013-01-20 Thread Adrian Chadd
Author: adrian Date: Mon Jan 21 04:06:04 2013 New Revision: 245708 URL: http://svnweb.freebsd.org/changeset/base/245708 Log: Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag. This is easily possible now that the TX is protected by a single lock, rather than a per-TXQ

svn commit: r245712 - head/sys/contrib/octeon-sdk

2013-01-20 Thread Juli Mallett
Author: jmallett Date: Mon Jan 21 06:47:06 2013 New Revision: 245712 URL: http://svnweb.freebsd.org/changeset/base/245712 Log: Fix packet reception and other issues arising from incorrect ASX clock configuration on the physical ports of the Ubiquiti EdgeRouter Lite. Modified:

svn commit: r245725 - in head/sys/dev/usb: . quirk

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:02:41 2013 New Revision: 245725 URL: http://svnweb.freebsd.org/changeset/base/245725 Log: Add new quirk and correct old one. PR: usb/175454 MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs

svn commit: r245727 - in stable/9/sys/dev/usb: . serial

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:10:27 2013 New Revision: 245727 URL: http://svnweb.freebsd.org/changeset/base/245727 Log: MFC r244837 and r245427: Add new USB IDs. PR: usb/174814 Submitted by: Andy Balholm, Lowell Gilbert Modified: stable/9/sys/dev/usb/serial/u3g.c

svn commit: r245728 - stable/9/sys/conf

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:14:06 2013 New Revision: 245728 URL: http://svnweb.freebsd.org/changeset/base/245728 Log: MFC r244957: Add missing dependancy. Submitted by: Michael Butler Modified: stable/9/sys/conf/files Modified: stable/9/sys/conf/files

svn commit: r245729 - stable/9/sys/dev/usb/wlan

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:16:29 2013 New Revision: 245729 URL: http://svnweb.freebsd.org/changeset/base/245729 Log: MFC r245047: Fix for run0: wcid=xx out of range error message. PR: usb/174963 Submitted by: PseudoCylon moonlightak...@yahoo.ca Modified:

svn commit: r245731 - stable/9/sys/dev/usb/controller

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:22:45 2013 New Revision: 245731 URL: http://svnweb.freebsd.org/changeset/base/245731 Log: MFC r243780: - Add support for Etron EJ168 USB 3.0 Host Controllers. This brand of controllers expects that the number of contexts specified in the input slot

svn commit: r245732 - stable/9/sys/dev/usb/controller

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:25:38 2013 New Revision: 245732 URL: http://svnweb.freebsd.org/changeset/base/245732 Log: MFC r245132 and r245175: Optimise the XHCI interrupt handling. This patch will save CPU time when the XHCI interrupt is shared with other devices. Only check

svn commit: r245733 - in stable/9/sys/dev/usb: . input

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:28:46 2013 New Revision: 245733 URL: http://svnweb.freebsd.org/changeset/base/245733 Log: MFC r245248: Fix detection of Razer Copperhead as a USB mouse. Factor out USB mouse and keyboard detection logic. Reject USB keyboards which have mouse alike HID

svn commit: r245734 - stable/9/sys/dev/usb/quirk

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:31:15 2013 New Revision: 245734 URL: http://svnweb.freebsd.org/changeset/base/245734 Log: MFC r245249: Bugfix: Fix sizeof() argument. Found by: Haakon Loevdal Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c Directory Properties:

svn commit: r245735 - stable/8/sys/dev/usb/quirk

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:32:59 2013 New Revision: 245735 URL: http://svnweb.freebsd.org/changeset/base/245735 Log: MFC r245249: Bugfix: Fix sizeof() argument. Found by: Haakon Loevdal Modified: stable/8/sys/dev/usb/quirk/usb_quirk.c Directory Properties:

svn commit: r245736 - stable/8/sys/dev/usb/controller

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:39:16 2013 New Revision: 245736 URL: http://svnweb.freebsd.org/changeset/base/245736 Log: MFC r243780: - Add support for Etron EJ168 USB 3.0 Host Controllers. This brand of controllers expects that the number of contexts specified in the input slot

svn commit: r245737 - stable/8/sys/dev/usb/controller

2013-01-20 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 21 07:41:27 2013 New Revision: 245737 URL: http://svnweb.freebsd.org/changeset/base/245737 Log: MFC r245132 and r245175: Optimise the XHCI interrupt handling. This patch will save CPU time when the XHCI interrupt is shared with other devices. Only check

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

2013-01-20 Thread Adrian Chadd
Author: adrian Date: Mon Jan 21 07:50:38 2013 New Revision: 245739 URL: http://svnweb.freebsd.org/changeset/base/245739 Log: Fix this routine to acutally break out and not set clrdmask if any of the TIDs are currently marked as filtered. Modified: head/sys/dev/ath/if_ath_tx.c Modified: