svn commit: r257496 - stable/9/sys/x86/x86

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:56:28 2013 New Revision: 257496 URL: http://svnweb.freebsd.org/changeset/base/257496 Log: MFC r257069: Add ddb 'show ioapic' and 'show all ioapics' commands. Modified: stable/9/sys/x86/x86/io_apic.c Directory Properties: stable/9/sys/ (props changed) Mod

svn commit: r257495 - stable/10/sys/dev/pci

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:33:17 2013 New Revision: 257495 URL: http://svnweb.freebsd.org/changeset/base/257495 Log: MFC r257072: Make pci_get_dma_tag() non-static. Approved by: re (glebius) Modified: stable/10/sys/dev/pci/pci.c stable/10/sys/dev/pci/pci_private.h Directory Pro

svn commit: r257494 - stable/10/sys/dev/pci

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:32:16 2013 New Revision: 257494 URL: http://svnweb.freebsd.org/changeset/base/257494 Log: MFC r257071: Add some definitions for the bits in root control and status PCIe cap registers. Approved by: re (glebius) Modified: stable/10/sys/dev/pci/pcireg.h

svn commit: r257493 - stable/10/sys/dev/pci

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:31:02 2013 New Revision: 257493 URL: http://svnweb.freebsd.org/changeset/base/257493 Log: MFC r257070: Move the PCI_DMA_BOUNDARY definition into the pcivar.h. Approved by: re (glebius) Modified: stable/10/sys/dev/pci/pci.c stable/10/sys/dev/pci/pcivar

svn commit: r257492 - stable/10/sys/x86/x86

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:29:38 2013 New Revision: 257492 URL: http://svnweb.freebsd.org/changeset/base/257492 Log: MFC r257069: Add ddb 'show ioapic' and 'show all ioapics' commands. Approved by: re (glebius) Modified: stable/10/sys/x86/x86/io_apic.c Directory Properties: sta

svn commit: r257491 - stable/10/sys/dev/random

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Nov 1 06:26:37 2013 New Revision: 257491 URL: http://svnweb.freebsd.org/changeset/base/257491 Log: MFC r256670: Rewrite RDRAND support: Remove the excessive memory accesses to temporary buffer. Streamline the assembly and unify it between i386 and amd64. Approve

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 09:09:24PM -0500, Brooks Davis wrote: > On Thu, Oct 31, 2013 at 06:02:25PM -0700, Luigi Rizzo wrote: > > as per the subject, after this commit building head on stable/9 > > fails with the error below: > > > > ===> lib/libpam/modules/pam_krb5 (all) > > make: don't know how t

svn commit: r257490 - head/sys/dev/msk

2013-10-31 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 1 05:03:47 2013 New Revision: 257490 URL: http://svnweb.freebsd.org/changeset/base/257490 Log: Perform media change after setting IFF_DRV_RUNNING flag. Without it, driver would ignore the first link state update if controller already established a link. Re

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Adrian Chadd
On 31 October 2013 20:22, John-Mark Gurney wrote: > Andre Oppermann wrote this message on Thu, Oct 31, 2013 at 23:41 +0100: >> >I know of only one modern ARM SoC that's able to DMA network packets on >> >a 2-byte boundary (actually even it requires a 4-byte boundary, but it's >> >willing to stuff

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 09:09:24PM -0500, Brooks Davis wrote: > On Thu, Oct 31, 2013 at 06:02:25PM -0700, Luigi Rizzo wrote: > > as per the subject, after this commit building head on stable/9 > > fails with the error below: > > > > ===> lib/libpam/modules/pam_krb5 (all) > > make: don't know how t

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread John-Mark Gurney
Andre Oppermann wrote this message on Thu, Oct 31, 2013 at 23:41 +0100: > >I know of only one modern ARM SoC that's able to DMA network packets on > >a 2-byte boundary (actually even it requires a 4-byte boundary, but it's > >willing to stuff the first 16 bits with zeroes and offset everything > >t

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread John-Mark Gurney
Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 23:41 +0100: > On Thu, Oct 31, 2013 at 03:14:57PM -0700, John-Mark Gurney wrote: > > Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 22:13 +0100: > > > On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: > > > > Luigi Rizzo

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-31 Thread Bryan Drewery
On 10/31/2013 8:02 PM, Luigi Rizzo wrote: > as per the subject, after this commit building head on stable/9 > fails with the error below: > > ===> lib/libpam/modules/pam_krb5 (all) > make: don't know how to make > /media/bsd10/usr/home/luigi/FreeBSD/head/../usr/obj-pico-amd64/media/bsd10/usr/home/

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-31 Thread Brooks Davis
On Thu, Oct 31, 2013 at 06:02:25PM -0700, Luigi Rizzo wrote: > as per the subject, after this commit building head on stable/9 > fails with the error below: > > ===> lib/libpam/modules/pam_krb5 (all) > make: don't know how to make > /media/bsd10/usr/home/luigi/FreeBSD/head/../usr/obj-pico-amd64/me

