svn commit: r238895 - head/sys/arm/at91

2012-07-29 Thread Warner Losh
Author: imp Date: Mon Jul 30 06:00:31 2012 New Revision: 238895 URL: http://svn.freebsd.org/changeset/base/238895 Log: Fix a couple of comments about the rm9200, and fix a couple of indentation issues. Add note that we need to implement at91sam9260 erratum workaround. Modified: head/sys/ar

svn commit: r238894 - in head/sys: cam/scsi modules/cam

2012-07-29 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jul 30 03:00:58 2012 New Revision: 238894 URL: http://svn.freebsd.org/changeset/base/238894 Log: Remove opt_enc.h from files committed with r235911. enc(4) is the 'encapsulating interface' used with IPsec and has nothing to do with storage 'enclosure' services. MFC

svn commit: r238893 - head/tools/tools/ath/athratestats

2012-07-29 Thread Adrian Chadd
Author: adrian Date: Mon Jul 30 01:42:22 2012 New Revision: 238893 URL: http://svn.freebsd.org/changeset/base/238893 Log: Break out the parsing code from main() and modularise things a little. The eventual aim will be to support listing "one" and "all" stations for the given ath device.

Re: svn commit: r234711 - in head/usr.sbin/wpa: . hostapd

2012-07-29 Thread Slawa Olhovchenkov
On Thu, Apr 26, 2012 at 05:35:12PM +, Bernhard Schmidt wrote: > Author: bschmidt > Date: Thu Apr 26 17:35:11 2012 > New Revision: 234711 > URL: http://svn.freebsd.org/changeset/base/234711 > > Log: > fix EAP server support after the 0.7.3 import: > - eap_xxx.c files have been renamed to e

svn commit: r238892 - head/sys/geom

2012-07-29 Thread Alexander Motin
Author: mav Date: Sun Jul 29 20:04:09 2012 New Revision: 238892 URL: http://svn.freebsd.org/changeset/base/238892 Log: Partially revert r238886 in part of GEOM_VFS spoiling. This change triggered interesting foot shooting condition in GEOM when RW access to root partition by fsck spoils V

svn commit: r238891 - stable/8/share/man/man5

2012-07-29 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Jul 29 18:52:18 2012 New Revision: 238891 URL: http://svn.freebsd.org/changeset/base/238891 Log: MFC r238707: Document the following in rc.conf.5: - rtsold_enable - rtsold_flags - rtsol_flags Modified: stable/8/share/man/man5/rc.conf.5 Di

svn commit: r238890 - stable/9/share/man/man5

2012-07-29 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Jul 29 18:52:01 2012 New Revision: 238890 URL: http://svn.freebsd.org/changeset/base/238890 Log: MFC r238707: Document the following in rc.conf.5: - rtsold_enable - rtsold_flags - rtsol_flags Approved by: re (kib) Modified: stable/9

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

2012-07-29 Thread Alan Cox
Author: alc Date: Sun Jul 29 18:20:49 2012 New Revision: 238889 URL: http://svn.freebsd.org/changeset/base/238889 Log: Shave off a few more cycles from pmap_enter()'s critical section. In particular, do a little less work with the PV list lock held. Modified: head/sys/amd64/amd64/pmap.c M

svn commit: r238888 - head/bin/sh

2012-07-29 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 29 18:04:38 2012 New Revision: 23 URL: http://svn.freebsd.org/changeset/base/23 Log: sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend(). When waiting for child processes using "wait" or if "set -T" is in effect, a signal interrupts

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

2012-07-29 Thread Matt Jacob
Author: mjacob Date: Sun Jul 29 14:21:42 2012 New Revision: 238887 URL: http://svn.freebsd.org/changeset/base/238887 Log: Grr.!$()!$$ I missed checking this in even though I *did* run a tinderbox myself and caught the error. Change to isp_send_cmd needs a final ecmd argument. Sponsor

svn commit: r238886 - in head/sys: cam cam/ata cam/scsi geom geom/part

2012-07-29 Thread Alexander Motin
Author: mav Date: Sun Jul 29 11:51:48 2012 New Revision: 238886 URL: http://svn.freebsd.org/changeset/base/238886 Log: Implement media change notification for DA and CD removable media devices. It includes three parts: 1) Modifications to CAM to detect media media changes and report them to

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

2012-07-29 Thread Adrian Chadd
Author: adrian Date: Sun Jul 29 09:23:32 2012 New Revision: 238885 URL: http://svn.freebsd.org/changeset/base/238885 Log: Shuffle the rate control call to be consistent with non-aggregate TX. The correct ordering for non-aggregate TX is: * call ath_hal_setuptxdesc() to setup the first

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

2012-07-29 Thread Adrian Chadd
Author: adrian Date: Sun Jul 29 08:52:32 2012 New Revision: 238884 URL: http://svn.freebsd.org/changeset/base/238884 Log: Fix breakage introduced in r238824 - correctly calculate the descriptor wrapping. The previous code was only wrapping descriptor "block" boundaries rather than indiv