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: h

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 Modif

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: head/sys/contr

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 (an

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/

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 =

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 subject

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 u

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 smp_

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: r245702 - head/usr.sbin/bsdinstall/scripts

2013-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 21 01:01:32 2013 New Revision: 245702 URL: http://svnweb.freebsd.org/changeset/base/245702 Log: Add a scripting frontend. Documentation and release(7) support coming later. Scripts take the form: PARTITIONS=ada0

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 en

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 scriptedp

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 M

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 f

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 yet.

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 MFC after:2

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: head/usr.sbin/bsdconfig/share

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 head/

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: 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 ==