svn commit: r276053 - head

2014-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 22 04:54:57 2014 New Revision: 276053 URL: https://svnweb.freebsd.org/changeset/base/276053 Log: Update the text for building texinfo with build-tools to reflect the fact that make install is being called as well MFC after: 1 week X-MFC with: r276052 Modified

svn commit: r276052 - head

2014-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 22 04:52:24 2014 New Revision: 276052 URL: https://svnweb.freebsd.org/changeset/base/276052 Log: Build selective portions of gnu/usr.bin/texinfo as part of build-tools to ensure that building on a host without makeinfo (i.e. a host where make delete-old -DWITHOUT_I

svn commit: r276049 - head/sys/arm/ti

2014-12-21 Thread Ian Lepore
Author: ian Date: Mon Dec 22 00:50:01 2014 New Revision: 276049 URL: https://svnweb.freebsd.org/changeset/base/276049 Log: Replace the clock divisor terms with values that also result in a 1 MHz clock, but actually work on real hardware, unlike the original set of values I chose. PR:

Re: svn commit: r275961 - head/sys/arm/conf

2014-12-21 Thread Bruce Evans
On Sun, 21 Dec 2014, Ian Lepore wrote: On Sun, 2014-12-21 at 08:07 +, Alexey Dokuchaev wrote: On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote: Log: Clean up to use the standard style of "options \t" and "device\t\t" optionsHZ=500 # Scheduling quan

svn commit: r276047 - in head/sys/arm: allwinner allwinner/a20 altera/socfpga broadcom/bcm2835 freescale/imx freescale/vybrid mv rockchip samsung/exynos ti xilinx

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 23:48:32 2014 New Revision: 276047 URL: https://svnweb.freebsd.org/changeset/base/276047 Log: Add -march=armv7a to the kernel compile for all ARM systems which are v7a. Submitted by: Michal Meloun Modified: head/sys/arm/allwinner/a20/std.a20 head/sys/arm/a

svn commit: r276046 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-12-21 Thread Garrett Cooper
Author: ngie Date: Sun Dec 21 23:47:30 2014 New Revision: 276046 URL: https://svnweb.freebsd.org/changeset/base/276046 Log: Add __FreeBSD_version guards around hsearch_r to ease MFCing the code to stable/10 It was added when __FreeBSD_version was ~1100027 Modified: head/contrib/netbsd-

svn commit: r276045 - head/contrib/gcc/config/arm

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 23:45:13 2014 New Revision: 276045 URL: https://svnweb.freebsd.org/changeset/base/276045 Log: Allow -march=armv7a on the gcc command line, for compatibility with clang. This will result in __ARM_ARCH_7A__ being defined during the compile. When compiling with g

svn commit: r276038 - head/bin/sh

2014-12-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 21 23:09:59 2014 New Revision: 276038 URL: https://svnweb.freebsd.org/changeset/base/276038 Log: sh: Move some code from onint() to onsig(), making onint() noreturn. As a result, the INTON macro which is used many times generates fewer bytes of code. Modified

svn commit: r276037 - head/bin/sh

2014-12-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 21 22:18:30 2014 New Revision: 276037 URL: https://svnweb.freebsd.org/changeset/base/276037 Log: sh: Remove EXP_REDIR. EXP_REDIR was supposed to generate pathnames in redirection if exactly one file matches, as permitted but not required by POSIX in interactiv

Re: svn commit: r276031 - head/sys/dev/beri/virtio

2014-12-21 Thread Andrew Turner
On Sun, 21 Dec 2014 21:24:20 + (UTC) Ian Lepore wrote: > Author: ian > Date: Sun Dec 21 21:24:19 2014 > New Revision: 276031 > URL: https://svnweb.freebsd.org/changeset/base/276031 > > Log: > Eliminate a "cast discards qualifiers" warning when building with > gcc. > > Modified: > head/s

svn commit: r276033 - head/sys/arm/arm

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 21:38:12 2014 New Revision: 276033 URL: https://svnweb.freebsd.org/changeset/base/276033 Log: Fix the unwinder to get past functions with no stack but may cause an exception. In this case no registers will be updated but the link register will be copied to the

svn commit: r276032 - in head/sys/arm: arm include

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 21:27:12 2014 New Revision: 276032 URL: https://svnweb.freebsd.org/changeset/base/276032 Log: Pull out the fdt mapping code into intr.c. The arm_intrng branch also defines this function allowing the mapping method to change when we move to it. Modified: hea

