svn commit: r276743 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 07:52:19 2015 New Revision: 276743 URL: https://svnweb.freebsd.org/changeset/base/276743 Log: Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h Modified: head/sys/co

svn commit: r276742 - head/sys/conf

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 07:51:46 2015 New Revision: 276742 URL: https://svnweb.freebsd.org/changeset/base/276742 Log: Add option to support the QCA955x SoC wifi. Modified: head/sys/conf/options Modified: head/sys/conf/options ==

svn commit: r276741 - in head/sys/mips: atheros conf

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 07:43:07 2015 New Revision: 276741 URL: https://svnweb.freebsd.org/changeset/base/276741 Log: Make the apb.c code optional behind ar71xx_apb rather than standard. The QCA955x has more mux interrupts going on - and the AR934x actually does, but I cheated and

svn commit: r276739 - head/sys/mips/atheros

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 07:37:33 2015 New Revision: 276739 URL: https://svnweb.freebsd.org/changeset/base/276739 Log: Add an APB base/size for the QCA955X for an upcoming QCA955x specific APB mux. It's larger than the AR71xx because it needs to replace the nexus for some devices

svn commit: r276738 - head/sys/mips/atheros

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 07:35:05 2015 New Revision: 276738 URL: https://svnweb.freebsd.org/changeset/base/276738 Log: The QCA955x USB init path doesn't require any of this, so delete it. Obtained from:Linux/OpenWRT Modified: head/sys/mips/atheros/qca955x_chip.c Modified:

svn commit: r276736 - head/sys/mips/conf

2015-01-05 Thread Craig Rodrigues
Author: rodrigc Date: Tue Jan 6 05:28:22 2015 New Revision: 276736 URL: https://svnweb.freebsd.org/changeset/base/276736 Log: Add some GEOM options. Modified: head/sys/mips/conf/MALTA_COMMON Modified: head/sys/mips/conf/MALTA_COMMON ==

svn commit: r276735 - head/sys/mips/conf

2015-01-05 Thread Craig Rodrigues
Author: rodrigc Date: Tue Jan 6 05:26:13 2015 New Revision: 276735 URL: https://svnweb.freebsd.org/changeset/base/276735 Log: Refactor common options from MALTA and MALTA64 kernel configs into MALTA_COMMON file. Added: head/sys/mips/conf/MALTA_COMMON (contents, props changed) Modified:

svn commit: r276737 - in head: sbin/fsck_ffs sbin/fsirand sbin/newfs sbin/newfs_msdos share/man/man4 sys/geom sys/geom/part sys/sys

2015-01-05 Thread Warner Losh
Author: imp Date: Tue Jan 6 05:28:37 2015 New Revision: 276737 URL: https://svnweb.freebsd.org/changeset/base/276737 Log: Remove old ioctl use and support, once and for all. Modified: head/sbin/fsck_ffs/setup.c head/sbin/fsirand/fsirand.c head/sbin/newfs/newfs.c head/sbin/newfs_msdos/n

svn commit: r276734 - in head/lib: libc/powerpc/gen libc/powerpc64/gen libthr/arch/powerpc/include

2015-01-05 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 6 03:50:43 2015 New Revision: 276734 URL: https://svnweb.freebsd.org/changeset/base/276734 Log: Avoid use of register variables. Clang 3.5 treats this as undefined behavior, and bad things happen. MFC after:1 week Modified: head/lib/libc/powerpc/gen

svn commit: r276733 - head/libexec/rtld-elf/powerpc

2015-01-05 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 6 03:49:22 2015 New Revision: 276733 URL: https://svnweb.freebsd.org/changeset/base/276733 Log: Apply r246556 to powerpc: Avoid use of register variables, which some compilers (e.g. clang) don't like. It makes the code a little clearer as well. This al

svn commit: r276732 - stable/10/cddl/contrib/opensolaris/lib/libdtrace/common

2015-01-05 Thread Mark Johnston
Author: markj Date: Tue Jan 6 02:13:49 2015 New Revision: 276732 URL: https://svnweb.freebsd.org/changeset/base/276732 Log: MFC r276250: DOF tables are aligned according to the DOF section's alignment constraint, so take this into account when iterating over DOF tables. PR: 19 M

