svn commit: r308909 - head/sys/dev/hyperv/netvsc

2016-11-20 Thread Sepherosa Ziehau
Author: sephe Date: Mon Nov 21 05:54:31 2016 New Revision: 308909 URL: https://svnweb.freebsd.org/changeset/base/308909 Log: hyperv/hn: Don't abuse hn_{tx,rx}_ring_inuse. Just in case, the # of TX/RX rings is changed upon synthetic parts re-attach. MFC after:1 week Sponsored

svn commit: r308908 - head/sys/dev/hyperv/netvsc

2016-11-20 Thread Sepherosa Ziehau
Author: sephe Date: Mon Nov 21 05:41:08 2016 New Revision: 308908 URL: https://svnweb.freebsd.org/changeset/base/308908 Log: hyperv/hn: Allow enabling IPv6 TX checksum offloading and IPv6 TSO. They are still disabled by default. MFC after:1 week Sponsored by: Microsoft

svn commit: r308907 - head/sys/dev/hyperv/netvsc

2016-11-20 Thread Sepherosa Ziehau
Author: sephe Date: Mon Nov 21 05:21:15 2016 New Revision: 308907 URL: https://svnweb.freebsd.org/changeset/base/308907 Log: hyperv/hn: Fix WITNESS warnings And re-enable SIOCADDMULTI/SIOCDELMULTI, after WITNESS warning is fixed. MFC after:1 week Sponsored by: Microsoft

svn commit: r308906 - in head/sys/dev/hyperv: include vmbus

2016-11-20 Thread Sepherosa Ziehau
Author: sephe Date: Mon Nov 21 05:09:43 2016 New Revision: 308906 URL: https://svnweb.freebsd.org/changeset/base/308906 Log: hyperv/vmbus: Support transction result busy-wait. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8488

svn commit: r308905 - head/sys/dev/hyperv/netvsc

2016-11-20 Thread Sepherosa Ziehau
Author: sephe Date: Mon Nov 21 05:00:51 2016 New Revision: 308905 URL: https://svnweb.freebsd.org/changeset/base/308905 Log: hyperv/hn: Implement RNDIS multi-packet message support. Currently, it is only applied to packet sent through chimney sending buffers. Not enabled by default yet.

svn commit: r308904 - head/lib/libc/locale

2016-11-20 Thread Eric van Gyzen
Author: vangyzen Date: Sun Nov 20 20:13:22 2016 New Revision: 308904 URL: https://svnweb.freebsd.org/changeset/base/308904 Log: Fix error reporting from wcstof() When wcstof() skipped initial space and then parsing failed, it set endptr to the first non-space character. Fix it to

svn commit: r308903 - head/sys/modules/dtb/allwinner

2016-11-20 Thread Jared McNeill
Author: jmcneill Date: Sun Nov 20 19:39:55 2016 New Revision: 308903 URL: https://svnweb.freebsd.org/changeset/base/308903 Log: Build and install nanopi-neo.dts and orangepi-plus-2e.dts Modified: head/sys/modules/dtb/allwinner/Makefile Modified: head/sys/modules/dtb/allwinner/Makefile

svn commit: r308902 - head/sys/boot/fdt/dts/arm

2016-11-20 Thread Jared McNeill
Author: jmcneill Date: Sun Nov 20 19:38:46 2016 New Revision: 308902 URL: https://svnweb.freebsd.org/changeset/base/308902 Log: Add dts for Xunlong Orange Pi Plus 2E. Added: head/sys/boot/fdt/dts/arm/orangepi-plus-2e.dts (contents, props changed) Added:

svn commit: r308901 - head/sys/boot/fdt/dts/arm

2016-11-20 Thread Jared McNeill
Author: jmcneill Date: Sun Nov 20 19:38:05 2016 New Revision: 308901 URL: https://svnweb.freebsd.org/changeset/base/308901 Log: Add dts for FriendlyARM NanoPi NEO. Added: head/sys/boot/fdt/dts/arm/nanopi-neo.dts (contents, props changed) head/sys/boot/fdt/dts/arm/sun8i-h3-nanopi-neo.dts