svn commit: r257489 - head/sys/arm/conf

2013-10-31 Thread Ian Lepore
Author: ian Date: Fri Nov 1 02:04:05 2013 New Revision: 257489 URL: http://svnweb.freebsd.org/changeset/base/257489 Log: Kernel config for Wandboard. Added: head/sys/arm/conf/WANDBOARD-COMMON (contents, props changed) head/sys/arm/conf/WANDBOARD-DUAL (contents, props changed) head/sy

svn commit: r257487 - in head/sys/ia64: ia64 include

2013-10-31 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 1 01:32:01 2013 New Revision: 257487 URL: http://svnweb.freebsd.org/changeset/base/257487 Log: Use LOG2_ID_PAGE_SIZE again for the identity mapping in regions 6 & 7. Make the default translation size the same as the PBVM page size to avoid inserting overlapping

this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-31 Thread Luigi Rizzo
as per the subject, after this commit building head on stable/9 fails with the error below: ===> lib/libpam/modules/pam_krb5 (all) make: don't know how to make /media/bsd10/usr/home/luigi/FreeBSD/head/../usr/obj-pico-amd64/media/bsd10/usr/home/luigi/FreeBSD/head/tmp/usr/lib/libkrb5.a. Stop revert

svn commit: r257486 - head/sys/boot/fdt/dts

2013-10-31 Thread Ian Lepore
Author: ian Date: Fri Nov 1 00:45:08 2013 New Revision: 257486 URL: http://svnweb.freebsd.org/changeset/base/257486 Log: Add dts source for imx6 SoCs and for Wandboard boards. The imx6.dtsi is incomplete, but has enough to support devices that work right now. Eventually it will need to

svn commit: r257485 - head/include

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Fri Nov 1 00:32:26 2013 New Revision: 257485 URL: http://svnweb.freebsd.org/changeset/base/257485 Log: Install include files for netpfil/pf when requested by the Makefile Reviewed by: glebius Modified: head/include/Makefile Modified: head/include/Makefile

svn commit: r257483 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Fri Nov 1 00:21:09 2013 New Revision: 257483 URL: http://svnweb.freebsd.org/changeset/base/257483 Log: Add the Soc- / machine-dependent parts of imx6 support. Added: head/sys/arm/freescale/imx/files.imx6 (contents, props changed) head/sys/arm/freescale/imx/imx6_machdep.

svn commit: r257484 - head/sys/ia64/ia64

2013-10-31 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 1 00:21:38 2013 New Revision: 257484 URL: http://svnweb.freebsd.org/changeset/base/257484 Log: The PAL_PTCE_INFO function returns the counts and strides of the outer and inner loop as 32-bit integers mux'd in 64-bit return values. Change our data types for the c

svn commit: r257482 - head/sys/cam

2013-10-31 Thread Alexander Motin
Author: mav Date: Fri Nov 1 00:14:15 2013 New Revision: 257482 URL: http://svnweb.freebsd.org/changeset/base/257482 Log: Fix lock recursion, triggered by `smartctl -a /dev/adaX`. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c ==

svn commit: r257480 - head/sys/dev/uart

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 23:57:33 2013 New Revision: 257480 URL: http://svnweb.freebsd.org/changeset/base/257480 Log: Convert the if/else list of compatible devices to the table-driven ofw_bus_search_compatible() routine. In addition to converting existing strings to table entries, also

svn commit: r257478 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 23:08:30 2013 New Revision: 257478 URL: http://svnweb.freebsd.org/changeset/base/257478 Log: Add definitions for the register and data that describes the SoC type. This isn't in the chip reference manuals, it was found in u-boot and various old mailing list threa

svn commit: r257477 - in head/sys/ia64: ia64 include

2013-10-31 Thread Marcel Moolenaar
Author: marcel Date: Thu Oct 31 23:06:04 2013 New Revision: 257477 URL: http://svnweb.freebsd.org/changeset/base/257477 Log: Purge the translation cache of APs before we unleash them. To that end, make pmap_invalidate_all() global and have it only handle the local CPU -- i.e. no rendezvous.

svn commit: r257476 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 23:05:05 2013 New Revision: 257476 URL: http://svnweb.freebsd.org/changeset/base/257476 Log: Revamp the SoC identity numbering scheme to be more in line with the way Freescale numbers the chips in the ID registers. Modified: head/sys/arm/freescale/imx/imx_machde

svn commit: r257475 - head/sys/ia64/ia64

2013-10-31 Thread Marcel Moolenaar
Author: marcel Date: Thu Oct 31 22:46:03 2013 New Revision: 257475 URL: http://svnweb.freebsd.org/changeset/base/257475 Log: Respect the kern.smp.disabled tunable. When we're scanning the MADT in ia64_probe_sapics(), we also create PCPU structures for any Local SAPICs we encounter. When SMP

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Andre Oppermann
On 31.10.2013 23:32, Ian Lepore wrote: On Thu, 2013-10-31 at 23:17 +0100, Andre Oppermann wrote: On 31.10.2013 20:27, Ian Lepore wrote: On Thu, 2013-10-31 at 20:08 +0100, Andre Oppermann wrote: On 31.10.2013 19:03, Luigi Rizzo wrote: On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann w

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 03:14:57PM -0700, John-Mark Gurney wrote: > Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 22:13 +0100: > > On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: > > > Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 21:05 +0100: > > > > On Thu, Oct

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Ian Lepore
On Thu, 2013-10-31 at 23:17 +0100, Andre Oppermann wrote: > On 31.10.2013 20:27, Ian Lepore wrote: > > On Thu, 2013-10-31 at 20:08 +0100, Andre Oppermann wrote: > >> On 31.10.2013 19:03, Luigi Rizzo wrote: > >>> On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann wrote: > Author: andre >

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Andre Oppermann
On 31.10.2013 21:15, Ian Lepore wrote: On Thu, 2013-10-31 at 21:05 +0100, Luigi Rizzo wrote: On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: ... Is there any chance all this reworking might get us to a position where the protocol header in an mbuf doesn't have to be 32-bit aligned a

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Andre Oppermann
On 31.10.2013 20:27, Ian Lepore wrote: On Thu, 2013-10-31 at 20:08 +0100, Andre Oppermann wrote: On 31.10.2013 19:03, Luigi Rizzo wrote: On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann wrote: Author: andre Date: Thu Oct 31 15:46:10 2013 New Revision: 257455 URL: http://svnweb.freebsd

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread John-Mark Gurney
Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 22:13 +0100: > On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: > > Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 21:05 +0100: > > > On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: > > > ... > > > > Is ther

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: > Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 21:05 +0100: > > On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: > > ... > > > Is there any chance all this reworking might get us to a position where > > > the pro

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread John-Mark Gurney
Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 21:05 +0100: > On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: > ... > > Is there any chance all this reworking might get us to a position where > > the protocol header in an mbuf doesn't have to be 32-bit aligned > > anymore? We p

svn commit: r257473 - head/sys/powerpc/pseries

2013-10-31 Thread Andreas Tobler
Author: andreast Date: Thu Oct 31 20:42:47 2013 New Revision: 257473 URL: http://svnweb.freebsd.org/changeset/base/257473 Log: Ouch, do the shift properly. An uin64_t needs the right postfix when shifting. Modified: head/sys/powerpc/pseries/mmu_phyp.c Modified: head/sys/powerpc/pseries/mmu_p

svn commit: r257472 - head/sys/kern

2013-10-31 Thread Maksim Yevmenkin
Author: emax Date: Thu Oct 31 20:33:21 2013 New Revision: 257472 URL: http://svnweb.freebsd.org/changeset/base/257472 Log: Rate limit (to once per minute) "Listen queue overflow" message in sonewconn(). Reviewed by: scottl, lstewart Obtained from:Netflix, Inc MFC after:2

svn commit: r257471 - stable/8/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:32:11 2013 New Revision: 257471 URL: http://svnweb.freebsd.org/changeset/base/257471 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during synchronizatio

svn commit: r257470 - stable/9/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:31:16 2013 New Revision: 257470 URL: http://svnweb.freebsd.org/changeset/base/257470 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during synchronizatio

svn commit: r257469 - head/usr.sbin/crashinfo

2013-10-31 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 31 20:30:56 2013 New Revision: 257469 URL: http://svnweb.freebsd.org/changeset/base/257469 Log: Remove 'netstat -i' from crashinfo, as this no longer is supported. Modified: head/usr.sbin/crashinfo/crashinfo.sh Modified: head/usr.sbin/crashinfo/crashinfo.sh

svn commit: r257468 - stable/10/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:30:26 2013 New Revision: 257468 URL: http://svnweb.freebsd.org/changeset/base/257468 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during synchronizatio

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Ian Lepore
On Thu, 2013-10-31 at 21:05 +0100, Luigi Rizzo wrote: > On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: > ... > > Is there any chance all this reworking might get us to a position where > > the protocol header in an mbuf doesn't have to be 32-bit aligned > > anymore? We pay a pretty he

svn commit: r257466 - in head/contrib/libpcap: . bpf/net pcap

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 20:03:59 2013 New Revision: 257466 URL: http://svnweb.freebsd.org/changeset/base/257466 Log: Integrate github revision 0446821e49224c6a29be28760cc9c4cc14f56d8a as suggested by upstream https://github.com/the-tcpdump-group/libpcap/issues/327 Quiesce ass

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: ... > Is there any chance all this reworking might get us to a position where > the protocol header in an mbuf doesn't have to be 32-bit aligned > anymore? We pay a pretty heavy price for that requirement in the > drivers of the least cap

svn commit: r257465 - head/share/misc

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 19:55:36 2013 New Revision: 257465 URL: http://svnweb.freebsd.org/changeset/base/257465 Log: Add myself as a ports committer Approved by: bdrewery (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot ===

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Ian Lepore
On Thu, 2013-10-31 at 20:08 +0100, Andre Oppermann wrote: > On 31.10.2013 19:03, Luigi Rizzo wrote: > > On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann wrote: > >> Author: andre > >> Date: Thu Oct 31 15:46:10 2013 > >> New Revision: 257455 > >> URL: http://svnweb.freebsd.org/changeset/bas

Re: svn commit: r257376 - head/usr.bin/netstat

2013-10-31 Thread John Baldwin
On Wednesday, October 30, 2013 4:13:43 am Gleb Smirnoff wrote: > Author: glebius > Date: Wed Oct 30 08:13:42 2013 > New Revision: 257376 > URL: http://svnweb.freebsd.org/changeset/base/257376 > > Log: > 'netstat -i' no longer supports working on a vmcore. Please remove it from crashinfo then.

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Andre Oppermann
On 31.10.2013 19:03, Luigi Rizzo wrote: On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann wrote: Author: andre Date: Thu Oct 31 15:46:10 2013 New Revision: 257455 URL: http://svnweb.freebsd.org/changeset/base/257455 Log: Make struct ifnet readable and comprehensible again by grouping

svn commit: r257464 - head/contrib/binutils/opcodes

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 18:53:39 2013 New Revision: 257464 URL: http://svnweb.freebsd.org/changeset/base/257464 Log: Queisce warning about attempting to add char * together and use explicit array indexing to indicate what is meant to be done Modified: head/contrib/binutils/opcodes/i

svn commit: r257463 - head/contrib/binutils/binutils

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 18:53:13 2013 New Revision: 257463 URL: http://svnweb.freebsd.org/changeset/base/257463 Log: Queisce warning about attempting to add char * together and use explicit array indexing to indicate what is meant to be done Modified: head/contrib/binutils/binutils/

svn commit: r257462 - head/lib/libz

2013-10-31 Thread Ed Maste
Author: emaste Date: Thu Oct 31 18:44:40 2013 New Revision: 257462 URL: http://svnweb.freebsd.org/changeset/base/257462 Log: Fix up FreeBSD tag for files not from a vendor branch Unexpand the tag, remove the fbsd:nokeywords property and add the svn:keywords property. This should eliminat

svn commit: r257461 - stable/10/share/man/man5

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 18:11:50 2013 New Revision: 257461 URL: http://svnweb.freebsd.org/changeset/base/257461 Log: Notional MFC of r257139: Regerate after r257460 swapped the default to WITH_NMTREE. Approved by: re (gjb) Modified: stable/10/share/man/man5/src.conf.5 Direc

svn commit: r257460 - in stable/10: . share/mk tools/build/options

2013-10-31 Thread Brooks Davis
Oct 31 18:06:32 2013(r257460) @@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20131031: + The default version of mtree is nmtree which is obtained

Re: svn commit: r257455 - head/sys/net

2013-10-31 Thread Luigi Rizzo
On Thu, Oct 31, 2013 at 03:46:10PM +, Andre Oppermann wrote: > Author: andre > Date: Thu Oct 31 15:46:10 2013 > New Revision: 257455 > URL: http://svnweb.freebsd.org/changeset/base/257455 > > Log: > Make struct ifnet readable and comprehensible again by grouping > and ordering related vari

svn commit: r257459 - stable/10/gnu/usr.bin/binutils/ld

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 17:56:27 2013 New Revision: 257459 URL: http://svnweb.freebsd.org/changeset/base/257459 Log: MFC r257268: Enable the --sysroot=/foo option in ld by always building with a sysroot defined. When not building as a cross linker, the sysroot is set to "/".

svn commit: r257457 - in stable/10/sys: conf dev/fdt

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 16:18:36 2013 New Revision: 257457 URL: http://svnweb.freebsd.org/changeset/base/257457 Log: MFC r256861: MFP4: 223121 (FDT infrastructure portion) Implement support for interrupt-parent nodes in simplebus. The current implementation requires that dev

svn commit: r257456 - in stable/10: share/man/man4 sys/conf sys/dev/isf sys/mips/conf usr.sbin usr.sbin/isfctl

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 16:16:52 2013 New Revision: 257456 URL: http://svnweb.freebsd.org/changeset/base/257456 Log: MFC r256865 Remove the isf(4) driver. It was created by accident and is subset of the cfi(4) driver. It remained in the tree longer than would be ideal due to t

svn commit: r257455 - head/sys/net

2013-10-31 Thread Andre Oppermann
Author: andre Date: Thu Oct 31 15:46:10 2013 New Revision: 257455 URL: http://svnweb.freebsd.org/changeset/base/257455 Log: Make struct ifnet readable and comprehensible again by grouping and ordering related variables, fields and locks next to each other. Add more comments to variables.

svn commit: r257454 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 15:27:39 2013 New Revision: 257454 URL: http://svnweb.freebsd.org/changeset/base/257454 Log: Add sdhci driver glue for imx family SoCs. This should support both uSDHC (newer SoCs) and eSDHC (older SoCs), but the eSDHC support is untested and likely to need some

svn commit: r257453 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 15:04:23 2013 New Revision: 257453 URL: http://svnweb.freebsd.org/changeset/base/257453 Log: Add stubbed-out imx6 support for clocks and power management. This contains little more than a few stub functions required to keep the linker happy, but it's enough to l

svn commit: r257452 - head/sys/arm/freescale/imx

2013-10-31 Thread Ian Lepore
Author: ian Date: Thu Oct 31 14:52:06 2013 New Revision: 257452 URL: http://svnweb.freebsd.org/changeset/base/257452 Log: Add support for the USB PHY on imx6 SoCs. Pretty minimal at this point, but enough to get usb host mode working. Added: head/sys/arm/freescale/imx/imx6_usbphy.c (cont

svn commit: r257450 - stable/10/share/man/man5

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 14:11:14 2013 New Revision: 257450 URL: http://svnweb.freebsd.org/changeset/base/257450 Log: Notional MFC of r257057: Regen documentation post r257449: Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows bootstrapping a copy of clang w

svn commit: r257449 - in stable/10: . share/mk

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 14:07:00 2013 New Revision: 257449 URL: http://svnweb.freebsd.org/changeset/base/257449 Log: MFC r256915 Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows bootstrapping a copy of clang without building clang for the base system which

svn commit: r257446 - in head/sys/dev/usb: . serial

2013-10-31 Thread Adrian Chadd
Author: adrian Date: Thu Oct 31 13:54:51 2013 New Revision: 257446 URL: http://svnweb.freebsd.org/changeset/base/257446 Log: Allow the Arduino Leonardo to work by supporting CDC=0 devices. CDC=0 simply means "no command codes", CDC=1 means "AT command codes." There's no driver change requ

svn commit: r257447 - in stable/10/sys: dev/altera/atse mips/beri

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 13:54:55 2013 New Revision: 257447 URL: http://svnweb.freebsd.org/changeset/base/257447 Log: MFC r256752, r256946 MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801, 221804, 221805, 222004, 222006, 222055, 222820, 1135077, 1135118, 11362

svn commit: r257445 - in stable/10/sys: conf dev/altera/sdcard

2013-10-31 Thread Brooks Davis
Author: brooks Date: Thu Oct 31 13:47:39 2013 New Revision: 257445 URL: http://svnweb.freebsd.org/changeset/base/257445 Log: MFC: r256743, r256744 MFP4: Change 227594 by brooks@brooks_zenith on 2013/04/11 17:10:14 When we fail, print the error that occurred if we are giving

svn commit: r257444 - in head: . etc/periodic/daily etc/periodic/security etc/periodic/weekly share/man/man5 tools/build/mk tools/build/options usr.sbin usr.sbin/pkg_install

2013-10-31 Thread Baptiste Daroussin
/ObsoleteFiles.inc Thu Oct 31 13:00:35 2013(r257444) @@ -38,6 +38,23 @@ # xargs -n1 | sort | uniq -d; # done +# 20131031: pkg_install has been removed +OLD_FILES+=etc/periodic/daily/220.backup-pkgdb +OLD_FILES+=etc/periodic/daily/490.status-pkg-changes +OLD_FILES+=etc/periodic

svn commit: r257440 - head/tools/build/options

2013-10-31 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 31 12:05:37 2013 New Revision: 257440 URL: http://svnweb.freebsd.org/changeset/base/257440 Log: Adjust the manpage category for the pkg bootstrap Modified: head/tools/build/options/WITHOUT_PKGBOOTSTRAP Modified: head/tools/build/options/WITHOUT_PKGBOOTSTRAP ===