svn commit: r276731 - stable/9/cddl/contrib/opensolaris/lib/libdtrace/common

2015-01-05 Thread Mark Johnston
Author: markj Date: Tue Jan 6 02:13:48 2015 New Revision: 276731 URL: https://svnweb.freebsd.org/changeset/base/276731 Log: MFC r276250: DOF tables are aligned according to the DOF section's alignment constraint, so take this into account when iterating over DOF tables. PR: 19 M

svn commit: r276730 - in head/sys: conf modules/wlan net80211

2015-01-05 Thread Adrian Chadd
Author: adrian Date: Tue Jan 6 02:08:45 2015 New Revision: 276730 URL: https://svnweb.freebsd.org/changeset/base/276730 Log: Refactor and split out the net80211 software scan engine from the rest of the scan API. The eventual aim is to have 'ieee80211_scan.c' have the net80211 and driv

svn commit: r276729 - head/sys/dev/cxgbe/tom

2015-01-05 Thread Navdeep Parhar
Author: np Date: Tue Jan 6 01:30:32 2015 New Revision: 276729 URL: https://svnweb.freebsd.org/changeset/base/276729 Log: cxgbe/tom: use vmem(9) as the DDP page pod allocator. MFC after:1 month Modified: head/sys/dev/cxgbe/tom/t4_ddp.c head/sys/dev/cxgbe/tom/t4_tom.h Modified: hea

svn commit: r276728 - head/sys/dev/cxgbe

2015-01-05 Thread Navdeep Parhar
Author: np Date: Mon Jan 5 23:43:24 2015 New Revision: 276728 URL: https://svnweb.freebsd.org/changeset/base/276728 Log: cxgbe(4): fix the description of a strange bunch of counters. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r276727 - head/sys/kern

2015-01-05 Thread Mark Johnston
Author: markj Date: Mon Jan 5 23:07:22 2015 New Revision: 276727 URL: https://svnweb.freebsd.org/changeset/base/276727 Log: Use crcopysafe(9) to make a copy of a process' credential struct. crcopy(9) may perform a blocking memory allocation, which is unsafe when holding a mutex. Differ

svn commit: r276726 - in head/sys: dev/ofw powerpc/pseries

2015-01-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 21:39:35 2015 New Revision: 276726 URL: https://svnweb.freebsd.org/changeset/base/276726 Log: Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixing ofw_bus_intr_to_rl() to match the spec for unspecified interrupt-parent properties.

Re: svn commit: r276666 - head/sys/conf

2015-01-05 Thread John-Mark Gurney
Ian Lepore wrote this message on Sun, Jan 04, 2015 at 20:08 +: > Author: ian > Date: Sun Jan 4 20:08:24 2015 > New Revision: 27 > URL: https://svnweb.freebsd.org/changeset/base/27 > > Log: > Eliminate uninitialized variable warnings in kernel and module builds when > building with

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2015-01-05 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Sat, Jan 03, 2015 at 00:33 -0800: > We really should look at turning of gcc's uninitialized var warning > now that it doesn't do a good job... We are now just poluting our code > base w/ bad initalizations that could turn into bugs in the future when > someon

svn commit: r276725 - head/sys/kern

2015-01-05 Thread John Baldwin
Author: jhb Date: Mon Jan 5 20:50:44 2015 New Revision: 276725 URL: https://svnweb.freebsd.org/changeset/base/276725 Log: Trim trailing whitespace. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c =

Re: svn commit: r276724 - in head/sys: amd64/amd64 dev/acpica i386/i386 kern sys x86/x86

2015-01-05 Thread John Baldwin
On 1/5/15 3:44 PM, John Baldwin wrote: > Author: jhb > Date: Mon Jan 5 20:44:44 2015 > New Revision: 276724 > URL: https://svnweb.freebsd.org/changeset/base/276724 > > Log: > On some Intel CPUs with a P-state but not C-state invariant TSC the TSC > may also halt in C2 and not just C3 (it seem

svn commit: r276724 - in head/sys: amd64/amd64 dev/acpica i386/i386 kern sys x86/x86

2015-01-05 Thread John Baldwin
Author: jhb Date: Mon Jan 5 20:44:44 2015 New Revision: 276724 URL: https://svnweb.freebsd.org/changeset/base/276724 Log: On some Intel CPUs with a P-state but not C-state invariant TSC the TSC may also halt in C2 and not just C3 (it seems that in some cases the BIOS advertises its C3 state

svn commit: r276723 - head/bin/cat/tests

2015-01-05 Thread Garrett Cooper
Author: ngie Date: Mon Jan 5 20:38:47 2015 New Revision: 276723 URL: https://svnweb.freebsd.org/changeset/base/276723 Log: Install d_align.{in,out} for the :align test X-MFC with: r276669 Pointyhat to: me Modified: head/bin/cat/tests/Makefile Modified: head/bin/cat/tests/Makefile ===

svn commit: r276721 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-05 Thread Glen Barber
Author: gjb Date: Mon Jan 5 20:34:03 2015 New Revision: 276721 URL: https://svnweb.freebsd.org/changeset/base/276721 Log: Document r275891, CAM port/LUN limits increased. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r276722 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-05 Thread Glen Barber
Author: gjb Date: Mon Jan 5 20:34:06 2015 New Revision: 276722 URL: https://svnweb.freebsd.org/changeset/base/276722 Log: Document r275945, capabilities support added to elfdump(1). Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r276720 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-05 Thread Glen Barber
Author: gjb Date: Mon Jan 5 20:34:00 2015 New Revision: 276720 URL: https://svnweb.freebsd.org/changeset/base/276720 Log: Document r275490, vfs.zfs.spa_slop_shift tunable addition. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r276719 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-05 Thread Glen Barber
Author: gjb Date: Mon Jan 5 20:33:57 2015 New Revision: 276719 URL: https://svnweb.freebsd.org/changeset/base/276719 Log: Document r275040, dpv(1), dpv(3), figpar(3). Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: sta

svn commit: r276718 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-05 Thread Glen Barber
Author: gjb Date: Mon Jan 5 20:33:53 2015 New Revision: 276718 URL: https://svnweb.freebsd.org/changeset/base/276718 Log: Document r274939, iSNS support in ctld(8). Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stabl

svn commit: r276717 - in head/sys: arm/allwinner arm/cavium/cns11xx arm/freescale/vybrid arm/lpc arm/samsung/exynos arm/ti/am335x arm/ti/usb arm/xilinx dev/usb dev/usb/controller mips/atheros mips/...

2015-01-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 5 20:22:18 2015 New Revision: 276717 URL: https://svnweb.freebsd.org/changeset/base/276717 Log: Add 64-bit DMA support in the XHCI controller driver. - Fix some comments and whitespace while at it. MFC after:1 month Submitted by: marius@ Modified:

svn commit: r276716 - stable/10/sys/mips/conf

2015-01-05 Thread Hiren Panchasara
Author: hiren Date: Mon Jan 5 19:54:40 2015 New Revision: 276716 URL: https://svnweb.freebsd.org/changeset/base/276716 Log: MFC r273876 Use search method instead of fixed offsets for finding rootfs. This unbreaks recent images for picostation by allowing to find rootfs at correct locatio

svn commit: r276715 - head/sys/dev/tws

2015-01-05 Thread John Baldwin
Author: jhb Date: Mon Jan 5 19:49:20 2015 New Revision: 276715 URL: https://svnweb.freebsd.org/changeset/base/276715 Log: Use struct thread * directly instead of d_thread_t. This driver is not likely to be merged back to stable/4. Reviewed by: delphij Modified: head/sys/dev/tws/tws.

svn commit: r276714 - head/sys/i386/conf

2015-01-05 Thread Marius Strobl
Author: marius Date: Mon Jan 5 19:15:35 2015 New Revision: 276714 URL: https://svnweb.freebsd.org/changeset/base/276714 Log: Exclude drivers which build but don't actually work with PAE enabled, missed in r276377 Modified: head/sys/i386/conf/XEN Modified: head/sys/i386/conf/XEN ==

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

