svn commit: r303950 - head/sys/sys

2016-08-11 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 11 07:11:15 2016 New Revision: 303950 URL: https://svnweb.freebsd.org/changeset/base/303950 Log: Remove unused textvp_fullpath() macro. MFC after:1 month Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h ===

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

2016-08-11 Thread Mark Johnston
Author: markj Date: Thu Aug 11 07:58:23 2016 New Revision: 303951 URL: https://svnweb.freebsd.org/changeset/base/303951 Log: Remove b_pin_count from struct buf. It was added in r153192 for XFS and doesn't appear to have been used for anything else. XFS was disconnected in r241607 and remo

Unable to deliver your item, #00672157

2016-08-11 Thread FedEx International Next Flight
Dear Customer, Courier was unable to deliver the parcel to you. Delivery Label is attached to this email. Yours trully, Alberto Stout, Delivery Agent. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To

svn commit: r303955 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2016-08-11 Thread Andrey V. Elsukov
Author: ae Date: Thu Aug 11 10:10:10 2016 New Revision: 303955 URL: https://svnweb.freebsd.org/changeset/base/303955 Log: Restore "nat global" support. Now zero value of arg1 used to specify "tablearg", use the old "tablearg" value for "nat global". Introduce new macro IP_FW_NAT44_GLOBAL

svn commit: r303958 - head/sys/amd64/amd64

2016-08-11 Thread Konstantin Belousov
Author: kib Date: Thu Aug 11 12:37:11 2016 New Revision: 303958 URL: https://svnweb.freebsd.org/changeset/base/303958 Log: The pmap_delayed_invl_wait() function blocks on turnstile, it does not spin, in the committed version. Remove stray '*' in the text. Sponsored by: The FreeBSD Founda

svn commit: r303959 - in head: share/mk sys/modules/dtrace/dtrace

2016-08-11 Thread Ruslan Bukin
Author: br Date: Thu Aug 11 13:42:31 2016 New Revision: 303959 URL: https://svnweb.freebsd.org/changeset/base/303959 Log: Revert r303911 "Remove extra -msoft-float flags settings." This was not properly tested. Modified: head/share/mk/bsd.cpu.mk head/sys/modules/dtrace/dtrace/Makefile Mo

svn commit: r303961 - head/sys/fs/autofs

2016-08-11 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 11 14:27:23 2016 New Revision: 303961 URL: https://svnweb.freebsd.org/changeset/base/303961 Log: Implement autofs_print(), for improved debugging experience. MFC after:1 month Modified: head/sys/fs/autofs/autofs_vnops.c Modified: head/sys/fs/autofs/autofs

svn commit: r303962 - head/sys/boot/i386/btx/btxldr

2016-08-11 Thread Stephen J. Kiernan
Author: stevek Date: Thu Aug 11 15:00:55 2016 New Revision: 303962 URL: https://svnweb.freebsd.org/changeset/base/303962 Log: Add the missing space between .asciz directive and opening quote for some lines within #ifdef BTXLDR_VERBOSE/#endif Reported by: Kevin Zheng Reviewed by: jhb

svn commit: r303963 - head/sys/powerpc/include

2016-08-11 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 11 15:06:12 2016 New Revision: 303963 URL: https://svnweb.freebsd.org/changeset/base/303963 Log: Revert r303890 for now here as camdd fails to build on powerpc* due to device_t only being available under _KERNEL. Reported by: bde (_KERNEL in general), kib (build

Re: svn commit: r303890 - in head/sys: contrib/ncsw/user/env contrib/octeon-sdk dev/auxio dev/bktr dev/e1000 dev/ixgb dev/ixgbe dev/ixl dev/netmap dev/pci dev/sound/sbus dev/tpm kern mips/nlm/dev/net

2016-08-11 Thread Bjoern A. Zeeb
On 10 Aug 2016, at 11:02, Konstantin Belousov wrote: On Tue, Aug 09, 2016 at 07:32:06PM +, Jean-S??bastien P??dron wrote: Author: dumbbell Date: Tue Aug 9 19:32:06 2016 New Revision: 303890 URL: https://svnweb.freebsd.org/changeset/base/303890 Log: Consistently use `device_t` Several

Re: svn commit: r303963 - head/sys/powerpc/include