svn commit: r276031 - head/sys/dev/beri/virtio

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 21:24:19 2014 New Revision: 276031 URL: https://svnweb.freebsd.org/changeset/base/276031 Log: Eliminate a "cast discards qualifiers" warning when building with gcc. Modified: head/sys/dev/beri/virtio/virtio.c Modified: head/sys/dev/beri/virtio/virtio.c ==

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

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 21:23:53 2014 New Revision: 276030 URL: https://svnweb.freebsd.org/changeset/base/276030 Log: Eliminate a redundant declaration. Modified: head/sys/arm/at91/at91_machdep.c Modified: head/sys/arm/at91/at91_machdep.c

svn commit: r276029 - head/sys/arm/ti

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 21:11:54 2014 New Revision: 276029 URL: https://svnweb.freebsd.org/changeset/base/276029 Log: Remove a volatile qualifier on return type that is ignored and results in a -Wreturn-type warning when compiled with gcc. Modified: head/sys/arm/ti/ti_wdt.c Modified:

svn commit: r276028 - head/sys/arm/arm

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 17:25:21 2014 New Revision: 276028 URL: https://svnweb.freebsd.org/changeset/base/276028 Log: Further reduce the diff between the arm_intrng gic driver and the version in head. Modified: head/sys/arm/arm/gic.c Modified: head/sys/arm/arm/gic.c ===

svn commit: r276027 - head/usr.sbin/bsdinstall/scripts

2014-12-21 Thread Steven Hartland
Author: smh Date: Sun Dec 21 17:21:29 2014 New Revision: 276027 URL: https://svnweb.freebsd.org/changeset/base/276027 Log: Switch zfsboot installer force 4K option to use vfs.zfs.min_auto_ashift=12 Previously we used gnop(8) to fake 4K sector size disks but ZFS now has a sysctl to control

svn commit: r276026 - head/sys/boot/uboot/common

2014-12-21 Thread Ian Lepore
Author: ian Date: Sun Dec 21 17:10:24 2014 New Revision: 276026 URL: https://svnweb.freebsd.org/changeset/base/276026 Log: Allow whitspace to appear between device name and unit number in loaderdev. This allows the same value to be used in u-boot commands and the loaderdev env var that gets

svn commit: r276023 - head/sys/arm/lpc

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 16:59:41 2014 New Revision: 276023 URL: https://svnweb.freebsd.org/changeset/base/276023 Log: Reduce the diff between the lpc interrupt controller in head and arm_intrng Modified: head/sys/arm/lpc/lpc_intc.c Modified: head/sys/arm/lpc/lpc_intc.c ==

Re: svn commit: r275875 - head/sys/net80211

2014-12-21 Thread Adrian Chadd
On 21 December 2014 at 00:45, Gleb Smirnoff wrote: > Adrian, > > On Thu, Dec 18, 2014 at 05:17:18AM +, Adrian Chadd wrote: > A> Log: > A> Fix the scan handling for 11b->11g upgrades in a world where, well, > A> it's not just 11b/11g. > ... > A> Thanks to: > A> > A> * Everyone who kep

svn commit: r276021 - head/sys/arm/ti

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 16:48:57 2014 New Revision: 276021 URL: https://svnweb.freebsd.org/changeset/base/276021 Log: Reduce the diff in the Ti aintc between head and arm_intrng Modified: head/sys/arm/ti/aintc.c Modified: head/sys/arm/ti/aintc.c ==

Re: svn commit: r275961 - head/sys/arm/conf

2014-12-21 Thread Ian Lepore
On Sun, 2014-12-21 at 08:07 +, Alexey Dokuchaev wrote: > On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote: > > Author: andrew > > Date: Sat Dec 20 18:15:23 2014 > > New Revision: 275961 > > URL: https://svnweb.freebsd.org/changeset/base/275961 > > > > Log: > > Clean up to use th

svn commit: r276019 - head/sys/dev/ahci

2014-12-21 Thread Steven Hartland
Author: smh Date: Sun Dec 21 16:38:29 2014 New Revision: 276019 URL: https://svnweb.freebsd.org/changeset/base/276019 Log: style (9) nits Use return (val); instead of return val; Differential Revision:D838 MFC after:2 weeks Sponsored by: Multiplay Modified: head/sys/

