svn commit: r247252 - head/sys/arm/ti

2013-02-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 25 08:04:47 2013 New Revision: 247252 URL: http://svnweb.freebsd.org/changeset/base/247252 Log: - Fix off-by-one error when returning max pin number - Fix GPIOGET for output pins. Requesting state for output pin is valid operation, get the state from TI_

svn commit: r247255 - head/sys/dev/usb

2013-02-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 25 08:24:21 2013 New Revision: 247255 URL: http://svnweb.freebsd.org/changeset/base/247255 Log: Add new USB ID. Submitted by: Dmitry Luhtionov Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs ==

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Konstantin Belousov
On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: > On Thu, 21 Feb 2013 19:02:50 + (UTC) > John Baldwin wrote: > > > Author: jhb > > Date: Thu Feb 21 19:02:50 2013 > > New Revision: 247116 > > URL: http://svnweb.freebsd.org/changeset/base/247116 > > > > Log: > > Further refine

svn commit: r247259 - head/sys/arm/ti

2013-02-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 25 09:33:48 2013 New Revision: 247259 URL: http://svnweb.freebsd.org/changeset/base/247259 Log: Fix off-by-one error in sanity checks Modified: head/sys/arm/ti/ti_gpio.c Modified: head/sys/arm/ti/ti_gpio.c ==

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Andrew Turner
On Mon, 25 Feb 2013 10:50:19 +0200 Konstantin Belousov wrote: > On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: > > On Thu, 21 Feb 2013 19:02:50 + (UTC) > > John Baldwin wrote: > > > > > Author: jhb > > > Date: Thu Feb 21 19:02:50 2013 > > > New Revision: 247116 > > > URL: ht

svn commit: r247263 - head/sys/dev/usb

2013-02-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 25 10:57:35 2013 New Revision: 247263 URL: http://svnweb.freebsd.org/changeset/base/247263 Log: Fix init/uninit function type. Modified: head/sys/dev/usb/usb_pf.c Modified: head/sys/dev/usb/usb_pf.c ==

svn commit: r247264 - head/sys/dev/isp

2013-02-25 Thread Matt Jacob
Author: mjacob Date: Mon Feb 25 11:22:54 2013 New Revision: 247264 URL: http://svnweb.freebsd.org/changeset/base/247264 Log: Turn off fast posting for the ISP2100- I'd forgotten that it actually might have been enabled for them- now that we use all 32 bits of handle. Fast Posting doesn't pas

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Konstantin Belousov
On Mon, Feb 25, 2013 at 11:36:03PM +1300, Andrew Turner wrote: > On Mon, 25 Feb 2013 10:50:19 +0200 > Konstantin Belousov wrote: > > > On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: > > > On Thu, 21 Feb 2013 19:02:50 + (UTC) > > > John Baldwin wrote: > > > > > > > Author: jh

svn commit: r247265 - in head: cddl/contrib/opensolaris/cmd/zinject cddl/contrib/opensolaris/lib/libzpool/common cddl/contrib/opensolaris/lib/libzpool/common/sys sys/cddl/compat/opensolaris/sys sys...

2013-02-25 Thread Martin Matuska
Author: mm Date: Mon Feb 25 12:33:31 2013 New Revision: 247265 URL: http://svnweb.freebsd.org/changeset/base/247265 Log: MFV v242732: Merge the ZFS I/O deadman thread from vendor (illumos). This feature panics the system on hanging ZFS I/O, helps debugging and resumes failed service.

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

2013-02-25 Thread Matt Jacob
Author: mjacob Date: Mon Feb 25 14:06:24 2013 New Revision: 247266 URL: http://svnweb.freebsd.org/changeset/base/247266 Log: Don't try and negotiate sync mode if either period or offset are zero. PR: kern/163064 Partially Submitted by: Peter MFC after:1 month Modif

svn commit: r247268 - head/sys/dev/mxge

2013-02-25 Thread Andrew Gallatin
Author: gallatin Date: Mon Feb 25 16:22:40 2013 New Revision: 247268 URL: http://svnweb.freebsd.org/changeset/base/247268 Log: Several cleanups and fixes to mxge: - Remove vestigial null pointer tests after malloc(..., M_WAITOK). - Remove vestigal qualhack union - Use strlcpy() in

