Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Hiroki Sato
Andrew Thompson wrote in : th> On 12 July 2012 10:15, Adrian Chadd wrote: th> > Again, that just touched usb. So, how'd that affect non-USB wifi cloning? th> th> I guess cloning is first match wins and usb was incorrectly matching wlan* Yes, a greedier ifname matching rule can unintentionall

svn commit: r238391 - head/cddl/contrib/opensolaris/lib/libzfs/common

2012-07-11 Thread Martin Matuska
Author: mm Date: Thu Jul 12 06:29:54 2012 New Revision: 238391 URL: http://svn.freebsd.org/changeset/base/238391 Log: Change behavior introduced in r237119 to vendor solution References: https://www.illumos.org/issues/2883 PR: 167905 Obtained from:illumos (issue #

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

2012-07-11 Thread Warner Losh
Author: imp Date: Thu Jul 12 04:23:11 2012 New Revision: 238390 URL: http://svn.freebsd.org/changeset/base/238390 Log: Create the children devices for the SoC in atmelarm bus node, not in the identify routine of the CPU. Modified: head/sys/arm/at91/at91.c head/sys/arm/at91/at91rm9200.c

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

2012-07-11 Thread Warner Losh
Author: imp Date: Thu Jul 12 02:58:45 2012 New Revision: 238389 URL: http://svn.freebsd.org/changeset/base/238389 Log: Export the interrupt status vector via soc_data. Set the interrupt priorities in the AIC in the atmelarm driver before attaching the children. Delete redunant copies of th

svn commit: r238385 - vendor-crypto/openssl/1.0.1c

2012-07-11 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 11 23:32:30 2012 New Revision: 238385 URL: http://svn.freebsd.org/changeset/base/238385 Log: Tag OpenSSL 1.0.1c. Added: vendor-crypto/openssl/1.0.1c/ - copied from r238384, vendor-crypto/openssl/dist/ ___ svn-src-all@

svn commit: r238383 - svnadmin/conf

2012-07-11 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 11 23:30:35 2012 New Revision: 238383 URL: http://svn.freebsd.org/changeset/base/238383 Log: Add myself for OpenSSL 1.0.1c import. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r238382 - head/sys/cam/ata

2012-07-11 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 11 23:22:09 2012 New Revision: 238382 URL: http://svn.freebsd.org/changeset/base/238382 Log: Apply similar same change as in r238379: Renamed the kern.cam.ada.ada_send_ordered sysctl and tunable to kern.cam.ada.send_ordered, more in line with the other da sy

svn commit: r238381 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/events sys/contrib/dev/ac...

2012-07-11 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 11 23:18:35 2012 New Revision: 238381 URL: http://svn.freebsd.org/changeset/base/238381 Log: Merge ACPICA 20120711. Added: head/sys/contrib/dev/acpica/components/tables/tbxfload.c - copied, changed from r238368, vendor-sys/acpica/dist/source/components/tables

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

2012-07-11 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 11 23:00:26 2012 New Revision: 238379 URL: http://svn.freebsd.org/changeset/base/238379 Log: Renamed the kern.cam.da.da_send_ordered sysctl and tunable to kern.cam.da.send_ordered, more in line with the other da sysctls/tunables. PR: 169765 Submi

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Andrew Thompson
On 12 July 2012 10:15, Adrian Chadd wrote: > Again, that just touched usb. So, how'd that affect non-USB wifi cloning? I guess cloning is first match wins and usb was incorrectly matching wlan* Andrew ___ svn-src-all@freebsd.org mailing list http://li

svn commit: r238378 - head/lib/libedit

2012-07-11 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 11 22:20:19 2012 New Revision: 238378 URL: http://svn.freebsd.org/changeset/base/238378 Log: Re-merge a couple of changes from NetBSD's libedit. bin/sh has been taught about el_gets setting the count to -1 on error, so now we can partially revert r238173 to reduc

svn commit: r238377 - head/bin/sh

2012-07-11 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 11 22:17:58 2012 New Revision: 238377 URL: http://svn.freebsd.org/changeset/base/238377 Log: Merge libedit adjustment from NetBSD. On recent versions of NetBSD's libedit, el_gets now sets el_len to -1 on error so we can distinguish between a NULL string and an

Re: svn commit: r238364 - head/sys/dev/ath

2012-07-11 Thread Adrian Chadd
.. hm, interesting. I didn't catch this. Maybe I should whack the ATH_KTR_* things outside of the #ifdef ATH_DEBUG .. ? ADrian On 11 July 2012 05:10, John Baldwin wrote: > Author: jhb > Date: Wed Jul 11 12:10:13 2012 > New Revision: 238364 > URL: http://svn.freebsd.org/changeset/base/238364

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Adrian Chadd
Again, that just touched usb. So, how'd that affect non-USB wifi cloning? Adiran ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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

2012-07-11 Thread Warner Losh
Author: imp Date: Wed Jul 11 20:17:14 2012 New Revision: 238376 URL: http://svn.freebsd.org/changeset/base/238376 Log: Make the SoC stuff a little more modular, and start to move away from having the CPU device that's a child of atmelarm that does stuff. o Create a linker_set for the supp

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread David Wolfskill
On Wed, Jul 11, 2012 at 12:46:40PM -0700, Adrian Chadd wrote: > Hi, > > What was the original commit which broke wlan name matching? > > I can't see how a commit to usb_pf.c would "fix" this. > ... r238279 Peace, david -- David H. Wolfskill da...@catwhisker.org Dep

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Adrian Chadd
Hi, What was the original commit which broke wlan name matching? I can't see how a commit to usb_pf.c would "fix" this. Adrian ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mai

