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

2013-06-06 Thread Adrian Chadd
Author: adrian Date: Fri Jun 7 05:18:07 2013 New Revision: 251484 URL: http://svnweb.freebsd.org/changeset/base/251484 Log: Add accessor macros for the bluetooth coexistence routines. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h =

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

2013-06-06 Thread Adrian Chadd
Author: adrian Date: Fri Jun 7 05:17:58 2013 New Revision: 251483 URL: http://svnweb.freebsd.org/changeset/base/251483 Log: Add bluetooth fixes to the AR5416/AR92xx HAL: * Call the bluetooth setup function during the reset path, so the bluetooth settings are actually initialised. * C

svn commit: r251482 - head/sys/dev/bge

2013-06-06 Thread Pyun YongHyeon
Author: yongari Date: Fri Jun 7 01:21:09 2013 New Revision: 251482 URL: http://svnweb.freebsd.org/changeset/base/251482 Log: Correct setting TX random backoff register. This register is implemented as a 10 bits linear feedback shift register so only lower 10 bits are valid. Because this r

svn commit: r251481 - head/sys/dev/bge

2013-06-06 Thread Pyun YongHyeon
Author: yongari Date: Fri Jun 7 01:01:39 2013 New Revision: 251481 URL: http://svnweb.freebsd.org/changeset/base/251481 Log: Do not report current link status if driver is not running. Reporting link status in driver has a side-effect that makes mii(4) check current link status. mii(4) wil

svn commit: r251480 - head/gnu/usr.bin/cc/include

2013-06-06 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jun 7 00:48:01 2013 New Revision: 251480 URL: http://svnweb.freebsd.org/changeset/base/251480 Log: gcc: install AMD intrinsics header ammintrin.h This file was included in the changes from r251212 and originated in the pre-GPLv3 gcc43 branch. MFC after:2 we

svn commit: r251479 - in head/sys/cam: . scsi

2013-06-06 Thread Scott Long
Author: scottl Date: Fri Jun 7 00:22:38 2013 New Revision: 251479 URL: http://svnweb.freebsd.org/changeset/base/251479 Log: Simplify the checking of flags for cam_periph_mapmem(). This gets rid of a lot of code redundancy and grossness at very minor expense. Reviewed by: smh Obtained

svn commit: r251478 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-06-06 Thread Xin LI
Author: delphij Date: Thu Jun 6 23:21:41 2013 New Revision: 251478 URL: http://svnweb.freebsd.org/changeset/base/251478 Log: MFV r251474: * Illumos zfs issue #3137 L2ARC compression Whether or not to compress buffers entering the L2ARC is controlled by "compression" setting on the

svn commit: r251477 - in stable/8/sys/cam: . scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 22:31:52 2013 New Revision: 251477 URL: http://svnweb.freebsd.org/changeset/base/251477 Log: MFC r216088: Manual partial MFC of only basic VPD support for scsi_xpt MFC r249937: Refactored scsi_xpt use of device_has_vpd Modified: stable/8/sys/cam/cam_xpt.c

svn commit: r251476 - head/usr.sbin/gssd

2013-06-06 Thread Rick Macklem
Author: rmacklem Date: Thu Jun 6 22:02:03 2013 New Revision: 251476 URL: http://svnweb.freebsd.org/changeset/base/251476 Log: Fix r251444 so that gssd.c still builds for WITHOUT_KERBEROS. Reported by: bf1...@gmail.com MFC after:2 weeks Modified: head/usr.sbin/gssd/gssd.c Modifie

svn commit: r251475 - in head: lib/libc/net lib/libkvm tools/tools/pciroms

2013-06-06 Thread Ed Maste
Author: emaste Date: Thu Jun 6 21:09:27 2013 New Revision: 251475 URL: http://svnweb.freebsd.org/changeset/base/251475 Log: Switch to 2-clause license and standard text Approved by: bms@ Modified: head/lib/libc/net/getifmaddrs.c head/lib/libkvm/kvm_mips.c head/tools/tools/pciroms/p

svn commit: r251474 - in vendor-sys/illumos/dist/uts/common/fs/zfs: . sys

