svn commit: r292650 - head/tests/sys/mac/bsdextended

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 09:59:31 2015 New Revision: 292650 URL: https://svnweb.freebsd.org/changeset/base/292650 Log: Move mac_bsdextended check up before running the test_libugidfw_strings testcases I realize that these tests could be run before mac_bsdextended is loaded, but it

Re: svn commit: r292533 - head/tools/regression/mac/mac_bsdextended

2015-12-23 Thread NGie Cooper
> On Dec 22, 2015, at 23:27, Garrett Cooper wrote: > > On Dec 22, 2015, at 22:42, Craig Rodrigues wrote: > >> On Mon, Dec 21, 2015 at 12:58 AM, Garrett Cooper wrote: >> Author: ngie >> Date: Mon Dec 21 08:58:14 2015 >> New

svn commit: r292651 - head/tests/sys/mac/bsdextended

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:02:51 2015 New Revision: 292651 URL: https://svnweb.freebsd.org/changeset/base/292651 Log: Delete the comment about running `test_libugidfw_strings` before testing `mac_is_present` so it doesn't accidentally confuse people MFC after: 3 days X-MFC with:

svn commit: r292653 - head/cddl/contrib/opensolaris/cmd/zdb

2015-12-23 Thread Baptiste Daroussin
Author: bapt Date: Wed Dec 23 10:20:46 2015 New Revision: 292653 URL: https://svnweb.freebsd.org/changeset/base/292653 Log: Report an error if zdb cannot initialize zfs If the zfs module is not present and not loadable, report an error to the user instead of crashing Reviewed by:

svn commit: r292654 - head/sys/netinet6

2015-12-23 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 23 10:23:47 2015 New Revision: 292654 URL: https://svnweb.freebsd.org/changeset/base/292654 Log: Remove superfluous return (1) missed in r292601. Reported by: Matthew D. Fuller (fullermd over-yonder.net), Kevin Bowling (kevin.bowling kev009.com)

Re: svn commit: r292658 - in head: gnu/usr.bin/binutils/ld tools/build/mk

2015-12-23 Thread Baptiste Daroussin
On Wed, Dec 23, 2015 at 02:31:26PM +, Ed Maste wrote: > Author: emaste > Date: Wed Dec 23 14:31:26 2015 > New Revision: 292658 > URL: https://svnweb.freebsd.org/changeset/base/292658 > > Log: > Install ld also as ld.bfd, for use with cc -fuse-ld=bfd > > PR: 205409 [exp-run] >

svn commit: r292659 - head/sys/arm64/include

2015-12-23 Thread Andrew Turner
Author: andrew Date: Wed Dec 23 15:22:44 2015 New Revision: 292659 URL: https://svnweb.freebsd.org/changeset/base/292659 Log: Increase the size and alignment of the setjmp buffer. This will allow for possible future CPU extentions with larger registers. jmp_buf's size and alignment are

svn commit: r292658 - in head: gnu/usr.bin/binutils/ld tools/build/mk

2015-12-23 Thread Ed Maste
Author: emaste Date: Wed Dec 23 14:31:26 2015 New Revision: 292658 URL: https://svnweb.freebsd.org/changeset/base/292658 Log: Install ld also as ld.bfd, for use with cc -fuse-ld=bfd PR: 205409 [exp-run] MFC after:1 week Relnotes: Yes Sponsored by: The FreeBSD

svn commit: r292660 - head/sys/netgraph/bluetooth/socket

2015-12-23 Thread Maksim Yevmenkin
Author: emax Date: Wed Dec 23 16:32:04 2015 New Revision: 292660 URL: https://svnweb.freebsd.org/changeset/base/292660 Log: - grab ng_btsocket_l2cap_sockets_mtx lock in ng_btsocket_l2cap_process_l2ca_enc_change() before calling ng_btsocket_l2cap_pcb_by_cid(); - handle possible NULL

svn commit: r292665 - head/lib/libc/tests/resolv

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 18:48:32 2015 New Revision: 292665 URL: https://svnweb.freebsd.org/changeset/base/292665 Log: Increase the timeout for resolv_test from the default (300 seconds) to 450 seconds This is required on slower network connections, and on older releases

svn commit: r292662 - head/sys/x86/xen

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 17:43:55 2015 New Revision: 292662 URL: https://svnweb.freebsd.org/changeset/base/292662 Log: Remove redundant declarations in sys/x86/xen which are now handled in other sys/x86 headers Differential Revision: https://reviews.freebsd.org/D4685 X-MFC with:

svn commit: r292661 - head/sys/dev/hyperv/vmbus

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 17:37:30 2015 New Revision: 292661 URL: https://svnweb.freebsd.org/changeset/base/292661 Log: Remove redundant vmbus_select_outgoing_channel declaration already handled in include/hyperv.h This unbreaks the gcc 4.2.1 kernel build of hyperv Differential

svn commit: r292663 - head/sys/cddl/dev/fbt/arm

2015-12-23 Thread Andrew Turner
Author: andrew Date: Wed Dec 23 17:54:19 2015 New Revision: 292663 URL: https://svnweb.freebsd.org/changeset/base/292663 Log: Be stricter on which functions we can probe with FBT. We now only check the first instruction to see if it's either a pushm with lr, or a sub with sp. The former is

svn commit: r292674 - in head/sys: conf dev/ixgbe modules/ix modules/ixv

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 22:45:17 2015 New Revision: 292674 URL: https://svnweb.freebsd.org/changeset/base/292674 Log: ixgbe(4): Update to version 3.1.13-k Add support for two new devices: X552 SFP+ 10 GbE, and the single port version of X550T. Submitted by: erj Reviewed

svn commit: r292677 - head/tools/tools/nanobsd/embedded

2015-12-23 Thread Warner Losh
Author: imp Date: Thu Dec 24 01:48:40 2015 New Revision: 292677 URL: https://svnweb.freebsd.org/changeset/base/292677 Log: Move creation of rc.conf to earlier so it winds up in /conf/boot/etc With this change we mostly boot w/o errors on RPi-B for an image cross built w/o privs. Other

svn commit: r292678 - head/tools/tools/nanobsd/embedded

2015-12-23 Thread Warner Losh
Author: imp Date: Thu Dec 24 02:02:05 2015 New Revision: 292678 URL: https://svnweb.freebsd.org/changeset/base/292678 Log: Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.org isn't a very popular command :) Modified: head/tools/tools/nanobsd/embedded/common Modified:

svn commit: r292676 - head/sys/kern

2015-12-23 Thread Jonathan T. Looney
Author: jtl Date: Thu Dec 24 00:58:11 2015 New Revision: 292676 URL: https://svnweb.freebsd.org/changeset/base/292676 Log: Only allow one PT_INTERP ELF program header. This also fixes a potential memory leak for interp_buf. Differential Revision:https://reviews.freebsd.org/D4692

svn commit: r292680 - in head/sys: powerpc/booke powerpc/include powerpc/ofw powerpc/powerpc sys

2015-12-23 Thread Justin Hibbits
Author: jhibbits Date: Thu Dec 24 04:30:15 2015 New Revision: 292680 URL: https://svnweb.freebsd.org/changeset/base/292680 Log: Extend Book-E to support >4GB RAM Summary: With some additional changes for AIM, that could also support much larger physmem sizes. Given that 32-bit AIM is

svn commit: r292681 - head/sys/mips/mips

2015-12-23 Thread Adrian Chadd
Author: adrian Date: Thu Dec 24 04:37:19 2015 New Revision: 292681 URL: https://svnweb.freebsd.org/changeset/base/292681 Log: Add missing \n. Otherwise you end up with: Cache info: picache_stride= 4096 picache_loopcount = 16 pdcache_stride= 4096

svn commit: r292669 - in head: share/man/man9 sys/dev/pci

2015-12-23 Thread John Baldwin
Author: jhb Date: Wed Dec 23 21:51:10 2015 New Revision: 292669 URL: https://svnweb.freebsd.org/changeset/base/292669 Log: Add accessor methods to fetch the BAR holding the MSI-X table and PBA. While here, explicitly note the requirement that the BAR(s) must be allocated prior to calling

svn commit: r292671 - head

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 21:55:54 2015 New Revision: 292671 URL: https://svnweb.freebsd.org/changeset/base/292671 Log: Fixup native-xtools target for poudriere cross build jails after svn r291955 by excluding all debug files. Reported by: swills Reviewed by: emaste

Re: svn commit: r292644 - head/tools/tools/nanobsd/embedded

2015-12-23 Thread Ian Lepore
On Wed, 2015-12-23 at 06:49 +, Warner Losh wrote: > Author: imp > Date: Wed Dec 23 06:49:18 2015 > New Revision: 292644 > URL: https://svnweb.freebsd.org/changeset/base/292644 > > Log: > Copy all the dtb files that we build as part of the kernel build > from > boot/dtb to the fat

svn commit: r292668 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86

2015-12-23 Thread John Baldwin
Author: jhb Date: Wed Dec 23 21:41:42 2015 New Revision: 292668 URL: https://svnweb.freebsd.org/changeset/base/292668 Log: Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. While here, move the common bits of to as well. Reviewed by: kib Differential Revision:

svn commit: r292670 - head/sys/dev/e1000

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 21:54:05 2015 New Revision: 292670 URL: https://svnweb.freebsd.org/changeset/base/292670 Log: Add support for sysctl knobs to live tune the tx packet processing limits in igb and fix a wrap-around bug. Reviewed by: hiren Obtained from: Jason

svn commit: r292682 - in head/sys/boot: i386/zfsboot pc98/boot2 pc98/libpc98

2015-12-23 Thread John Baldwin
Author: jhb Date: Thu Dec 24 06:22:41 2015 New Revision: 292682 URL: https://svnweb.freebsd.org/changeset/base/292682 Log: Fix remaining direct tests of the carry flag in the v86 %eflags via a magic number to use V86_CY() instead. These should have been fixed as part of the cleanup in

Re: svn commit: r292639 - head/sys/dev/bxe

2015-12-23 Thread Marcelo Araujo
Hey, I'm wondering what that means: bxe_is_wreg_in_chip(struct bxe_softc *sc, const struct wreg_addr *wreg_info) Wreg, what wreg means?? Best, On Dec 23, 2015 11:19 AM, "David C Somayajulu" wrote: > Author: davidcs > Date: Wed Dec 23 03:19:12 2015 > New Revision: 292639 >

svn commit: r292647 - head/lib/msun/tests

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 09:11:18 2015 New Revision: 292647 URL: https://svnweb.freebsd.org/changeset/base/292647 Log: Use j instead of a hardcoded index (9) and increment it after running the NaNs testcases MFC after: 3 days Pointyhat to: ngie Sponsored by: EMC / Isilon Storage