svn commit: r247269 - head/sbin/fsck_ffs

2013-02-25 Thread Tim Kientzle
Author: kientzle Date: Mon Feb 25 16:25:38 2013 New Revision: 247269 URL: http://svnweb.freebsd.org/changeset/base/247269 Log: Fix ARM build by assigning the computed time here to a variable of the right type for printf. Modified: head/sbin/fsck_ffs/fsutil.c Modified: head/sbin/fsck_ffs/fs

svn commit: r247270 - head/usr.sbin/rtadvd

2013-02-25 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 25 16:47:09 2013 New Revision: 247270 URL: http://svnweb.freebsd.org/changeset/base/247270 Log: - Implement and use usage(). - Document the -C option. - Allow rtadvd to be invoked without any interfaces on the command line, and document that possibility. MF

svn commit: r247271 - head/etc/rc.d

2013-02-25 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 25 17:07:42 2013 New Revision: 247271 URL: http://svnweb.freebsd.org/changeset/base/247271 Log: If rtadvd_interfaces is set to "none", start rtadvd without listing any interfaces on the command line. MFC after:1 week Modified: head/etc/rc.d/rtadvd Modifie

svn commit: r247272 - head/usr.bin/systat

2013-02-25 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Feb 25 17:32:10 2013 New Revision: 247272 URL: http://svnweb.freebsd.org/changeset/base/247272 Log: Remove EOL whitespace. Modified: head/usr.bin/systat/systat.1 Modified: head/usr.bin/systat/systat.1

svn commit: r247274 - in head: bin/test tools/regression/bin/test

2013-02-25 Thread Peter Jeremy
Author: peterj Date: Mon Feb 25 19:05:40 2013 New Revision: 247274 URL: http://svnweb.freebsd.org/changeset/base/247274 Log: Enhance test(1) by adding provision to compare any combination of the access, birth, change and modify times of two files, instead of only being able to compare modify

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Andrew Turner
On Mon, 25 Feb 2013 13:55:00 +0200 Konstantin Belousov wrote: > On Mon, Feb 25, 2013 at 11:36:03PM +1300, Andrew Turner wrote: > > On Mon, 25 Feb 2013 10:50:19 +0200 > > Konstantin Belousov wrote: > > > > > On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: > > > > On Thu, 21 Feb 20

svn commit: r247278 - head/usr.sbin/bsdconfig/startup

2013-02-25 Thread Devin Teske
Author: dteske Date: Mon Feb 25 19:14:06 2013 New Revision: 247278 URL: http://svnweb.freebsd.org/changeset/base/247278 Log: Fix typo and update copyright. Modified: head/usr.sbin/bsdconfig/startup/rcvar Modified: head/usr.sbin/bsdconfig/startup/rcvar

svn commit: r247279 - head/sys/dev/ciss

2013-02-25 Thread Sean Bruno
Author: sbruno Date: Mon Feb 25 19:22:56 2013 New Revision: 247279 URL: http://svnweb.freebsd.org/changeset/base/247279 Log: The 5300 series ciss(4) board does not work in performant mode with our currnet initialization sequence. Set it to simple mode only so that systems can be updated fro

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Konstantin Belousov
On Tue, Feb 26, 2013 at 08:05:42AM +1300, Andrew Turner wrote: > On Mon, 25 Feb 2013 13:55:00 +0200 > Konstantin Belousov wrote: > > > On Mon, Feb 25, 2013 at 11:36:03PM +1300, Andrew Turner wrote: > > > The real issue appears to be related to something in the vm layer > > > not working on ARM bo

svn commit: r247280 - in head/usr.sbin/bsdconfig: include networking networking/include networking/share share share/media

2013-02-25 Thread Devin Teske
Author: dteske Date: Mon Feb 25 19:55:32 2013 New Revision: 247280 URL: http://svnweb.freebsd.org/changeset/base/247280 Log: Import media selection/preparation framework (sysinstall inspired). Makes accessing files from various types of media nice and abstracted away from the wet-work involv