svn commit: r276017 - head/sys/arm/broadcom/bcm2835

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 16:35:42 2014 New Revision: 276017 URL: https://svnweb.freebsd.org/changeset/base/276017 Log: Reduce the diff between head and arm_intrng with the bcm2835 interrupt controller. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_intr.c Modified: head/sys/arm/bro

svn commit: r276016 - head/sys/dev/ahci

2014-12-21 Thread Steven Hartland
Author: smh Date: Sun Dec 21 16:32:57 2014 New Revision: 276016 URL: https://svnweb.freebsd.org/changeset/base/276016 Log: Return the error from ahci_setup_interrupt in ahci_attach Previously ahci_attach returned a hard coded ENXIO instead of the value from ahci_setup_interrupt. This is e

Re: svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Andriy Gapon
On 21/12/2014 17:14, Konstantin Belousov wrote: > On Sun, Dec 21, 2014 at 04:45:28PM +0200, Andriy Gapon wrote: >> On 21/12/2014 16:41, Konstantin Belousov wrote: >>> Or, are you asking why caching of the name could be needed for >>> core dump files at all ? >> >> Sort of. Why VN_OPEN_NAMECACHE is

svn commit: r276015 - head/sys/arm/arm

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 16:21:56 2014 New Revision: 276015 URL: https://svnweb.freebsd.org/changeset/base/276015 Log: Reduce the diff to the arm_intrng project branch by having the read/write macros take the softc they are accessing. Modified: head/sys/arm/arm/gic.c Modified: head/

svn commit: r276013 - head/sys/dev/ahci

2014-12-21 Thread Steven Hartland
Author: smh Date: Sun Dec 21 16:15:29 2014 New Revision: 276013 URL: https://svnweb.freebsd.org/changeset/base/276013 Log: Clamp ahci max irq's to AHCI_MAX_IRQS This prevents the possiblity of any overruns on the statically allocated struct irqs field. Differential Revision:D

svn commit: r276012 - head/sys/dev/ahci

2014-12-21 Thread Steven Hartland
Author: smh Date: Sun Dec 21 16:07:46 2014 New Revision: 276012 URL: https://svnweb.freebsd.org/changeset/base/276012 Log: Add a constant AHCI_MAX_IRQS removing magic number Sponsored by: Multiplay Modified: head/sys/dev/ahci/ahci.h Modified: head/sys/dev/ahci/ahci.h ===

Re: svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Konstantin Belousov
On Sun, Dec 21, 2014 at 04:45:28PM +0200, Andriy Gapon wrote: > On 21/12/2014 16:41, Konstantin Belousov wrote: > > Or, are you asking why caching of the name could be needed for > > core dump files at all ? > > Sort of. Why VN_OPEN_NAMECACHE is useful in the case of core dumps? > What does it mak

Re: svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Andriy Gapon
On 21/12/2014 16:41, Konstantin Belousov wrote: > On Sun, Dec 21, 2014 at 04:25:49PM +0200, Andriy Gapon wrote: >> On 21/12/2014 15:32, Konstantin Belousov wrote: >>> Author: kib >>> Date: Sun Dec 21 13:32:07 2014 >>> New Revision: 276008 >>> URL: https://svnweb.freebsd.org/changeset/base/276008 >>

Re: svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Konstantin Belousov
On Sun, Dec 21, 2014 at 04:25:49PM +0200, Andriy Gapon wrote: > On 21/12/2014 15:32, Konstantin Belousov wrote: > > Author: kib > > Date: Sun Dec 21 13:32:07 2014 > > New Revision: 276008 > > URL: https://svnweb.freebsd.org/changeset/base/276008 > > > > Log: > > Add VN_OPEN_NAMECACHE flag for vn

Re: svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Andriy Gapon
On 21/12/2014 15:32, Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 21 13:32:07 2014 > New Revision: 276008 > URL: https://svnweb.freebsd.org/changeset/base/276008 > > Log: > Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that > the created file name was cached. Use

svn commit: r276009 - head/sys/netinet

2014-12-21 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 21 13:58:53 2014 New Revision: 276009 URL: https://svnweb.freebsd.org/changeset/base/276009 Log: Don't check twice that inp is not NULL. Reported by: Coverity CID: 748671 MFC after:3 days Modified: head/sys/netinet/sctputil.c Modified: head

svn commit: r276008 - in head/sys: kern sys

2014-12-21 Thread Konstantin Belousov
Author: kib Date: Sun Dec 21 13:32:07 2014 New Revision: 276008 URL: https://svnweb.freebsd.org/changeset/base/276008 Log: Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that the created file name was cached. Use the flag for core dumps. Requested by: rpaulo Tested by:

svn commit: r276007 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/ext2fs fs/msdosfs fs/nandfs fs/tmpfs ufs/ufs

2014-12-21 Thread Konstantin Belousov
Author: kib Date: Sun Dec 21 13:29:33 2014 New Revision: 276007 URL: https://svnweb.freebsd.org/changeset/base/276007 Log: Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some fs, e.g. smbfs, already did it. Tested by:pho (previous version) Sponsored by: The FreeBSD Found

svn commit: r276006 - in head/lib/libc: gen net posix1e stdlib string sys

2014-12-21 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 21 12:36:36 2014 New Revision: 276006 URL: https://svnweb.freebsd.org/changeset/base/276006 Log: Various mdoc fixes and a few EOL whitespace removals. Found with: mandoc -Tlint Modified: head/lib/libc/gen/cap_rights_get.3 head/lib/libc/gen/ftok.3 head

svn commit: r276005 - head/share/man/man5

2014-12-21 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 21 12:13:49 2014 New Revision: 276005 URL: https://svnweb.freebsd.org/changeset/base/276005 Log: Various mdoc fixes. Found with: mandoc -Tlint Modified: head/share/man/man5/periodic.conf.5 head/share/man/man5/pf.conf.5 head/share/man/man5/pf.os.5 he

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

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 11:55:40 2014 New Revision: 276004 URL: https://svnweb.freebsd.org/changeset/base/276004 Log: Fix the indentation to simplify comparing the ARM config files. Modified: head/sys/arm/conf/APALIS-IMX6 head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/CHROMEBOOK-P

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

2014-12-21 Thread Andrew Turner
Author: andrew Date: Sun Dec 21 11:37:00 2014 New Revision: 276003 URL: https://svnweb.freebsd.org/changeset/base/276003 Log: tart to clean up the armv6 kernel configs by reducing the diff between them in the first sections and the later FDT support. Differential Revision:https://

svn commit: r275993 - head/share/man/man9

2014-12-21 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 21 10:57:42 2014 New Revision: 275993 URL: https://svnweb.freebsd.org/changeset/base/275993 Log: Fix various mdoc issues and some EOL whitespace. Found with: mandoc -Tlint Modified: head/share/man/man9/BUF_ISLOCKED.9 head/share/man/man9/BUS_BIND_INTR.9

svn commit: r275991 - head/share/man/man4

2014-12-21 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 21 10:04:26 2014 New Revision: 275991 URL: https://svnweb.freebsd.org/changeset/base/275991 Log: Remove EOL whitespace. Found with: mandoc -Tlint Modified: head/share/man/man4/altera_atse.4 head/share/man/man4/gpioled.4 head/share/man/man4/iicbus.4

svn commit: r275990 - head/share/man/man4

2014-12-21 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 21 09:53:29 2014 New Revision: 275990 URL: https://svnweb.freebsd.org/changeset/base/275990 Log: Fix various mdoc issues. Found with: mandoc -Tlint Modified: head/share/man/man4/aout.4 head/share/man/man4/ath_ahb.4 head/share/man/man4/ath_pci.4 head

Re: svn commit: r275875 - head/sys/net80211

2014-12-21 Thread Gleb Smirnoff
Adrian, On Thu, Dec 18, 2014 at 05:17:18AM +, Adrian Chadd wrote: A> Log: A> Fix the scan handling for 11b->11g upgrades in a world where, well, A> it's not just 11b/11g. ... A> Thanks to: A> A> * Everyone who kept poking me about this and wondering why the hell A> their wifi

Re: svn commit: r275961 - head/sys/arm/conf

2014-12-21 Thread Alexey Dokuchaev
On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote: > Author: andrew > Date: Sat Dec 20 18:15:23 2014 > New Revision: 275961 > URL: https://svnweb.freebsd.org/changeset/base/275961 > > Log: > Clean up to use the standard style of "options \t" and "device\t\t" > > options HZ=500