svn commit: r308900 - head/sys/boot/fdt/dts/arm

2016-11-20 Thread Jared McNeill
Author: jmcneill Date: Sun Nov 20 19:36:17 2016 New Revision: 308900 URL: https://svnweb.freebsd.org/changeset/base/308900 Log: Add dtsi for FreeBSD-specific Allwinner H3 nodes. Added: head/sys/boot/fdt/dts/arm/h3.dtsi (contents, props changed) Added: head/sys/boot/fdt/dts/arm/h3.dtsi

svn commit: r308899 - head/sys/boot/fdt/dts/arm

2016-11-20 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 20 18:56:04 2016 New Revision: 308899 URL: https://svnweb.freebsd.org/changeset/base/308899 Log: [FDT] Remove empty wrapper for upstream am335x-evm.dts Remove empty wrapper for sys/gnu version of am335x-evm.dts located in sys/boot/fdt, with current include

svn commit: r308898 - head/sys/dev/gpio

2016-11-20 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 20 18:38:32 2016 New Revision: 308898 URL: https://svnweb.freebsd.org/changeset/base/308898 Log: [bytgpio] Fix USB disconnect event after listsing pins on gpioc2 - Do not set input flag when reading value from GPIO pin, it is not required and for gpioc2(S5

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

2016-11-20 Thread Emmanuel Vadot
Author: manu Date: Sun Nov 20 18:21:42 2016 New Revision: 308897 URL: https://svnweb.freebsd.org/changeset/base/308897 Log: Add spigen to the ARMv6 GENERIC kernel Modified: head/sys/arm/conf/GENERIC Modified: head/sys/arm/conf/GENERIC

svn commit: r308896 - head/etc

2016-11-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 20 18:21:05 2016 New Revision: 308896 URL: https://svnweb.freebsd.org/changeset/base/308896 Log: rc.subr: $(ps -p $$ -o jid=) is always 0, so do not fork ps for it. The JID keyword writes 0 for a process also in the host system or in the same jail. Modified:

svn commit: r308895 - head/sys/dev/spibus

2016-11-20 Thread Emmanuel Vadot
Author: manu Date: Sun Nov 20 18:20:28 2016 New Revision: 308895 URL: https://svnweb.freebsd.org/changeset/base/308895 Log: Enable the use of spigen on FDT platform MFC after:2 weeks Modified: head/sys/dev/spibus/spigen.c Modified: head/sys/dev/spibus/spigen.c

svn commit: r308887 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-11-20 Thread Andriy Gapon
Author: avg Date: Sun Nov 20 14:00:50 2016 New Revision: 308887 URL: https://svnweb.freebsd.org/changeset/base/308887 Log: fix unsafe modification of zfs_vnodeops when DIAGNOSTIC is enabled The idea was to avoid a false assertion in zfs_lock, but it was implemented very dangerously and

svn commit: r308877 - head/tools/tools/sysbuild

2016-11-20 Thread Poul-Henning Kamp
Author: phk Date: Sun Nov 20 10:01:21 2016 New Revision: 308877 URL: https://svnweb.freebsd.org/changeset/base/308877 Log: Attempt package build even if dependencies seems to be missing Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/sysbuild.sh

Re: svn commit: r308821 - head/sys/i386/i386

2016-11-20 Thread Konstantin Belousov
On Sat, Nov 19, 2016 at 01:36:44AM +, John Baldwin wrote: > Author: jhb > Date: Sat Nov 19 01:36:44 2016 > New Revision: 308821 > URL: https://svnweb.freebsd.org/changeset/base/308821 > > Log: > MFamd64: Various fatal page fault fixes. > > - If a page fault is triggered due to reserved

Re: svn commit: r308817 - head/sys/powerpc/include [Still have pmap_t and struct pmap ppowerpc64 problems as of -r308860]

2016-11-20 Thread Mark Millard
Glad to help. Going in another direction: What of stable/11 ? (And possibly stable/10 .) Changing the BROOKE kernel ABI in stable/11 is a no-no. Similarly for AIM. Is there a reason to prefer which context actually works correctly for 11.0 default builds for accessing pm_stats in pmap? My