svn commit: r247281 - in head/sbin: hastctl hastd

2013-02-25 Thread Mikolaj Golub
Author: trociny Date: Mon Feb 25 20:09:07 2013 New Revision: 247281 URL: http://svnweb.freebsd.org/changeset/base/247281 Log: Add i/o error counters to hastd(8) and make hastctl(8) display them. This may be useful for detecting problems with HAST disks. Discussed with and reviewed by:

svn commit: r247282 - head/usr.sbin/bhyve

2013-02-25 Thread Neel Natu
Author: neel Date: Mon Feb 25 20:31:47 2013 New Revision: 247282 URL: http://svnweb.freebsd.org/changeset/base/247282 Log: Get rid of unused struct member. Pointed out by: Gopakumar T Obtained from:NetApp Modified: head/usr.sbin/bhyve/pci_emul.h Modified: head/usr.sbin/b

svn commit: r247283 - head/sys/kern

2013-02-25 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Feb 25 20:50:08 2013 New Revision: 247283 URL: http://svnweb.freebsd.org/changeset/base/247283 Log: After r237012, the fdgrowtable() doesn't drop the filedesc lock anymore, so update a stale comment. Reviewed by: kib, keramida Modified: head/sys/kern/kern_descrip

svn commit: r247284 - head/sys/kern

2013-02-25 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Feb 25 20:51:29 2013 New Revision: 247284 URL: http://svnweb.freebsd.org/changeset/base/247284 Log: Style. Suggested by: kib Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c ==

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Alan Cox
On Feb 25, 2013, at 4:36 AM, Andrew Turner wrote: > On Mon, 25 Feb 2013 10:50:19 +0200 > Konstantin Belousov wrote: > >> On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: >>> On Thu, 21 Feb 2013 19:02:50 + (UTC) >>> John Baldwin wrote: >>> Author: jhb Date: Thu Feb

svn commit: r247285 - head

2013-02-25 Thread Dag-Erling Smørgrav
Author: des Date: Mon Feb 25 22:25:56 2013 New Revision: 247285 URL: http://svnweb.freebsd.org/changeset/base/247285 Log: In all situations where we need to bootstrap yacc, we also need to bootstrap liby. This was not readily apparent, because a normal 'make buildworld' or 'make toolchain'

svn commit: r247286 - in head/sys/dev/ath: . ath_hal ath_hal/ar5210 ath_hal/ar5211 ath_hal/ar5212 ath_hal/ar5416

2013-02-25 Thread Adrian Chadd
Author: adrian Date: Mon Feb 25 22:42:43 2013 New Revision: 247286 URL: http://svnweb.freebsd.org/changeset/base/247286 Log: Begin adding support to explicitly set the current chainmask. Right now the only way to set the chainmask is to set the hardware configured chainmask through capabi

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

2013-02-25 Thread Adrian Chadd
Author: adrian Date: Mon Feb 25 22:45:02 2013 New Revision: 247287 URL: http://svnweb.freebsd.org/changeset/base/247287 Log: Part #2 of the TX chainmask changes: * Remove ar5416UpdateChainmasks(); * Remove the TX chainmask override code from the ar5416 TX descriptor setup routines;

Re: svn commit: r247274 - in head: bin/test tools/regression/bin/test

2013-02-25 Thread Jilles Tjoelker
On Mon, Feb 25, 2013 at 07:05:41PM +, Peter Jeremy wrote: > Author: peterj > Date: Mon Feb 25 19:05:40 2013 > New Revision: 247274 > URL: http://svnweb.freebsd.org/changeset/base/247274 > Log: > Enhance test(1) by adding provision to compare any combination of the > access, birth, change a

svn commit: r247291 - in head/sys/dev/cxgbe: . common firmware

2013-02-25 Thread Navdeep Parhar
Author: np Date: Tue Feb 26 00:27:27 2013 New Revision: 247291 URL: http://svnweb.freebsd.org/changeset/base/247291 Log: cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulating them in a firmware message if it is able to do so. This works out better for one of the FIFOs in th

