svn commit: r231997 - head/sys/netgraph

2012-02-22 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 22 09:08:51 2012 New Revision: 231997 URL: http://svn.freebsd.org/changeset/base/231997 Log: Revert r231829, that was my braino. Modified: head/sys/netgraph/ng_base.c Modified: head/sys/netgraph/ng_base.c

svn commit: r231998 - head/sys/fs/msdosfs

2012-02-22 Thread Konstantin Belousov
Author: kib Date: Wed Feb 22 13:01:17 2012 New Revision: 231998 URL: http://svn.freebsd.org/changeset/base/231998 Log: Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests. Noted by: bde MFC after:1 week Modified: head/sys/fs/msdosfs/msdosfs_denode.c

svn commit: r231999 - head/sys/conf

2012-02-22 Thread Josh Paetzel
Author: jpaetzel Date: Wed Feb 22 15:05:19 2012 New Revision: 231999 URL: http://svn.freebsd.org/changeset/base/231999 Log: Fix various typos and normalize spelling. Approved by: kib (mentor) Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

svn commit: r232000 - head/share/misc

2012-02-22 Thread Maxim Konovalov
Author: maxim Date: Wed Feb 22 17:52:53 2012 New Revision: 232000 URL: http://svn.freebsd.org/changeset/base/232000 Log: DragonFly 3.0.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r232002 - head/sys/vm

2012-02-22 Thread Konstantin Belousov
Author: kib Date: Wed Feb 22 20:01:38 2012 New Revision: 232002 URL: http://svn.freebsd.org/changeset/base/232002 Log: Remove wrong comment. Discussed with: alc MFC after:3 days Modified: head/sys/vm/vnode_pager.h Modified: head/sys/vm/vnode_pager.h

svn commit: r232003 - head/sys/ufs/ufs

2012-02-22 Thread Konstantin Belousov
Author: kib Date: Wed Feb 22 20:03:51 2012 New Revision: 232003 URL: http://svn.freebsd.org/changeset/base/232003 Log: Properly lock DQREF() with dqhlock. Missed locking caused counter corruption. Assert that the dq reference value is sane before decrementing it. Reported and tested

Re: svn commit: r231978 - head/sys/conf

2012-02-22 Thread Ed Schouten
* Dimitry Andric d...@freebsd.org, 20120221 21:55: These warnings are tricky to fix without a lot of overhaul, and they are harmless, so disable them for now. What about marking it const? It seems to be never written to. -- Ed Schouten e...@80386.nl WWW: http://80386.nl/

svn commit: r232004 - head/usr.bin/ncal

2012-02-22 Thread Maxim Konovalov
Author: maxim Date: Wed Feb 22 21:08:58 2012 New Revision: 232004 URL: http://svn.freebsd.org/changeset/base/232004 Log: o Use ISO 3166 county code for Sweden. PR: standards/165400 Submitted by: Carsten Hey MFC after:1 week Modified: head/usr.bin/ncal/ncal.c Modified:

svn commit: r232007 - head/lib/libc/gen

2012-02-22 Thread Jilles Tjoelker
Author: jilles Date: Wed Feb 22 21:47:50 2012 New Revision: 232007 URL: http://svn.freebsd.org/changeset/base/232007 Log: libc: Eliminate some relative relocations in fmtmsg(). Modified: head/lib/libc/gen/fmtmsg.c Modified: head/lib/libc/gen/fmtmsg.c

svn commit: r232008 - head/sys/net

2012-02-22 Thread Andrew Thompson
Author: thompsa Date: Wed Feb 22 22:01:30 2012 New Revision: 232008 URL: http://svn.freebsd.org/changeset/base/232008 Log: Using the flowid in the mbuf assumes the network card is giving a good hash for the traffic flow, this may not be the case giving poor traffic distribution. Add a

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

2012-02-22 Thread Andrew Thompson
Author: thompsa Date: Wed Feb 22 22:09:17 2012 New Revision: 232009 URL: http://svn.freebsd.org/changeset/base/232009 Log: Make it clear that fec is just an alias Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4

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

2012-02-22 Thread Andrew Thompson
Author: thompsa Date: Wed Feb 22 22:29:23 2012 New Revision: 232010 URL: http://svn.freebsd.org/changeset/base/232010 Log: Document the net.link.lagg.X.use_flowid sysctl from r232008. Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4

Re: svn commit: r231999 - head/sys/conf

2012-02-22 Thread Doug Barton
On 02/22/2012 07:05, Josh Paetzel wrote: -# CPU. This behaviour is enabled by default, so this option can be used That's not a typo, it's an alternate spelling, which we usually don't correct (same with initialisation). I'm not asking for the change to be backed out, just letting you know for

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

