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
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 #
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
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
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@
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
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
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
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
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
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
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
.. 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
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"
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
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
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
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
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
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
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
===
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.
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
===
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
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
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
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
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
=
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
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
30 matches
Mail list logo