2013-06-06 Thread Xin LI
Author: delphij Date: Thu Jun 6 20:14:40 2013 New Revision: 251474 URL: http://svnweb.freebsd.org/changeset/base/251474 Log: Update vendor-sys/illumos/dist to illumos-gate 14039:6cfd5a5778b9 Illumos ZFS issues: 3137 L2ARC compression Modified: vendor-sys/illumos/dist/uts/common/fs/z

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-06 Thread Michael Tuexen
On Jun 6, 2013, at 8:30 PM, Garrett Cooper wrote: > On Jun 6, 2013, at 11:18 AM, Michael Tuexen wrote: > >> On Jun 6, 2013, at 12:50 PM, Glen Barber wrote: >> >>> On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: >

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-06 Thread Garrett Cooper
On Jun 6, 2013, at 11:18 AM, Michael Tuexen wrote: > On Jun 6, 2013, at 12:50 PM, Glen Barber wrote: > >> On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: >>> On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: Author: jkim Date: Wed Jun 5 21:31:06 2013 New Re

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-06 Thread Michael Tuexen
On Jun 6, 2013, at 12:50 PM, Glen Barber wrote: > On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: >> On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: >>> Author: jkim >>> Date: Wed Jun 5 21:31:06 2013 >>> New Revision: 251438 >>> URL: http://svnweb.freebsd.org/changeset/b

svn commit: r251471 - head/sys/vm

2013-06-06 Thread Attilio Rao
Author: attilio Date: Thu Jun 6 18:19:26 2013 New Revision: 251471 URL: http://svnweb.freebsd.org/changeset/base/251471 Log: Complete r251452: Avoid to busy/unbusy a page in cases where there is no need to drop the vm_obj lock, more nominally when the page is full valid after vm_page_grab

Re: svn commit: r251470 - head/sys/kern

2013-06-06 Thread John Baldwin
On Thursday, June 06, 2013 10:43:19 am John Baldwin wrote: > Author: jhb > Date: Thu Jun 6 14:43:19 2013 > New Revision: 251470 > URL: http://svnweb.freebsd.org/changeset/base/251470 > > Log: > Do not compare the existing mask of a cpuset with a new mask when changing > the mask of a cpuset.

svn commit: r251470 - head/sys/kern

2013-06-06 Thread John Baldwin
Author: jhb Date: Thu Jun 6 14:43:19 2013 New Revision: 251470 URL: http://svnweb.freebsd.org/changeset/base/251470 Log: Do not compare the existing mask of a cpuset with a new mask when changing the mask of a cpuset. Also, change the cpuset's mask before updating the masks of all children

svn commit: r251469 - stable/9/usr.sbin/rtadvd

2013-06-06 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jun 6 13:47:36 2013 New Revision: 251469 URL: http://svnweb.freebsd.org/changeset/base/251469 Log: MFH (r247863): fix occasional SIGSEGV when an interface was added. Modified: stable/9/usr.sbin/rtadvd/rtadvd.c Directory Properties: stable/9/usr.sbin/rtadvd/ (props c

Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc

2013-06-06 Thread Tijl Coosemans
On 2013-06-03 16:50, Marcel Moolenaar wrote: > > On Jun 3, 2013, at 6:25 AM, Dimitry Andric wrote: > >> On 2013-05-25 20:59, Marcel Moolenaar wrote: >>> Author: marcel >>> Date: Sat May 25 18:59:11 2013 >>> New Revision: 250991 >>> URL: http://svnweb.freebsd.org/changeset/base/250991 >>> >>> Log

svn commit: r251468 - in head: gnu/usr.bin/diff gnu/usr.bin/grep usr.bin/grep

2013-06-06 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 6 11:59:38 2013 New Revision: 251468 URL: http://svnweb.freebsd.org/changeset/base/251468 Log: Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this actually reverts r250860 and r250861. Reported by: gjb, tinderbox Modified: head/gnu/usr.bi

svn commit: r251467 - stable/8/sys/cam/ata

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 11:47:54 2013 New Revision: 251467 URL: http://svnweb.freebsd.org/changeset/base/251467 Log: MFC r249934: Updated TRIM calculations in cam/ata to be based off ATA_DSM_* defines Modified: stable/8/sys/cam/ata/ata_da.c Directory Properties: stable/8/sys/ (prop

svn commit: r251466 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 11:41:22 2013 New Revision: 251466 URL: http://svnweb.freebsd.org/changeset/base/251466 Log: MFC r249933: Added the ability to send ATA identify and TRIM commands via SCSI Modified: stable/8/sys/cam/scsi/scsi_all.c stable/8/sys/cam/scsi/scsi_all.h Directory Pr

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-06 Thread Glen Barber
On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: > On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: > > Author: jkim > > Date: Wed Jun 5 21:31:06 2013 > > New Revision: 251438 > > URL: http://svnweb.freebsd.org/changeset/base/251438 > > > > Log: > > Connect libgnuregex 2