2012-02-22 Thread Glen Barber
Author: gjb (doc committer) Date: Wed Feb 22 22:40:20 2012 New Revision: 232011 URL: http://svn.freebsd.org/changeset/base/232011 Log: Xref the following in wlan(4): - bwn(4) - mwl(4) - run(4) MFC after:3 days Modified: head/share/man/man4/wlan.4 Modified:

Re: svn commit: r231989 - in head: lib/libthr/thread sys/kern sys/sys

2012-02-22 Thread Jilles Tjoelker
On Wed, Feb 22, 2012 at 03:22:50AM +, David Xu wrote: Author: davidxu Date: Wed Feb 22 03:22:49 2012 New Revision: 231989 URL: http://svn.freebsd.org/changeset/base/231989 Log: Use unused fourth argument of umtx_op to pass flags to kernel for operation UMTX_OP_WAIT. Upper 16bits is

Re: svn commit: r231989 - in head: lib/libthr/thread sys/kern sys/sys

2012-02-22 Thread David Xu
On 2012/2/23 7:42, Jilles Tjoelker wrote: On Wed, Feb 22, 2012 at 03:22:50AM +, David Xu wrote: Author: davidxu Date: Wed Feb 22 03:22:49 2012 New Revision: 231989 URL: http://svn.freebsd.org/changeset/base/231989 Log: Use unused fourth argument of umtx_op to pass flags to kernel for

svn commit: r232014 - head/sys/net

2012-02-22 Thread Andrew Thompson
Author: thompsa Date: Thu Feb 23 00:59:21 2012 New Revision: 232014 URL: http://svn.freebsd.org/changeset/base/232014 Log: bstp_input() always consumes the packet so remove the mbuf handling dance around it. Obtained from:OpenBSD (r1.37) Modified: head/sys/net/bridgestp.c

svn commit: r232015 - head/sys/dev/mii

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 01:20:21 2012 New Revision: 232015 URL: http://svn.freebsd.org/changeset/base/232015 Log: Add Seeq Technology 80220 PHY support to smcphy(4). This PHY is found on Adaptec AIC-6915 Starfire ethernet controller. While here, use status register to know

svn commit: r232016 - head/sys/modules/mii

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 01:22:40 2012 New Revision: 232016 URL: http://svn.freebsd.org/changeset/base/232016 Log: Connect smcphy(4) to mii module build. Modified: head/sys/modules/mii/Makefile Modified: head/sys/modules/mii/Makefile

svn commit: r232019 - head/sys/dev/sf

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 05:10:00 2012 New Revision: 232019 URL: http://svn.freebsd.org/changeset/base/232019 Log: Give hardware chance to drain active DMA cycles. Modified: head/sys/dev/sf/if_sf.c Modified: head/sys/dev/sf/if_sf.c

svn commit: r232027 - head/sys/dev/sf

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 05:25:14 2012 New Revision: 232027 URL: http://svn.freebsd.org/changeset/base/232027 Log: No need to reprogram hardware RX filter when driver is not running. Modified: head/sys/dev/sf/if_sf.c Modified: head/sys/dev/sf/if_sf.c

svn commit: r232029 - head/sys/dev/sf

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 06:13:12 2012 New Revision: 232029 URL: http://svn.freebsd.org/changeset/base/232029 Log: Remove taskqueue based MII stat change handler. Driver does not need deferred link state change processing. While I'm here, do not report current link status if

svn commit: r232030 - head/sys/net

2012-02-22 Thread Andrew Thompson
Author: thompsa Date: Thu Feb 23 06:26:16 2012 New Revision: 232030 URL: http://svn.freebsd.org/changeset/base/232030 Log: Now that network interfaces advertise if they support linkstate notifications we do not need to perform a media ioctl every 15 seconds. Modified:

svn commit: r232031 - head/sys/dev/sf

2012-02-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 06:35:18 2012 New Revision: 232031 URL: http://svn.freebsd.org/changeset/base/232031 Log: With r232015, sf(4) gets correct speed/duplex of established link. Add more strict speed check in sf_miibus_statchg() and do not touch MAC config registers when driver

svn commit: r232039 - head/sys/dev/sound/usb

2012-02-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Feb 23 07:56:19 2012 New Revision: 232039 URL: http://svn.freebsd.org/changeset/base/232039 Log: Avoid creating PCM devices for MIDI adapters. MFC after:3 days Modified: head/sys/dev/sound/usb/uaudio.c Modified: head/sys/dev/sound/usb/uaudio.c