2015-01-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 18:15:16 2015 New Revision: 276713 URL: https://svnweb.freebsd.org/changeset/base/276713 Log: Revert r272109 locally, which is not quite equivalent in how it deals with missing interrupt-parent properties. A better solution will come later, but this restor

Re: svn commit: r276534 - head/sys/dev/vt

2015-01-05 Thread Hans Petter Selasky
On 01/05/15 18:37, John Baldwin wrote: On 1/2/15 8:35 AM, Hans Petter Selasky wrote: Author: hselasky Date: Fri Jan 2 13:35:10 2015 New Revision: 276534 URL: https://svnweb.freebsd.org/changeset/base/276534 Log: The "vt_suspend_flush_timer()" function is sometimes called locked which pre

Re: svn commit: r276534 - head/sys/dev/vt

2015-01-05 Thread John Baldwin
On 1/2/15 8:35 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Jan 2 13:35:10 2015 > New Revision: 276534 > URL: https://svnweb.freebsd.org/changeset/base/276534 > > Log: > The "vt_suspend_flush_timer()" function is sometimes called locked > which prevents us from doing a "callo

svn commit: r276711 - head/sys/boot/fdt

2015-01-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 5 16:52:25 2015 New Revision: 276711 URL: https://svnweb.freebsd.org/changeset/base/276711 Log: Missed change in r276688. Apologies for build breakage. Modified: head/sys/boot/fdt/Makefile Modified: head/sys/boot/fdt/Makefile

svn commit: r276710 - in head/sys/dev/beri/virtio: . network

2015-01-05 Thread Ruslan Bukin
Author: br Date: Mon Jan 5 16:43:22 2015 New Revision: 276710 URL: https://svnweb.freebsd.org/changeset/base/276710 Log: o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needs o Operate with copy of iov as we expect later it was not modified Modified: head/sys/dev/beri/vir

svn commit: r276708 - vendor-crypto/openssh/6.7p1

2015-01-05 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 5 16:10:50 2015 New Revision: 276708 URL: https://svnweb.freebsd.org/changeset/base/276708 Log: Tag OpenSSH 6.7p1. Added: vendor-crypto/openssh/6.7p1/ - copied from r276707, vendor-crypto/openssh/dist/ ___ svn-src-all

svn commit: r276707 - in vendor-crypto/openssh/dist: . contrib/caldera contrib/cygwin contrib/redhat contrib/suse openbsd-compat openbsd-compat/regress regress regress/unittests regress/unittests/s...

2015-01-05 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 5 16:09:55 2015 New Revision: 276707 URL: https://svnweb.freebsd.org/changeset/base/276707 Log: Vendor import of OpenSSH 6.7p1. Added: vendor-crypto/openssh/dist/cipher-aesctr.c vendor-crypto/openssh/dist/cipher-aesctr.h vendor-crypto/openssh/dist/openbsd-compat

svn commit: r276706 - stable/10/usr.bin/patch

2015-01-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 5 16:09:51 2015 New Revision: 276706 URL: https://svnweb.freebsd.org/changeset/base/276706 Log: MFC r276472: Minor fixes to exit status. Exit with EXIT_FAILURE for invalid arguments. Fixes NetBSD-PR 43517. Print version string to stdout instead of st

svn commit: r276705 - head/contrib/elftoolchain/readelf

2015-01-05 Thread Ed Maste
Author: emaste Date: Mon Jan 5 16:05:15 2015 New Revision: 276705 URL: https://svnweb.freebsd.org/changeset/base/276705 Log: readelf: Handle note types from different operating systems Previously elftoolchain readelf(1) produced correct description text only for Linux note types. Up

svn commit: r276704 - head/usr.sbin/fstyp

2015-01-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 5 15:34:23 2015 New Revision: 276704 URL: https://svnweb.freebsd.org/changeset/base/276704 Log: Fix memory leaks. CID: 1258582, 1258583. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/ext2fs.c head/usr.sbin/fst

svn commit: r276703 - head/usr.sbin/fstyp

2015-01-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 5 15:29:28 2015 New Revision: 276703 URL: https://svnweb.freebsd.org/changeset/base/276703 Log: Remove leftovers. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/cd9660.c head/usr.sbin/fstyp/ntfs.c Modified: head/

