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

2012-06-26 Thread Alan Cox
Author: alc Date: Tue Jun 26 06:02:43 2012 New Revision: 237592 URL: http://svn.freebsd.org/changeset/base/237592 Log: Add PV list locking to pmap_enter(). Its execution is no longer serialized by the pvh global lock. Add a needed atomic operation to pmap_object_init_pt(). Modified:

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:

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-all@freebsd.org

svn commit: r237594 - stable/9/sys/dev/agp

2012-06-26 Thread Konstantin Belousov
Author: kib Date: Tue Jun 26 10:32:09 2012 New Revision: 237594 URL: http://svn.freebsd.org/changeset/base/237594 Log: MFC r237484: Correct device id for GPU on some server SandyBridge model. Modified: stable/9/sys/dev/agp/agp_i810.c Directory Properties: stable/9/sys/ (props changed)

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

svn commit: r237602 - stable/9/sys/dev/acpi_support

2012-06-26 Thread Mitsuru IWASAKI
Author: iwasaki Date: Tue Jun 26 15:29:38 2012 New Revision: 237602 URL: http://svn.freebsd.org/changeset/base/237602 Log: MFC 237493: - Add in-driver event handler. Modified: stable/9/sys/dev/acpi_support/acpi_ibm.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r237603 - stable/9/share/man/man4

2012-06-26 Thread Mitsuru IWASAKI
Author: iwasaki Date: Tue Jun 26 15:30:35 2012 New Revision: 237603 URL: http://svn.freebsd.org/changeset/base/237603 Log: MFC 237494: - Add description about dev.acpi_ibm.0.handlerevents. Modified: stable/9/share/man/man4/acpi_ibm.4 Directory Properties: stable/9/share/ (props

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)

svn commit: r237607 - vendor/less/dist

2012-06-26 Thread Xin LI
Author: delphij Date: Tue Jun 26 20:38:53 2012 New Revision: 237607 URL: http://svn.freebsd.org/changeset/base/237607 Log: Vendor import of less v449 (beta). Modified: vendor/less/dist/LICENSE vendor/less/dist/Makefile.aut vendor/less/dist/NEWS vendor/less/dist/README

svn commit: r237608 - vendor/less/v449

2012-06-26 Thread Xin LI
Author: delphij Date: Tue Jun 26 20:39:29 2012 New Revision: 237608 URL: http://svn.freebsd.org/changeset/base/237608 Log: Tag less v449. Added: vendor/less/v449/ - copied from r237607, vendor/less/dist/ ___ svn-src-all@freebsd.org mailing

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 +, John

svn commit: r237610 - stable/8/sys/netinet

2012-06-26 Thread Xin LI
Author: delphij Date: Tue Jun 26 21:45:47 2012 New Revision: 237610 URL: http://svn.freebsd.org/changeset/base/237610 Log: MFC r235036: Add ToS definitions for DiffServ Codepoints as per RFC2474. Obtained from:OpenBSD Modified: stable/8/sys/netinet/ip.h Directory

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

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.

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

svn commit: r237614 - stable/8/contrib/netcat

2012-06-26 Thread Xin LI
Author: delphij Date: Tue Jun 26 23:31:57 2012 New Revision: 237614 URL: http://svn.freebsd.org/changeset/base/237614 Log: MFC: netcat from OpenBSD 5.1. Modified: stable/8/contrib/netcat/nc.1 stable/8/contrib/netcat/netcat.c Directory Properties: stable/8/contrib/netcat/ (props

svn commit: r237615 - stable/9/bin/rm

2012-06-26 Thread Xin LI
Author: delphij Date: Wed Jun 27 00:31:30 2012 New Revision: 237615 URL: http://svn.freebsd.org/changeset/base/237615 Log: MFC r237339: Polish previous revision: if the fts_* routines have lstat()'ed the directory entry then use the struct stat from that instead of doing it again, and

svn commit: r237616 - stable/8/bin/rm

2012-06-26 Thread Xin LI
Author: delphij Date: Wed Jun 27 00:34:06 2012 New Revision: 237616 URL: http://svn.freebsd.org/changeset/base/237616 Log: MFC r237339: Polish previous revision: if the fts_* routines have lstat()'ed the directory entry then use the struct stat from that instead of doing it again, and

svn commit: r237617 - stable/7/bin/rm

2012-06-26 Thread Xin LI
Author: delphij Date: Wed Jun 27 00:37:22 2012 New Revision: 237617 URL: http://svn.freebsd.org/changeset/base/237617 Log: MFC r237339: Polish previous revision: if the fts_* routines have lstat()'ed the directory entry then use the struct stat from that instead of doing it again, and

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

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:

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

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

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

svn commit: r237627 - in stable/9/sys/sparc64: include sparc64

2012-06-26 Thread Alan Cox
Author: alc Date: Wed Jun 27 05:38:39 2012 New Revision: 237627 URL: http://svn.freebsd.org/changeset/base/237627 Log: MFC r236214 Replace all uses of the vm page queues lock by a r/w lock that is private to this pmap.c. Modified: stable/9/sys/sparc64/include/pmap.h

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