svn commit: r220937 - head/sys/kern

2011-04-22 Thread Jaakko Heinonen
Author: jh Date: Fri Apr 22 07:26:09 2011 New Revision: 220937 URL: http://svn.freebsd.org/changeset/base/220937 Log: Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Because vfs_sanitizeopts() can handle "ro" and "rw" options properly, there is no more need to add "noro" in v

Re: svn commit: r220937 - head/sys/kern

2011-04-22 Thread Jaakko Heinonen
(jamie@ Cc'd because kern_jail.c also uses the vfsopt framework.) On 2011-04-22, Jaakko Heinonen wrote: > + * XXX: This function will keep a "nofoo" option in the new > + * options. E.g, if the option's canonical name is "foo", > + * "nofoo" ends up in the mount point's active options. I have a

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

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:22:27 2011 New Revision: 220938 URL: http://svn.freebsd.org/changeset/base/220938 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/dev/mii/brgphyreg.h head/sys/dev/mii/ciphyreg.h head/sys/dev/mii/e1000phy.c head/sys/dev/m

svn commit: r220939 - in head/sys/sparc64: include sbus sparc64

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:31:40 2011 New Revision: 220939 URL: http://svn.freebsd.org/changeset/base/220939 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/sparc64/include/cpufunc.h head/sys/sparc64/sbus/lsi64854.c head/sys/sparc64/sbus/ofw_sbus.h

svn commit: r220940 - head/sys/dev/hme

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:39:05 2011 New Revision: 220940 URL: http://svn.freebsd.org/changeset/base/220940 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/dev/hme/if_hme.c head/sys/dev/hme/if_hmereg.h Modified: head/sys/dev/hme/if_hme.c ===

svn commit: r220941 - head/sys/dev/gem

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:41:51 2011 New Revision: 220941 URL: http://svn.freebsd.org/changeset/base/220941 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/dev/gem/if_gem.c Modified: head/sys/dev/gem/if_gem.c ==

svn commit: r220942 - in stable/8/sys: dev/usb/controller mips/atheros mips/rmi

2011-04-22 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 22 09:43:00 2011 New Revision: 220942 URL: http://svn.freebsd.org/changeset/base/220942 Log: MFC r220558. We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCI bus driver at detach, hence ehci_detach() does exactly this since r199718.

svn commit: r220943 - head/sys/dev/cas

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:44:01 2011 New Revision: 220943 URL: http://svn.freebsd.org/changeset/base/220943 Log: Correct spelling in a comment. Submitted by: brucec Modified: head/sys/dev/cas/if_cas.c Modified: head/sys/dev/cas/if_cas.c =

svn commit: r220944 - head/sys/dev/sym

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:52:28 2011 New Revision: 220944 URL: http://svn.freebsd.org/changeset/base/220944 Log: - Correct spelling. [1] - Remove variables which are unused besides initialization. [2] Submitted by: brucec [1], Christoph Mallon [2] Modified: head/sys/dev/sym/RE

svn commit: r220945 - head/sys/dev/mpt

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 09:59:16 2011 New Revision: 220945 URL: http://svn.freebsd.org/changeset/base/220945 Log: Correct spelling. Submitted by: brucec Modified: head/sys/dev/mpt/mpt.c head/sys/dev/mpt/mpt.h head/sys/dev/mpt/mpt_cam.c head/sys/dev/mpt/mpt_debug.c head/sy

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

2011-04-22 Thread Adrian Chadd
Author: adrian Date: Fri Apr 22 10:57:46 2011 New Revision: 220946 URL: http://svn.freebsd.org/changeset/base/220946 Log: Bring over a pdadc calibration fix from ath9k - unused power detector gain values should be 58, not the previous values. Obtained From:linux ath9k Modified:

svn commit: r220947 - head/sys/dev/ath/ath_hal

2011-04-22 Thread Adrian Chadd
Author: adrian Date: Fri Apr 22 10:59:20 2011 New Revision: 220947 URL: http://svn.freebsd.org/changeset/base/220947 Log: The second regdomain word is a set of bitflags describing regulatory domain behaviour. Document what the v14 EEPROM flags are. Modified: head/sys/dev/ath/ath_hal/ah_ee

svn commit: r220948 - head/sys/sun4v/include

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 12:39:48 2011 New Revision: 220948 URL: http://svn.freebsd.org/changeset/base/220948 Log: MF sparc64: r181701 (partial), r182020 (partial), r182730 (partial), r216628, r216801 - cosmetic changes and style fixes - Trick GAS/GCC into compiling access to TIC

svn commit: r220949 - in head/sys/sun4v: include/cddl sun4v

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 12:42:41 2011 New Revision: 220949 URL: http://svn.freebsd.org/changeset/base/220949 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/sun4v/include/cddl/mdesc_impl.h head/sys/sun4v/sun4v/tte_hash.c Modified: head/sys/sun4v/incl

svn commit: r220950 - head/sys/dev/sym

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 12:46:39 2011 New Revision: 220950 URL: http://svn.freebsd.org/changeset/base/220950 Log: More spelling fixes. Submitted by: N.J. Mann Modified: head/sys/dev/sym/sym_fw1.h head/sys/dev/sym/sym_fw2.h Modified: head/sys/dev/sym/sym_fw1.h =

svn commit: r220951 - head/sys/dev/esp

2011-04-22 Thread Marius Strobl
Author: marius Date: Fri Apr 22 13:56:21 2011 New Revision: 220951 URL: http://svn.freebsd.org/changeset/base/220951 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/dev/esp/ncr53c9x.c Modified: head/sys/dev/esp/ncr53c9x.c ==

svn commit: r220952 - stable/8/lib/libc/sys

2011-04-22 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 22 14:41:29 2011 New Revision: 220952 URL: http://svn.freebsd.org/changeset/base/220952 Log: MFC r220646: getfh(2): Add xrefs for fhopen(2), open(2), stat(2). Modified: stable/8/lib/libc/sys/getfh.2 Directory Properties: stable/8/lib/libc/ (props changed) st

svn commit: r220953 - stable/7/lib/libc/sys

2011-04-22 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 22 14:42:42 2011 New Revision: 220953 URL: http://svn.freebsd.org/changeset/base/220953 Log: MFC r220646: getfh(2): Add xrefs for fhopen(2), open(2), stat(2). Modified: stable/7/lib/libc/sys/getfh.2 Directory Properties: stable/7/lib/libc/ (props changed) st

svn commit: r220954 - head

2011-04-22 Thread David E. O'Brien
Author: obrien Date: Fri Apr 22 17:10:51 2011 New Revision: 220954 URL: http://svn.freebsd.org/changeset/base/220954 Log: Note which of the built kernels is being installed. PR: 156579 Submitted by: dhw Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ==

svn commit: r220955 - head/sys/dev/ath/ath_hal/ar5416

2011-04-22 Thread Adrian Chadd
Author: adrian Date: Fri Apr 22 17:57:13 2011 New Revision: 220955 URL: http://svn.freebsd.org/changeset/base/220955 Log: Fix the merlin LNA configuration code - these are bit flags, not raw values to be written into the registers. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c

svn commit: r220957 - in stable/8/etc: . mtree

2011-04-22 Thread Doug Barton
Author: dougb Date: Fri Apr 22 23:42:23 2011 New Revision: 220957 URL: http://svn.freebsd.org/changeset/base/220957 Log: Pull mergeinfo from r220370 up to etc/ where it belongs Modified: Directory Properties: stable/8/etc/ (props changed) stable/8/etc/mtree/ (props changed)

svn commit: r220958 - stable/8/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Fri Apr 22 23:44:25 2011 New Revision: 220958 URL: http://svn.freebsd.org/changeset/base/220958 Log: MFC r220760: The change in r206686 to allow the stop argument to work for a service that is running even though not _enable'd had an annoying side effect. If the serv

svn commit: r220959 - stable/7/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Fri Apr 22 23:45:33 2011 New Revision: 220959 URL: http://svn.freebsd.org/changeset/base/220959 Log: MFC r220760: The change in r206686 to allow the stop argument to work for a service that is running even though not _enable'd had an annoying side effect. If the serv

svn commit: r220960 - stable/8/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 02:03:18 2011 New Revision: 220960 URL: http://svn.freebsd.org/changeset/base/220960 Log: MFC r201038: Update the comments about files ending in .sh Modified: stable/8/etc/rc.subr Directory Properties: stable/8/etc/ (props changed) Modified: stable/8/e

svn commit: r220961 - stable/7/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 02:10:38 2011 New Revision: 220961 URL: http://svn.freebsd.org/changeset/base/220961 Log: MFC r201038: Update the comments about files ending in .sh Modified: stable/7/etc/rc.subr Directory Properties: stable/7/etc/ (props changed) Modified: stable/7/e

svn commit: r220962 - in head: etc etc/defaults etc/rc.d share/man/man5

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 04:26:31 2011 New Revision: 220962 URL: http://svn.freebsd.org/changeset/base/220962 Log: Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds like, determines the path to a pid file as it is specified in a conf file. Use the new feature

svn commit: r220963 - head/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 05:24:17 2011 New Revision: 220963 URL: http://svn.freebsd.org/changeset/base/220963 Log: Improve the error handling for the new get_pidfile_from_conf() Modified: head/etc/rc.subr Modified: head/etc/rc.subr ==

svn commit: r220964 - stable/8/contrib/bsnmp/snmpd

2011-04-22 Thread Ruslan Ermilov
Author: ru Date: Sat Apr 23 05:29:59 2011 New Revision: 220964 URL: http://svn.freebsd.org/changeset/base/220964 Log: MFC r220882: Don't clog syslog up with "inet_ntop(): Address family not supported by protocol family" when processing requests received from the UNIX domain socket. Mod

svn commit: r220965 - head/usr.sbin/tcpdrop

2011-04-22 Thread Maxim Konovalov
Author: maxim Date: Sat Apr 23 05:56:06 2011 New Revision: 220965 URL: http://svn.freebsd.org/changeset/base/220965 Log: o Remove an incomplete sentence. PR: docs/156593 Submitted by: Yuri Pankov MFC after:1 week Modified: head/usr.sbin/tcpdrop/tcpdrop.8 Modified: head

svn commit: r220966 - in head/sys/dev/ath: . ath_hal/ar5416

2011-04-22 Thread Adrian Chadd
Author: adrian Date: Sat Apr 23 06:37:09 2011 New Revision: 220966 URL: http://svn.freebsd.org/changeset/base/220966 Log: Fix a corner-case of interrupt handling which resulted in potentially spurious (and fatal) interrupt errors. One user reported seeing this: Apr 22 18:04:24 ceres