svn commit: r222157 - in head/sys/dev/ath/ath_hal: . ar9002

2011-05-21 Thread Adrian Chadd
Author: adrian Date: Sat May 21 09:23:18 2011 New Revision: 222157 URL: http://svn.freebsd.org/changeset/base/222157 Log: The Merlin analog register bank is from 0x7800 - 0x78fc; fix the code to reflect this. Modified: head/sys/dev/ath/ath_hal/ah.c

svn commit: r222158 - head/tools/regression/bin/sh/parameters

2011-05-21 Thread Jilles Tjoelker
Author: jilles Date: Sat May 21 14:52:26 2011 New Revision: 222158 URL: http://svn.freebsd.org/changeset/base/222158 Log: sh: Add test for positional parameters with more than one digit. This also passes on stable/8. Added: head/tools/regression/bin/sh/parameters/positional1.0

svn commit: r222161 - head/sys/modules/wlan

2011-05-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sat May 21 16:34:53 2011 New Revision: 222161 URL: http://svn.freebsd.org/changeset/base/222161 Log: Fix a typo, it is MPDU not MDPU. Modified: head/sys/modules/wlan/Makefile Modified: head/sys/modules/wlan/Makefile

svn commit: r222162 - head/sys/net80211

2011-05-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sat May 21 16:41:41 2011 New Revision: 222162 URL: http://svn.freebsd.org/changeset/base/222162 Log: Fix typo, it is MPDU not MDPU. Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h

svn commit: r222163 - head/sys/vm

2011-05-21 Thread Alan Cox
Author: alc Date: Sat May 21 17:43:43 2011 New Revision: 222163 URL: http://svn.freebsd.org/changeset/base/222163 Log: 1. Prior to r214782, UMA did not support multipage allocations before uma_startup2() was called. Thus, setting the variable booted to true in uma_startup() was ok on

Re: svn commit: r222136 - head/usr.bin/top

2011-05-21 Thread Doug Barton
On 05/20/2011 10:09, Sergey Kandaurov wrote: There's still a lot of warnings but all of them reside in contrib part. That doesn't mean that they shouldn't be fixed. :) The great thing about the way that the contrib sources are arranged in svn is that we can fix things in src/contrib with no

svn commit: r222164 - head/sbin/hastd

2011-05-21 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat May 21 20:21:20 2011 New Revision: 222164 URL: http://svn.freebsd.org/changeset/base/222164 Log: Recognize HIO_FLUSH requests. MFC after:1 week Modified: head/sbin/hastd/secondary.c Modified: head/sbin/hastd/secondary.c

svn commit: r222165 - in head: bin/sh tools/regression/bin/sh/parser

2011-05-21 Thread Jilles Tjoelker
Author: jilles Date: Sat May 21 22:03:06 2011 New Revision: 222165 URL: http://svn.freebsd.org/changeset/base/222165 Log: sh: Expand aliases after assignments and redirections. Added: head/tools/regression/bin/sh/parser/alias4.0 (contents, props changed)

Re: svn commit: r215179 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2011-05-21 Thread Robert Watson
On Fri, 12 Nov 2010, Luigi Rizzo wrote: --- head/sys/netinet/ipfw/ip_fw2.c Fri Nov 12 13:02:26 2010 (r215178) +++ head/sys/netinet/ipfw/ip_fw2.c Fri Nov 12 13:05:17 2010 (r215179) @@ -1801,6 +1801,39 @@ do {

Re: svn commit: r215178 - in head: lib/libc/sys sys/kern sys/sys

2011-05-21 Thread Robert Watson
On Fri, 12 Nov 2010, Luigi Rizzo wrote: Modified: head/sys/sys/socketvar.h == --- head/sys/sys/socketvar.hFri Nov 12 12:48:41 2010(r215177) +++ head/sys/sys/socketvar.hFri Nov 12 13:02:26 2010

Re: svn commit: r215178 - in head: lib/libc/sys sys/kern sys/sys

2011-05-21 Thread Robert Watson
On Sat, 21 May 2011, Robert Watson wrote: In fact, the code I pointed at in my previous e-mail will probably panic in that case, since it improperly dereferences the inpcb's socket field without first testing for NULL. Or, looking more closely, only because the locking is broken, as it does

svn commit: r222167 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/cd9660 fs/ext2fs fs/hpfs fs/msdosfs fs/nfsserver fs/ntfs fs/nullfs fs/tmpfs fs/udf fs/unionfs gnu/fs/reiserfs gnu/fs...

2011-05-21 Thread Rick Macklem
Author: rmacklem Date: Sun May 22 01:07:54 2011 New Revision: 222167 URL: http://svn.freebsd.org/changeset/base/222167 Log: Add a lock flags argument to the VFS_FHTOVP() file system method, so that callers can indicate the minimum vnode locking requirement. This will allow some file systems

Re: svn commit: r222136 - head/usr.bin/top

2011-05-21 Thread Warner Losh
On May 21, 2011, at 12:53 PM, Doug Barton wrote: On 05/20/2011 10:09, Sergey Kandaurov wrote: There's still a lot of warnings but all of them reside in contrib part. That doesn't mean that they shouldn't be fixed. :) The great thing about the way that the contrib sources are arranged in