svn commit: r238564 - head/usr.bin

2012-07-18 Thread David E. O'Brien
Author: obrien Date: Wed Jul 18 07:07:54 2012 New Revision: 238564 URL: http://svn.freebsd.org/changeset/base/238564 Log: Sort per the comment. Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile == ---

svn commit: r238565 - head/sys/geom

2012-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 18 07:26:20 2012 New Revision: 238565 URL: http://svn.freebsd.org/changeset/base/238565 Log: Add missing free. Modified: head/sys/geom/geom_subr.c Modified: head/sys/geom/geom_subr.c ==

svn commit: r238572 - head/sys/netinet

2012-07-18 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 18 08:41:00 2012 New Revision: 238572 URL: http://svn.freebsd.org/changeset/base/238572 Log: When traversing global in_ifaddr list in the IFP_TO_IA() macro, we need to obtain IN_IFADDR_RLOCK(). Modified: head/sys/netinet/in_var.h Modified:

svn commit: r238573 - head/sys/netinet

2012-07-18 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 18 08:58:30 2012 New Revision: 238573 URL: http://svn.freebsd.org/changeset/base/238573 Log: Plug a reference leak: before doing 'goto again' we need to unref ia-ia_ifa if there is any. Submitted by: Andrey Zonov andrey zonov.org Modified:

svn commit: r238574 - head/sys/dev/mps

2012-07-18 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 18 09:06:07 2012 New Revision: 238574 URL: http://svn.freebsd.org/changeset/base/238574 Log: Fix a small memory leak in mpssas_get_sata_identify(). The change has been submitted upstream as well. Reviewed by: ken, scottl Obtained from:DragonFly

Re: svn commit: r238539 - head/sys/fs/smbfs

2012-07-18 Thread Christian Brueffer
On 7/17/12 0:10 , Attilio Rao wrote: 2012/7/16 Christian Brueffer bruef...@freebsd.org: Author: brueffer Date: Mon Jul 16 22:07:29 2012 New Revision: 238539 URL: http://svn.freebsd.org/changeset/base/238539 Log: Simply error handling by moving the allocation of np down to where it is

svn commit: r238595 - head/sys/cam/scsi

2012-07-18 Thread Alexander Motin
Author: mav Date: Wed Jul 18 12:23:45 2012 New Revision: 238595 URL: http://svn.freebsd.org/changeset/base/238595 Log: Add bunch of new ASC/ASCQ values from T10 site. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

svn commit: r238596 - head/sys/cam/scsi

2012-07-18 Thread Alexander Motin
Author: mav Date: Wed Jul 18 12:41:09 2012 New Revision: 238596 URL: http://svn.freebsd.org/changeset/base/238596 Log: Fix some typos in r238595. Reported by: brueffer Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

svn commit: r238597 - head/sys/amd64/amd64

2012-07-18 Thread Konstantin Belousov
Author: kib Date: Wed Jul 18 15:36:03 2012 New Revision: 238597 URL: http://svn.freebsd.org/changeset/base/238597 Log: Add stmxcsr. Submitted by: Ed Alley wea llnl gov PR: amd64/169927 MFC after:3 weeks Modified: head/sys/amd64/amd64/fpu.c Modified:

svn commit: r238598 - in head/sys/amd64: amd64 include

2012-07-18 Thread Konstantin Belousov
Author: kib Date: Wed Jul 18 15:43:47 2012 New Revision: 238598 URL: http://svn.freebsd.org/changeset/base/238598 Log: On AMD64, provide siginfo.si_code for floating point errors when error occurs using the SSE math processor. Update comments describing the handling of the exception status

svn commit: r238599 - head/lib/libc/net

2012-07-18 Thread Maksim Yevmenkin
Author: emax Date: Wed Jul 18 15:52:09 2012 New Revision: 238599 URL: http://svn.freebsd.org/changeset/base/238599 Log: Return zero from get_addrselectpolicy() when no source-address-selection policy is installed. MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c

svn commit: r238601 - head/sys/dev/aac

2012-07-18 Thread Sean Bruno
Author: sbruno Date: Wed Jul 18 18:10:27 2012 New Revision: 238601 URL: http://svn.freebsd.org/changeset/base/238601 Log: On BIO_ERROR, set bio_resid to stop losing data in the error case. Submitted by: Mark Johnston mark...@gmail.com Reviewed by: sco...@freebsd.org MFC after:2

svn commit: r238602 - head/usr.bin/du

2012-07-18 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jul 18 19:28:22 2012 New Revision: 238602 URL: http://svn.freebsd.org/changeset/base/238602 Log: Add -g (gigabyte) flag to complement -k (kilobyte) and -m (megabyte). MFC after:1 week Modified: head/usr.bin/du/du.1 head/usr.bin/du/du.c Modified:

svn commit: r238603 - in head/share/examples: . libusb20

2012-07-18 Thread Joerg Wunsch
Author: joerg Date: Wed Jul 18 21:30:17 2012 New Revision: 238603 URL: http://svn.freebsd.org/changeset/base/238603 Log: Add some examples about how to use FreeBSD's libusb20 in your own code. Added: head/share/examples/libusb20/ head/share/examples/libusb20/Makefile (contents, props

svn commit: r238604 - head/sys/vm

2012-07-18 Thread Konstantin Belousov
Author: kib Date: Wed Jul 18 21:47:50 2012 New Revision: 238604 URL: http://svn.freebsd.org/changeset/base/238604 Log: Do not restart scan of the inactive queue when non-inactive page is found. Rather, we shall not find such pages on inactive queue at all. Requested and reviewed by:

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

2012-07-18 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jul 18 23:01:23 2012 New Revision: 238605 URL: http://svn.freebsd.org/changeset/base/238605 Log: Move -n ${_jail} before ${_flags} so that any -n options in ${_flags} will override ours instead of the other way around. Modified: head/etc/rc.d/jail Modified:

svn commit: r238606 - head/usr.sbin/wpa/hostapd

2012-07-18 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Wed Jul 18 23:32:12 2012 New Revision: 238606 URL: http://svn.freebsd.org/changeset/base/238606 Log: Xref mwl(4) and rum(4) in hostapd(8). MFC after:3 days Modified: head/usr.sbin/wpa/hostapd/hostapd.8 Modified:

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

2012-07-18 Thread Adrian Chadd
Author: adrian Date: Thu Jul 19 02:25:14 2012 New Revision: 238607 URL: http://svn.freebsd.org/changeset/base/238607 Log: Break out the TX descriptor link field into HAL methods. The DMA FIFO chips (AR93xx and later) differ slightly to th elegacy chips: * The RX DMA descriptors

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

2012-07-18 Thread Adrian Chadd
Author: adrian Date: Thu Jul 19 03:18:15 2012 New Revision: 238608 URL: http://svn.freebsd.org/changeset/base/238608 Log: Use HAL_NUM_RX_QUEUES rather than a magic constant. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h

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

2012-07-18 Thread Adrian Chadd
Author: adrian Date: Thu Jul 19 03:51:16 2012 New Revision: 238609 URL: http://svn.freebsd.org/changeset/base/238609 Log: Convert the TX path to use the new HAL methods for accessing the TX descriptor link pointers. This is required for the AR93xx and later chipsets. The RX path is

svn commit: r238610 - head/sys/amd64/amd64

2012-07-18 Thread Alan Cox
Author: alc Date: Thu Jul 19 05:34:19 2012 New Revision: 238610 URL: http://svn.freebsd.org/changeset/base/238610 Log: Don't unnecessarily set PGA_REFERENCED in pmap_enter(). Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c