svn commit: r238374 - head/tools/test/upsdl

2012-07-11 Thread Konstantin Belousov
Author: kib Date: Wed Jul 11 19:12:10 2012 New Revision: 238374 URL: http://svn.freebsd.org/changeset/base/238374 Log: Add a test program, written by Stephan Uphoff, which demonstrates the deadlock due to i/o performed over the buffers backed by file mappings. MFC after:2 weeks Appr

svn commit: r238373 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 19:08:23 2012 New Revision: 238373 URL: http://svn.freebsd.org/changeset/base/238373 Log: sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on unless the file also includes opt_mfi.h. Submitted by: Andrew Boyer abo...@averesystems.c

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

2012-07-11 Thread Konstantin Belousov
On Wed, Jul 11, 2012 at 06:50:50PM +, Konstantin Belousov wrote: > Author: kib > Date: Wed Jul 11 18:50:50 2012 > New Revision: 238372 > URL: http://svn.freebsd.org/changeset/base/238372 > > Log: > Fix build for kernels with dtrace hooks. Obviously, this should be read as 'without'. pgpNFB

svn commit: r238372 - head/sys/kern

2012-07-11 Thread Konstantin Belousov
Author: kib Date: Wed Jul 11 18:50:50 2012 New Revision: 238372 URL: http://svn.freebsd.org/changeset/base/238372 Log: Fix build for kernels with dtrace hooks. MFC after:1 month Modified: head/sys/kern/subr_devstat.c Modified: head/sys/kern/subr_devstat.c ===

svn commit: r238371 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 18:16:54 2012 New Revision: 238371 URL: http://svn.freebsd.org/changeset/base/238371 Log: When an MFI command fails, the driver needs to set bio->bio_resid so that the upper levels notice. Otherwise we see commands silently failing leading to data corruption.

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

2012-07-11 Thread Warner Losh
Author: imp Date: Wed Jul 11 17:11:54 2012 New Revision: 238370 URL: http://svn.freebsd.org/changeset/base/238370 Log: at91pit->at91_pit for consistnecy with other drivers. Modified: head/sys/arm/at91/at91_pit.c head/sys/arm/at91/at91_pitreg.h Modified: head/sys/arm/at91/at91_pit.c ===

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

2012-07-11 Thread Warner Losh
Author: imp Date: Wed Jul 11 17:11:07 2012 New Revision: 238369 URL: http://svn.freebsd.org/changeset/base/238369 Log: at91$DEV->at91_$DEV to match other Atmel drivers. Also, export at91_rst_cpu_reset. Modified: head/sys/arm/at91/at91_rst.c head/sys/arm/at91/at91_rstreg.h Modified: head

svn commit: r238368 - vendor-sys/acpica/20120711

2012-07-11 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 11 16:52:25 2012 New Revision: 238368 URL: http://svn.freebsd.org/changeset/base/238368 Log: Tag ACPICA 20120711. Added: vendor-sys/acpica/20120711/ - copied from r238367, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r238367 - in vendor-sys/acpica/dist: . generate/release generate/unix generate/unix/acpibin generate/unix/acpiexec generate/unix/acpihelp generate/unix/acpinames generate/unix/iasl sour...

2012-07-11 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 11 16:51:47 2012 New Revision: 238367 URL: http://svn.freebsd.org/changeset/base/238367 Log: Import ACPICA 20120711. Added: vendor-sys/acpica/dist/Makefile (contents, props changed) vendor-sys/acpica/dist/generate/unix/Makefile.common (contents, props

svn commit: r238366 - in head: cddl/lib/libdtrace sys/kern sys/modules/dtrace sys/modules/dtrace/dtio sys/modules/dtrace/dtraceall sys/sys

2012-07-11 Thread George V. Neville-Neil
Author: gnn Date: Wed Jul 11 16:27:02 2012 New Revision: 238366 URL: http://svn.freebsd.org/changeset/base/238366 Log: Initial commit of an I/O provider for DTrace on FreeBSD. These probes are most useful when looking into the structures they provide, which are listed in io.d. For exampl

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

2012-07-11 Thread John Baldwin
Author: jhb Date: Wed Jul 11 15:04:20 2012 New Revision: 238365 URL: http://svn.freebsd.org/changeset/base/238365 Log: Cast a bus address to a uintmax_t for a debug printf to fix the build on arm. Modified: head/sys/dev/ath/if_ath_rx_edma.c Modified: head/sys/dev/ath/if_ath_rx_edma.c =

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

2012-07-11 Thread John Baldwin
Author: jhb Date: Wed Jul 11 12:10:13 2012 New Revision: 238364 URL: http://svn.freebsd.org/changeset/base/238364 Log: Map ATH_KTR_* to 0 when ATH_DEBUG is not defined. This effectively NOPs out their use in that case. Modified: head/sys/dev/ath/if_ath_debug.h Modified: head/sys/dev/ath/i

svn commit: r238363 - head/sys/cam/ata

2012-07-11 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 11 08:24:30 2012 New Revision: 238363 URL: http://svn.freebsd.org/changeset/base/238363 Log: - fix description of SECURITY_FREEZE_LOCK (1) - add missing underscores to SECURITY_DISABLE_PASSWORD PR: 169763 (1) Submitted by: Steven Hartland Revi