svn commit: r247296 - in head: contrib/expat contrib/expat/doc contrib/expat/examples contrib/expat/lib contrib/expat/tests contrib/expat/tests/benchmark contrib/expat/xmlwf lib/libexpat

2013-02-25 Thread Xin LI
Author: delphij Date: Tue Feb 26 00:58:44 2013 New Revision: 247296 URL: http://svnweb.freebsd.org/changeset/base/247296 Log: Update base system libexpat to 2.1.0. MFC after:3 days Added: head/contrib/expat/FREEBSD-Xlist - copied unchanged from r247293, vendor/expat/dist/FREEBSD

svn commit: r247297 - in head/sys: arm/at91 arm/sa11x0 fs/fuse kern mips/adm5120 mips/alchemy mips/beri mips/cavium mips/gxemul mips/idt mips/malta mips/rt305x mips/sentry5 mips/sibyte powerpc/aim ...

2013-02-25 Thread Attilio Rao
Author: attilio Date: Tue Feb 26 01:00:11 2013 New Revision: 247297 URL: http://svnweb.freebsd.org/changeset/base/247297 Log: Merge from vmobj-rwlock branch: Remove unused inclusion of vm/vm_pager.h and vm/vnode_pager.h. Sponsored by: EMC / Isilon storage division Tested by:pho Re

svn commit: r247300 - in head: sys/sys usr.bin/truss

2013-02-25 Thread Xin LI
Author: delphij Date: Tue Feb 26 02:13:02 2013 New Revision: 247300 URL: http://svnweb.freebsd.org/changeset/base/247300 Log: Expose timespec and timeval macros when __BSD_VISIBLE is defined. This allows userland application to use the following macros: timespecclear, timespecisset

svn commit: r247301 - head/sys/boot/common

2013-02-25 Thread Ian Lepore
Author: ian Date: Tue Feb 26 03:24:45 2013 New Revision: 247301 URL: http://svnweb.freebsd.org/changeset/base/247301 Log: Adjust the arm kernel entry point address properly regardless of whether the e_entry field holds a physical or a virtual address. Add a comment block that explains the a

svn commit: r247304 - head/sys/arm/conf

2013-02-25 Thread Tim Kientzle
Author: kientzle Date: Tue Feb 26 04:59:02 2013 New Revision: 247304 URL: http://svnweb.freebsd.org/changeset/base/247304 Log: RPi users might want to touch the boot partition, which is always FAT formatted on this board, so compile-in MSDOSFS. Comment out the compiled-in FDT and explain

svn commit: r247312 - head/sys/fs/fuse

2013-02-25 Thread Alan Cox
Author: alc Date: Tue Feb 26 07:00:24 2013 New Revision: 247312 URL: http://svnweb.freebsd.org/changeset/base/247312 Log: Eliminate a duplicate #include. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/fs/fuse/fuse_io.c Modified: head/sys/fs/fuse/fuse_io.c ===

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Andrew Turner
On Mon, 25 Feb 2013 15:00:41 -0600 Alan Cox wrote: > > On Feb 25, 2013, at 4:36 AM, Andrew Turner wrote: > > > On Mon, 25 Feb 2013 10:50:19 +0200 > > Konstantin Belousov wrote: > > > >> On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: > >>> On Thu, 21 Feb 2013 19:02:50 + (UT

svn commit: r247313 - in head/sys/arm: at91 sa11x0

2013-02-25 Thread Alan Cox
Author: alc Date: Tue Feb 26 07:41:34 2013 New Revision: 247313 URL: http://svnweb.freebsd.org/changeset/base/247313 Log: Eliminate a redundant #include: machine/pmap.h is already included through vm/pmap.h. Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/sa11x0/assabet_machdep.c

Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-25 Thread Alan Cox
On 02/26/2013 01:27, Andrew Turner wrote: > On Mon, 25 Feb 2013 15:00:41 -0600 > Alan Cox wrote: > >> On Feb 25, 2013, at 4:36 AM, Andrew Turner wrote: >> >>> On Mon, 25 Feb 2013 10:50:19 +0200 >>> Konstantin Belousov wrote: >>> On Mon, Feb 25, 2013 at 08:13:13PM +1300, Andrew Turner wrote: