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

2012-06-26 Thread Adrian Chadd
Author: adrian Date: Tue Jun 26 07:56:15 2012 New Revision: 237593 URL: http://svn.freebsd.org/changeset/base/237593 Log: Make sure the BAR TX session pause is correctly unpaused when a node is reassociating. PR: kern/169432 Modified: head/sys/dev/ath/if_ath_tx.c Modified: h

Re: svn commit: r237412 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/dis

2012-06-26 Thread Dimitry Andric
On 2012-06-25 23:37, Jung-uk Kim wrote: ... > I submitted this patch and I am waiting for confirmation: > > http://people.freebsd.org/~jkim/evxfgpe.diff I've tested your diff, and it made the panic disappear for me. Thanks! ___ svn-src-head@freebsd.org

svn commit: r237601 - in head: share/examples/scsi_target sys/cam/ctl sys/dev/aic7xxx sys/dev/firewire sys/dev/mpt

2012-06-26 Thread Kenneth D. Merry
Author: ken Date: Tue Jun 26 14:51:35 2012 New Revision: 237601 URL: http://svn.freebsd.org/changeset/base/237601 Log: Fix an issue that caused the kernel to panic inside CTL when trying to attach to target capable HBAs that implement the old immediate notify (XPT_IMMED_NOTIFY) and notify ac

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

2012-06-26 Thread Alan Cox
Author: alc Date: Tue Jun 26 16:45:18 2012 New Revision: 237604 URL: http://svn.freebsd.org/changeset/base/237604 Log: Introduce RELEASE_PV_LIST_LOCK(). Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c ===

svn commit: r237605 - in head/sys: dev/nand modules/nand

2012-06-26 Thread Takanori Watanabe
Author: takawata Date: Tue Jun 26 18:08:03 2012 New Revision: 237605 URL: http://svn.freebsd.org/changeset/base/237605 Log: Add nand core module and module dependency information. Reviewed by:gber Added: head/sys/modules/nand/ head/sys/modules/nand/Makefile (contents, props changed)

Re: svn commit: r237008 - head/sys/dev/pci

2012-06-26 Thread Marius Strobl
On Mon, Jun 25, 2012 at 02:24:24PM -0400, John Baldwin wrote: > On Monday, June 25, 2012 1:08:11 pm Marius Strobl wrote: > > On Mon, Jun 25, 2012 at 10:00:08AM -0400, John Baldwin wrote: > > > On Saturday, June 23, 2012 6:16:26 pm Marius Strobl wrote: > > > > On Wed, Jun 13, 2012 at 03:04:50PM +000

svn commit: r237611 - in head/sys/dev/ath: . ath_hal ath_hal/ar5416 ath_hal/ar9002 ath_hal/ar9003

2012-06-26 Thread Adrian Chadd
Author: adrian Date: Tue Jun 26 22:16:53 2012 New Revision: 237611 URL: http://svn.freebsd.org/changeset/base/237611 Log: Bring over the initial 802.11n bluetooth coexistence support code. The Linux ath9k btcoex code is based off of this code. Note this doesn't actually implement funct

svn commit: r237612 - head/share/mk

2012-06-26 Thread David E. O'Brien
Author: obrien Date: Tue Jun 26 23:15:55 2012 New Revision: 237612 URL: http://svn.freebsd.org/changeset/base/237612 Log: Add -DWITH_INSTALL_AS_USER to the source build (naming matches the same functionality of The Ports Collection). This sets BINOWN, BINGRP, etc... to match current user. T

svn commit: r237613 - in head: contrib/less usr.bin/less

2012-06-26 Thread Xin LI
Author: delphij Date: Tue Jun 26 23:17:33 2012 New Revision: 237613 URL: http://svn.freebsd.org/changeset/base/237613 Log: MFV: less v449. Modified: head/contrib/less/LICENSE head/contrib/less/Makefile.aut head/contrib/less/NEWS head/contrib/less/README head/contrib/less/brac.c head

svn commit: r237618 - head/usr.bin/killall

2012-06-26 Thread Xin LI
Author: delphij Date: Wed Jun 27 00:50:25 2012 New Revision: 237618 URL: http://svn.freebsd.org/changeset/base/237618 Log: Add a -I flag which requests confirmation before action, like what is done in pkill(1). MFC after:2 weeks Modified: head/usr.bin/killall/killall.1 head/usr.b

svn commit: r237619 - head/share/man/man9

2012-06-26 Thread Julian Elischer
Author: julian Date: Wed Jun 27 01:13:37 2012 New Revision: 237619 URL: http://svn.freebsd.org/changeset/base/237619 Log: Try clean up some of my original text and neaten a table. MFC after:1 week Modified: head/share/man/man9/locking.9 Modified: head/share/man/man9/locking.9 ==

svn commit: r237620 - head/sbin/geom/class/raid

2012-06-26 Thread Warren Block
Author: wblock (doc committer) Date: Wed Jun 27 01:44:48 2012 New Revision: 237620 URL: http://svn.freebsd.org/changeset/base/237620 Log: Use possessive "its", no apostrophe. MFC after:1 day Modified: head/sbin/geom/class/raid/graid.8 Modified: head/sbin/geom/class/raid/graid.8

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

2012-06-26 Thread Adrian Chadd
Author: adrian Date: Wed Jun 27 03:00:29 2012 New Revision: 237621 URL: http://svn.freebsd.org/changeset/base/237621 Log: Remove duplicate entries. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.h Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.h

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

2012-06-26 Thread Adrian Chadd
Author: adrian Date: Wed Jun 27 03:24:27 2012 New Revision: 237622 URL: http://svn.freebsd.org/changeset/base/237622 Log: Bring over some new typedefs as part of the AR9300 HAL import. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h ===

svn commit: r237623 - in head/sys: amd64/amd64 i386/i386 kern sparc64/sparc64 vm

2012-06-26 Thread Alan Cox
Author: alc Date: Wed Jun 27 03:45:25 2012 New Revision: 237623 URL: http://svn.freebsd.org/changeset/base/237623 Log: Add new pmap layer locks to the predefined lock order. Change the names of a few existing VM locks to follow a consistent naming scheme. Modified: head/sys/amd64/amd64/pma

svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/c...

2012-06-26 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 27 04:39:30 2012 New Revision: 237624 URL: http://svn.freebsd.org/changeset/base/237624 Log: Bring llquantize support into Dtrace. Bryan Cantrill implemented the equivalent of semi-log graph paper for Dtrace so llquantize will use one logarithmic and one linear

svn commit: r237625 - in head/usr.sbin/crunch: crunchgen crunchide

2012-06-26 Thread David E. O'Brien
Author: obrien Date: Wed Jun 27 04:39:30 2012 New Revision: 237625 URL: http://svn.freebsd.org/changeset/base/237625 Log: Some amount of style(9) -- function definitions, header ordering, and $FreeBSD$. Modified: head/usr.sbin/crunch/crunchgen/crunched_main.c head/usr.sbin/crunch/crunch

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

2012-06-26 Thread Adrian Chadd
Author: adrian Date: Wed Jun 27 05:23:33 2012 New Revision: 237626 URL: http://svn.freebsd.org/changeset/base/237626 Log: Fix a subtle corner case surrounding the handling of OFDM restart along with AMPDU aggregate delimiters. If there's an OFDM restart during an aggregate, the hardware A

svn commit: r237628 - head/usr.bin/sort

2012-06-26 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 05:50:15 2012 New Revision: 237628 URL: http://svn.freebsd.org/changeset/base/237628 Log: - Disable threaded sort by default - Fix typo in the NLS support Modified: head/usr.bin/sort/Makefile Modified: head/usr.bin/sort/Makefile ==

svn commit: r237629 - in head: gnu/usr.bin/sort share/mk tools/build/options usr.bin/sort

2012-06-26 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 05:59:01 2012 New Revision: 237629 URL: http://svn.freebsd.org/changeset/base/237629 Log: - Switch to BSD sort as default sort. GNU sort will still be installed as "gnusort". Most of the BSD sort development work was done by Oleg Moskalenko . - GNU grep

svn commit: r237630 - head/share/man/man5

2012-06-26 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 06:00:58 2012 New Revision: 237630 URL: http://svn.freebsd.org/changeset/base/237630 Log: - Regen after BSD sort change Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r237631 - head/sys/sys

2012-06-26 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 06:08:02 2012 New Revision: 237631 URL: http://svn.freebsd.org/changeset/base/237631 Log: - Bump __FreeBSD_version: default sort is BSD sort Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

Re: svn commit: r237628 - head/usr.bin/sort

2012-06-26 Thread Eitan Adler
On 26 June 2012 22:50, Gabor Kovesdan wrote: > Author: gabor > Date: Wed Jun 27 05:50:15 2012 > New Revision: 237628 > URL: http://svn.freebsd.org/changeset/base/237628 > > Log: >  - Disable threaded sort by default Curious, why? >  - Fix typo in the NLS support -- Eitan Adler Source & Port