svn commit: r240884 - head/sys/dev/sound/pci/hda

2012-09-24 Thread Alexander Motin
Author: mav Date: Mon Sep 24 08:23:05 2012 New Revision: 240884 URL: http://svn.freebsd.org/changeset/base/240884 Log: Fix panic caused by wrong pointer dereference, left after pin sense rewrite at r230551. Also while there, make sense polling use reported for each node separately inste

svn commit: r240885 - head/share/man/man4

2012-09-24 Thread Alexander Motin
Author: mav Date: Mon Sep 24 08:32:19 2012 New Revision: 240885 URL: http://svn.freebsd.org/changeset/base/240885 Log: Document ipv6 hook, present there for ages. Submitted by: Dmitry Luhtionov Modified: head/share/man/man4/ng_ppp.4 Modified: head/share/man/man4/ng_ppp.4 ==

Re: svn commit: r240850 - head/lib/libstand

2012-09-24 Thread David Chisnall
On 23 Sep 2012, at 20:27, Garrett Cooper wrote: >+1. free(3) should silently ignore NULL parameters passed into it. Indeed. The C standard's description for free() states that: > If ptr is a null pointer, no action occurs. This means that a standards-compilant compiler is entirely at liber

Re: svn commit: r240850 - head/lib/libstand

2012-09-24 Thread Konstantin Belousov
On Mon, Sep 24, 2012 at 09:47:45AM +0100, David Chisnall wrote: > On 23 Sep 2012, at 20:27, Garrett Cooper wrote: > > >+1. free(3) should silently ignore NULL parameters passed into it. > > Indeed. The C standard's description for free() states that: > > > If ptr is a null pointer, no actio

Re: svn commit: r240868 - in head: cddl/lib/libzpool sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys sys/modules/zfs

2012-09-24 Thread Dmitry Morozovsky
On Sun, 23 Sep 2012, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Sun Sep 23 19:40:58 2012 > New Revision: 240868 > URL: http://svn.freebsd.org/changeset/base/240868 > > Log: > Add TRIM support. [snip] Yesss! ;-) Thank you very much. Based on your thoughts, how could you estimate stabli

svn commit: r240887 - head/share/man/man4

2012-09-24 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Sep 24 15:02:31 2012 New Revision: 240887 URL: http://svn.freebsd.org/changeset/base/240887 Log: Minor man page cleanup -- fix grammar, markup fixes, and start each sentence on a new line. Approved by: hrs (mentor) Modified: head/share/man/man4/va

svn commit: r240890 - head/sys/dev/usb/controller

2012-09-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 24 16:34:13 2012 New Revision: 240890 URL: http://svn.freebsd.org/changeset/base/240890 Log: DWC OTG host mode improvements: - Make HSIC selection dynamic. - Make LOW speed USB devices work through HIGH speed USB HUB. Modified: head/sys/dev/usb/controller/

Re: svn commit: r240843 - head/usr.sbin/bsdconfig/timezone/share

2012-09-24 Thread Devin Teske
On Sep 23, 2012, at 8:13 PM, Doug Barton wrote: > On 09/22/2012 15:16, Devin Teske wrote: >> -if : 2> /dev/null > "$_PATH_DB"; then >> +if true 2> /dev/null > "$_PATH_DB"; then >> cat <<-EOF > "$_PATH_DB" >> $zoneinfo >>

Re: svn commit: r240843 - head/usr.sbin/bsdconfig/timezone/share

2012-09-24 Thread Garrett Cooper
On Mon, Sep 24, 2012 at 9:45 AM, Devin Teske wrote: > > On Sep 23, 2012, at 8:13 PM, Doug Barton wrote: > >> On 09/22/2012 15:16, Devin Teske wrote: >>> -if : 2> /dev/null > "$_PATH_DB"; then >>> +if true 2> /dev/null > "$_PATH_DB"; then >>> cat <<-EOF

svn commit: r240891 - in head: etc usr.sbin/moused

2012-09-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 24 17:13:33 2012 New Revision: 240891 URL: http://svn.freebsd.org/changeset/base/240891 Log: Make sure moused is exiting as quick as possible after that the umsX character device returns a read error. Update devd.conf rules to use "DEVFS" events which are gener

svn commit: r240892 - head/sbin/ipfw

2012-09-24 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Sep 24 17:31:08 2012 New Revision: 240892 URL: http://svn.freebsd.org/changeset/base/240892 Log: Permit table to be used as IPv6 address. Reported by: Serhiy Popov MFC after:2 weeks Modified: head/sbin/ipfw/ipv6.c Modified: head/sbin/ipfw/ipv6.c ==

svn commit: r240893 - head/sbin/ipfw

2012-09-24 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Sep 24 17:34:30 2012 New Revision: 240893 URL: http://svn.freebsd.org/changeset/base/240893 Log: Whitespace fixes MFC after:2 weeks Modified: head/sbin/ipfw/ipv6.c Modified: head/sbin/ipfw/ipv6.c

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

2012-09-24 Thread Adrian Chadd
Author: adrian Date: Mon Sep 24 19:48:41 2012 New Revision: 240895 URL: http://svn.freebsd.org/changeset/base/240895 Log: Debugging output fixes: * use the correct frame status - although the completion descriptor is the _last_ in the frame/aggregate, the status is currently stored in

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

2012-09-24 Thread Adrian Chadd
Author: adrian Date: Mon Sep 24 20:35:56 2012 New Revision: 240899 URL: http://svn.freebsd.org/changeset/base/240899 Log: Migrate the ath(4) KTR logging to use an ATH_KTR() macro. This should eventually be unified with ATH_DEBUG() so I can get both from one macro; that may take some time.

svn commit: r240900 - head/sys/dev/tws

2012-09-24 Thread Jim Harris
Author: jimharris Date: Mon Sep 24 21:40:22 2012 New Revision: 240900 URL: http://svn.freebsd.org/changeset/base/240900 Log: Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4) immediately panics on boot with INVARIANTS enabled. The driver already clearly expects to be abl

svn commit: r240901 - head/sys/dev/tws

2012-09-24 Thread Jim Harris
Author: jimharris Date: Mon Sep 24 21:45:41 2012 New Revision: 240901 URL: http://svn.freebsd.org/changeset/base/240901 Log: Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets or LUNs respectively. This removes a huge number of error messages from CAM during bus scans.

svn commit: r240902 - head/usr.sbin/mountd

2012-09-24 Thread Rick Macklem
Author: rmacklem Date: Mon Sep 24 23:57:16 2012 New Revision: 240902 URL: http://svn.freebsd.org/changeset/base/240902 Log: Attila Bogar reported a bug in mountd when multiple export entries with different security flavors are in the exports(5) file. For that case, mountd replies with the se

svn commit: r240913 - head/sys/arm/arm

2012-09-24 Thread Alan Cox
Author: alc Date: Tue Sep 25 03:59:10 2012 New Revision: 240913 URL: http://svn.freebsd.org/changeset/base/240913 Log: Eliminate an unused declaration. Modified: head/sys/arm/arm/pmap-v6.c head/sys/arm/arm/pmap.c Modified: head/sys/arm/arm/pmap-v6.c

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

2012-09-24 Thread Adrian Chadd
Author: adrian Date: Tue Sep 25 05:56:59 2012 New Revision: 240914 URL: http://svn.freebsd.org/changeset/base/240914 Log: Call ath_tx_tid_unsched() after the node has been flushed, so the state can be printed correctly. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_a