svn commit: r251465 - stable/8/sys/sys

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 10:27:34 2013 New Revision: 251465 URL: http://svnweb.freebsd.org/changeset/base/251465 Log: MFC r249931: Added Dataset Management defines to be used by TRIM Modified: stable/8/sys/sys/ata.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/

svn commit: r251464 - stable/8/sys/geom

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 10:25:58 2013 New Revision: 251464 URL: http://svnweb.freebsd.org/changeset/base/251464 Log: MFC r249930: Added a sysctl to control the maximum size of a delete request Modified: stable/8/sys/geom/geom_dev.c Directory Properties: stable/8/sys/ (props changed

svn commit: r251463 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 10:09:20 2013 New Revision: 251463 URL: http://svnweb.freebsd.org/changeset/base/251463 Log: MFC r248992: Added ATA Pass-Through support to CAM Modified: stable/8/sys/cam/scsi/scsi_all.c stable/8/sys/cam/scsi/scsi_all.h Directory Properties: stable/8/sys/

svn commit: r251462 - in stable/8/sys/cam: . ata scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 10:06:32 2013 New Revision: 251462 URL: http://svnweb.freebsd.org/changeset/base/251462 Log: MFC r248922: Adds the ability to enable / disable sorting of BIO requests Modified: stable/8/sys/cam/ata/ata_da.c stable/8/sys/cam/cam.c stable/8/sys/cam/cam.h sta

svn commit: r251461 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 10:00:22 2013 New Revision: 251461 URL: http://svnweb.freebsd.org/changeset/base/251461 Log: MFC r246146: Format CDB output as 2 digit hex correcting the length Modified: stable/8/sys/cam/scsi/scsi_all.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r251460 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:58:23 2013 New Revision: 251460 URL: http://svnweb.freebsd.org/changeset/base/251460 Log: MFC r245253: Use sysctl tuneable values for scsi_da and retry_count Modified: stable/8/sys/cam/scsi/scsi_da.c Directory Properties: stable/8/sys/ (props changed) s

svn commit: r251459 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:55:00 2013 New Revision: 251459 URL: http://svnweb.freebsd.org/changeset/base/251459 Log: MFC r245252: Always maintain disk d_flags MFC r249929: Removed unneeded tests in dadeletemethodset Modified: stable/8/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r251458 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:50:42 2013 New Revision: 251458 URL: http://svnweb.freebsd.org/changeset/base/251458 Log: MFC r245251: Remove essentially unused variables from scsi_da probe setups Modified: stable/8/sys/cam/scsi/scsi_da.c Directory Properties: stable/8/sys/ (props chang

svn commit: r251457 - stable/8/sys/cam/scsi

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:45:22 2013 New Revision: 251457 URL: http://svnweb.freebsd.org/changeset/base/251457 Log: MFC r230053: BIO_DELETE for SCSI da devices MFC r239655: Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation Modified: stable/8/sys/cam/scsi/scsi_all.c stable/8/sy

svn commit: r251456 - stable/8/sys/geom

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:23:21 2013 New Revision: 251456 URL: http://svnweb.freebsd.org/changeset/base/251456 Log: MFC r226737: Allow upper layers to discover that BIO_DELETE / BIO_FLUSH is not supported. Modified: stable/8/sys/geom/geom_disk.c Directory Properties: stable/8/sys/

svn commit: r251455 - in stable/8/sys: amd64/include arm/include dev/md dev/null i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include sys vm

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 09:13:07 2013 New Revision: 251455 URL: http://svnweb.freebsd.org/changeset/base/251455 Log: MFC r221855: Move the ZERO_REGION_SIZE to a machine-dependent Modified: stable/8/sys/amd64/include/vmparam.h stable/8/sys/arm/include/vmparam.h stable/8/sys/dev/md/m

svn commit: r251454 - in stable/8/sys: dev/md dev/null sys vm

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 08:57:32 2013 New Revision: 251454 URL: http://svnweb.freebsd.org/changeset/base/251454 Log: MFC r221853: Global zeros region Modified: stable/8/sys/dev/md/md.c stable/8/sys/dev/null/null.c stable/8/sys/sys/systm.h stable/8/sys/vm/vm_kern.c Directory Prope

svn commit: r251453 - stable/8/sys/dev/md

2013-06-06 Thread Steven Hartland
Author: smh Date: Thu Jun 6 08:48:02 2013 New Revision: 251453 URL: http://svnweb.freebsd.org/changeset/base/251453 Log: MFC r221229: Implement BIO_DELETE for vnode devices Modified: stable/8/sys/dev/md/md.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/dev/ (pro