svn commit: r232904 - stable/9/etc/rc.d

2012-03-12 Thread Bjoern A. Zeeb
Author: bz Date: Mon Mar 12 22:08:03 2012 New Revision: 232904 URL: http://svn.freebsd.org/changeset/base/232904 Log: MFC r232515: Rather than printing the output from route add for all FIBs just print them for the default FIB followed by a statement with a list of FIB numbers for al

svn commit: r232903 - stable/9/tools/test/netfibs

2012-03-12 Thread Bjoern A. Zeeb
Author: bz Date: Mon Mar 12 22:05:50 2012 New Revision: 232903 URL: http://svn.freebsd.org/changeset/base/232903 Log: MFC r232609: Use = rather than == for expressions to test(1) builtin(1) in sh(1) to comply with standards. On modern branches there is an undocumented alias (see r

svn commit: r232900 - stable/9/sys/netinet

2012-03-12 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 12 21:34:10 2012 New Revision: 232900 URL: http://svn.freebsd.org/changeset/base/232900 Log: MFC r232723,r232726: Fix a bug reported by Peter Holm which results in a crash: Verify in sctp_peeloff() that the socket is a one-to-many style SCTP socket. Modifie

Re: svn commit: r232877 - stable/9/sys/dev/sound/usb

2012-03-12 Thread Hans Petter Selasky
On Monday 12 March 2012 19:38:40 Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 12 18:38:40 2012 > New Revision: 232877 > URL: http://svn.freebsd.org/changeset/base/232877 > > Log: Minor typo: > MFC r228485 and r227843: 228484 --HPS _

svn commit: r232877 - stable/9/sys/dev/sound/usb

2012-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 12 18:38:40 2012 New Revision: 232877 URL: http://svn.freebsd.org/changeset/base/232877 Log: MFC r228485 and r227843: Stop USB audio transfers early so that any audio applications will time out and close opened /dev/dspX.Y device(s), if any. Modified: stab

svn commit: r232876 - in stable/9/sys/dev/usb: . net

2012-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 12 18:22:04 2012 New Revision: 232876 URL: http://svn.freebsd.org/changeset/base/232876 Log: MFC r232257: Add support for the MCS7832. Modified: stable/9/sys/dev/usb/net/if_mos.c stable/9/sys/dev/usb/net/if_mosreg.h stable/9/sys/dev/usb/usbdevs Directory P

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

2012-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 12 18:13:59 2012 New Revision: 232873 URL: http://svn.freebsd.org/changeset/base/232873 Log: MFC r230238 and r232684: Add new USB device ID's. Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c stable/9/sys/dev/usb/serial/u3g.c stable/9/sys/dev/usb/usbdevs D

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

2012-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 12 17:54:17 2012 New Revision: 232870 URL: http://svn.freebsd.org/changeset/base/232870 Log: MFC r232448: Make sure that the USB system suspend event is executed synchronously and not asynchronously. Modified: stable/9/sys/dev/usb/controller/usb_controller.c

svn commit: r232864 - in stable/9/sys: kern sys

2012-03-12 Thread Konstantin Belousov
Author: kib Date: Mon Mar 12 12:53:27 2012 New Revision: 232864 URL: http://svn.freebsd.org/changeset/base/232864 Log: MFC r232240: Currently, the debugger attached to the process executing vfork() does not get syscall exit notification until the child performed exec of exit. Swap the ord

svn commit: r232863 - stable/9/libexec/rtld-elf

2012-03-12 Thread Konstantin Belousov
Author: kib Date: Mon Mar 12 12:29:31 2012 New Revision: 232863 URL: http://svn.freebsd.org/changeset/base/232863 Log: MFC r232572: Use hand-made isspace1() macro which is enough to detect spaces in libmap.conf. MFC r232590 (by pluknet): Rename isspace1() macro to the more appropriate