svn commit: r276702 - in head: . usr.sbin/unbound/local-setup

2015-01-05 Thread Dag-Erling Smørgrav
the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150105: + The default Unbound configuration now enables remote control + using a local socket. Users who have already enabled the + local_un

svn commit: r276701 - in head/sys/dev: sound/usb usb usb/controller usb/gadget usb/input usb/misc usb/net usb/serial usb/storage usb/wlan

2015-01-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 5 15:04:17 2015 New Revision: 276701 URL: https://svnweb.freebsd.org/changeset/base/276701 Log: Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can be set before the USB device(s) are probed. Modified: head/sys/dev/sound/usb/uaudio.c head/

svn commit: r276699 - in head/contrib/unbound: . daemon doc services smallapp util

2015-01-05 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 5 14:59:18 2015 New Revision: 276699 URL: https://svnweb.freebsd.org/changeset/base/276699 Log: mfv (r276698): support for remote control over local sockets. Modified: head/contrib/unbound/config.h head/contrib/unbound/config.h.in head/contrib/unbound/configure.

svn commit: r276698 - in vendor/unbound/dist: . daemon doc services smallapp util

2015-01-05 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 5 14:55:52 2015 New Revision: 276698 URL: https://svnweb.freebsd.org/changeset/base/276698 Log: Add support for using a local socket for the remote control connection by specifying uts path instead of (or in addition to) an IP address as an argument to the control-

svn commit: r276697 - head

2015-01-05 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 5 13:46:37 2015 New Revision: 276697 URL: https://svnweb.freebsd.org/changeset/base/276697 Log: Fix a few grammar issues. Modified: head/UPDATING Modified: head/UPDATING == --- head/UP

svn commit: r276696 - in head/sys: conf modules/bios/smapi

2015-01-05 Thread Warner Losh
Author: imp Date: Mon Jan 5 12:28:22 2015 New Revision: 276696 URL: https://svnweb.freebsd.org/changeset/base/276696 Log: Clang's 3.5 integrated assembler now handles these files correctly (it has support for the .codeXX directives). However, it is desirable, for a time, to allow kernels to

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

2015-01-05 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 5 11:40:05 2015 New Revision: 276695 URL: https://svnweb.freebsd.org/changeset/base/276695 Log: Add a very basic manpage for the Etherswitch framework. MFC after:1 week Added: head/share/man/man4/etherswitch.4 (contents, props changed) Modified: he

svn commit: r276694 - head/sys/sys

2015-01-05 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jan 5 11:22:58 2015 New Revision: 276694 URL: https://svnweb.freebsd.org/changeset/base/276694 Log: With r276692 m_align() moved and became an inline function. Remove the (now) redundant function declaration. Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h

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

2015-01-05 Thread Kevin Lo
Author: kevlo Date: Mon Jan 5 10:10:35 2015 New Revision: 276693 URL: https://svnweb.freebsd.org/changeset/base/276693 Log: Mention axge(4). Modified: head/share/man/man4/miibus.4 Modified: head/share/man/man4/miibus.4

Re: svn commit: r276521 - head/contrib/netbsd-tests/lib/libm

2015-01-05 Thread Bruce Evans
On Sun, 4 Jan 2015, Garrett Cooper wrote: On Jan 2, 2015, at 0:03, Bruce Evans wrote: rv = scalbnf(tests[i].inval, tests[i].exp); ATF_CHECK_EQ_MSG(errno, tests[i].error, "test %zu: errno %d instead of %d", i, errno, The tests might set errn

svn commit: r276692 - in head/sys: dev/en dev/fatm dev/iscsi_initiator dev/patm kern net80211 netinet netinet6 sys

2015-01-05 Thread Robert Watson
Author: rwatson Date: Mon Jan 5 09:58:32 2015 New Revision: 276692 URL: https://svnweb.freebsd.org/changeset/base/276692 Log: To ease changes to underlying mbuf structure and the mbuf allocator, reduce the knowledge of mbuf layout, and in particular constants such as M_EXT, MLEN, MHLEN, and