svn commit: r257436 - head/tools/regression/pjdfstest

2013-10-31 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 31 11:38:25 2013 New Revision: 257436 URL: http://svnweb.freebsd.org/changeset/base/257436 Log: Make lpathconf(2) support optional to make it compile again on Linux. Submitted by: Hashem Nasarat @riseup.net Modified: head/tools/regression/pjdfstest/Makefile he

svn commit: r257435 - head/sys/dev/usb/wlan

2013-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 31 11:03:36 2013 New Revision: 257435 URL: http://svnweb.freebsd.org/changeset/base/257435 Log: Fix a potential memory leak. MFC after:1 week Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r257434 - stable/8/sys/kern

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 10:15:22 2013 New Revision: 257434 URL: http://svnweb.freebsd.org/changeset/base/257434 Log: MFC r257221: Fix typo. Modified: stable/8/sys/kern/subr_param.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/kern/ (props changed) Modified:

svn commit: r257433 - stable/9/sys/kern

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 10:14:12 2013 New Revision: 257433 URL: http://svnweb.freebsd.org/changeset/base/257433 Log: MFC r257221: Fix typo. Modified: stable/9/sys/kern/subr_param.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/subr_param.c ===

svn commit: r257432 - stable/10/sys/kern

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 10:12:25 2013 New Revision: 257432 URL: http://svnweb.freebsd.org/changeset/base/257432 Log: MFC r257221: Fix typo. Approved by: re (glebius) Modified: stable/10/sys/kern/subr_param.c Directory Properties: stable/10/sys/ (props changed) Modified: stab

Re: svn commit: r256850 - in head: bin/sh etc lib/libc/sys lib/libutil usr.bin/limits usr.bin/procstat

2013-10-31 Thread Konstantin Belousov
On Wed, Oct 30, 2013 at 10:20:52PM +0100, Jilles Tjoelker wrote: > On Wed, Oct 30, 2013 at 02:01:57PM +0100, Stefan Neudorf wrote: > > Konstantin Belousov writes: > > > > Author: kib > > > Date: Mon Oct 21 16:46:12 2013 > > > New Revision: 256850 > > > URL: http://svnweb.freebsd.org/changeset/bas

svn commit: r257430 - head/usr.bin/limits

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 09:29:37 2013 New Revision: 257430 URL: http://svnweb.freebsd.org/changeset/base/257430 Log: Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME and KERN_PROC_PID to obtain the parent process pathname and command, used to determine the calling shell.

svn commit: r257429 - head/sys/dev/usb/wlan

2013-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 31 09:20:30 2013 New Revision: 257429 URL: http://svnweb.freebsd.org/changeset/base/257429 Log: Fix some types. Compilation for external target complains that "u_int" is not idential to "uint32_t" when defining set channel prototype functions. The WLAN channel

svn commit: r257428 - head/usr.bin/limits

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 09:03:42 2013 New Revision: 257428 URL: http://svnweb.freebsd.org/changeset/base/257428 Log: Fix long line and record proper commit message for r257427: Add the '-k' option for getopt() call and usage. Submitted by: Stefan Neudorf PR: bin/183494 MFC afte

svn commit: r257427 - head/usr.bin/limits

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 08:58:32 2013 New Revision: 257427 URL: http://svnweb.freebsd.org/changeset/base/257427 Log: The limit for the swap space is spelled 'swapsize', at least since tcsh 6.17.00 import. Submitted by: Stefan Neudorf PR: bin/183480 MFC after:1 week Modifie

svn commit: r257426 - head/usr.bin/limits

2013-10-31 Thread Konstantin Belousov
Author: kib Date: Thu Oct 31 08:22:29 2013 New Revision: 257426 URL: http://svnweb.freebsd.org/changeset/base/257426 Log: The limit for the swap space is spelled 'swapsize', at least since tcsh 6.17.00 import. Submitted by: Stefan Neudorf PR: bin/183480 MFC after:1 week Modifie