2016-08-11 Thread John Baldwin
On Thursday, August 11, 2016 03:06:13 PM Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Aug 11 15:06:12 2016 > New Revision: 303963 > URL: https://svnweb.freebsd.org/changeset/base/303963 > > Log: > Revert r303890 for now here as camdd fails to build on powerpc* > due to device_t only being av

svn commit: r303964 - head/share/mk

2016-08-11 Thread Bryan Drewery
Author: bdrewery Date: Thu Aug 11 17:06:48 2016 New Revision: 303964 URL: https://svnweb.freebsd.org/changeset/base/303964 Log: PROGS: Support INTERNALPROG.prog=yes to not install it. MFC after:3 days Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.README

Re: svn commit: r303963 - head/sys/powerpc/include

2016-08-11 Thread Bjoern A. Zeeb
On Thu, 11 Aug 2016, John Baldwin wrote: On Thursday, August 11, 2016 03:06:13 PM Bjoern A. Zeeb wrote: Author: bz Date: Thu Aug 11 15:06:12 2016 New Revision: 303963 URL: https://svnweb.freebsd.org/changeset/base/303963 Log: Revert r303890 for now here as camdd fails to build on powerpc*

svn commit: r303971 - head/sys/dev/virtio/network

2016-08-11 Thread Steven Hartland
Author: smh Date: Thu Aug 11 21:13:58 2016 New Revision: 303971 URL: https://svnweb.freebsd.org/changeset/base/303971 Log: Fix vtnet hang with max_virtqueue_pairs > VTNET_MAX_QUEUE_PAIRS Correctly limit npairs passed to vtnet_ctrl_mq_cmd. This ensures that VQ_ALLOC_INFO_INIT is called wit

svn commit: r303974 - in head/sys: boot/fdt/dts/arm modules/dtb/allwinner

2016-08-11 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 11 23:04:26 2016 New Revision: 303974 URL: https://svnweb.freebsd.org/changeset/base/303974 Log: Rename pcduino3b.dts to pcduino3.dts The only difference between 3 and 3B is the size of the RJ45 port. And now we have a uboot port that expect pcduino3.dts to be pres

svn commit: r303978 - head/sys/netinet

2016-08-11 Thread Mike Karels
Author: karels Date: Thu Aug 11 23:52:24 2016 New Revision: 303978 URL: https://svnweb.freebsd.org/changeset/base/303978 Log: Fix kernel build with TCP_RFC7413 option The current in_pcb.h includes route.h, which includes sockaddr structures. Including should require ; add it in the app

Re: svn commit: r303019 - head/sys/geom

2016-08-11 Thread Bryan Drewery
On 7/23/2016 10:27 PM, Peter Wemm wrote: > On Saturday, July 23, 2016 09:39:00 PM Peter Wemm wrote: >> On Tuesday, July 19, 2016 05:36:21 AM Andrey V. Elsukov wrote: >>> Author: ae >>> Date: Tue Jul 19 05:36:21 2016 >>> New Revision: 303019 >>> URL: https://svnweb.freebsd.org/changeset/base/303019

Re: svn commit: r303019 - head/sys/geom

2016-08-11 Thread Bryan Drewery
On 8/11/2016 5:26 PM, Bryan Drewery wrote: > On 7/23/2016 10:27 PM, Peter Wemm wrote: >> On Saturday, July 23, 2016 09:39:00 PM Peter Wemm wrote: >>> On Tuesday, July 19, 2016 05:36:21 AM Andrey V. Elsukov wrote: Author: ae Date: Tue Jul 19 05:36:21 2016 New Revision: 303019 URL

svn commit: r303981 - head/tools/tools/ath/ath_ee_9300_print

2016-08-11 Thread Adrian Chadd
Author: adrian Date: Fri Aug 12 01:13:34 2016 New Revision: 303981 URL: https://svnweb.freebsd.org/changeset/base/303981 Log: Print out some more fields. Tested: * AR9331 SoC (Carambola 2) - specifically looking for the tuning caps fields. Modified: head/tools/tools/ath/ath_ee_9300_

svn commit: r303982 - head/sys/vm

2016-08-11 Thread Alan Cox
Author: alc Date: Fri Aug 12 03:22:58 2016 New Revision: 303982 URL: https://svnweb.freebsd.org/changeset/base/303982 Log: Correct errors and clean up the comments on the active queue scan. Eliminate some unnecessary blank lines. Reviewed by: kib, markj MFC after:1 week Modifie