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

2016-10-12 Thread Ed Maste
Author: emaste Date: Wed Oct 12 18:49:30 2016 New Revision: 307152 URL: https://svnweb.freebsd.org/changeset/base/307152 Log: Add COMPAT_FREEBSD10 to the MIPS ERL kernel config As of r302092, pipe is a wrapper around pipe2 and the pipe syscall is no longer used. It is included only with

svn commit: r307154 - head/sys/dev/usb/net

2016-10-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 12 19:53:10 2016 New Revision: 307154 URL: https://svnweb.freebsd.org/changeset/base/307154 Log: [fdt] Add one more heuristic to determine MAC address of the SMSC device - If check for net,ethernet/usb,device compatible node fails, try to find

svn commit: r307157 - head/usr.sbin

2016-10-12 Thread Ed Maste
Author: emaste Date: Wed Oct 12 20:25:03 2016 New Revision: 307157 URL: https://svnweb.freebsd.org/changeset/base/307157 Log: Temporarily disconnect efivar to fix arm and i386 builds Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile

svn commit: r307158 - in head/sys: dev/iwm dev/otus dev/usb/wlan net80211

2016-10-12 Thread Andriy Voskoboinyk
Author: avos Date: Wed Oct 12 20:50:13 2016 New Revision: 307158 URL: https://svnweb.freebsd.org/changeset/base/307158 Log: net80211: convert all ieee80211_input_mimo*() consumers to ieee80211_add_rx_params() + drop last (ieee80211_rx_stats) parameter Note: there is an additional check

svn commit: r307159 - in head/etc: defaults rc.d

2016-10-12 Thread Devin Teske
Author: dteske Date: Wed Oct 12 20:50:17 2016 New Revision: 307159 URL: https://svnweb.freebsd.org/changeset/base/307159 Log: Many shops still prefer rc.conf(5) based jail configuration(s). In-part because they can use sysrc in conjunction with ssh and xargs to perform en-masse changes in a

svn commit: r307132 - head/sys/cam/scsi

2016-10-12 Thread Alexander Motin
Author: mav Date: Wed Oct 12 08:25:13 2016 New Revision: 307132 URL: https://svnweb.freebsd.org/changeset/base/307132 Log: Use copyout() instead of pointing sbuf to user-space buffer. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_enc_ses.c Modified:

svn commit: r307133 - in stable/10/sys/dev/hyperv: include netvsc storvsc utilities vmbus

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 12 08:58:03 2016 New Revision: 307133 URL: https://svnweb.freebsd.org/changeset/base/307133 Log: MFC 303421,303422,303470-303473 303421 hyperv/vmbus: Avoid unnecessary mb() Sponsored by: Microsoft Differential Revision:

Re: svn commit: r307070 - in head/sys: amd64/amd64 conf dev/efidev i386/include modules/efirt sys

2016-10-12 Thread Konstantin Belousov
On Tue, Oct 11, 2016 at 10:24:30PM +, Warner Losh wrote: > Added: head/sys/dev/efidev/efidev.c > == > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sys/dev/efidev/efidev.c Tue Oct

svn commit: r307137 - in stable/10/sys/dev/hyperv: include netvsc storvsc vmbus

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 12 09:27:39 2016 New Revision: 307137 URL: https://svnweb.freebsd.org/changeset/base/307137 Log: MFC 303603-303605,303764 303603 hyperv/vmbus: Remove the artificial entry limit of SG and PRP list. Just make sure that the total channel packet size

svn commit: r307138 - in stable/11: contrib/libarchive/cat/test contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar contrib/libarchi...

2016-10-12 Thread Martin Matuska
Author: mm Date: Wed Oct 12 10:28:22 2016 New Revision: 307138 URL: https://svnweb.freebsd.org/changeset/base/307138 Log: MFC r306670: Sync libarchive with vendor including security fixes. Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761:

svn commit: r307135 - stable/11/sys/compat/ia32

2016-10-12 Thread Ed Schouten
Author: ed Date: Wed Oct 12 09:16:16 2016 New Revision: 307135 URL: https://svnweb.freebsd.org/changeset/base/307135 Log: MFC r304740: Add missing header dependency. This header depends on sigaltstack32 being declared. Modified: stable/11/sys/compat/ia32/ia32_signal.h Directory

svn commit: r307136 - in stable/11/sys/arm: arm include

2016-10-12 Thread Ed Schouten
Author: ed Date: Wed Oct 12 09:17:41 2016 New Revision: 307136 URL: https://svnweb.freebsd.org/changeset/base/307136 Log: MFC r306162: Make it possible to safely use TPIDRURW from userspace. On amd64, arm64 and i386, we have the possibility to switch between TLS areas in

svn commit: r307139 - in stable/10: contrib/libarchive/cat/test contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar contrib/libarchi...

2016-10-12 Thread Martin Matuska
Author: mm Date: Wed Oct 12 10:28:54 2016 New Revision: 307139 URL: https://svnweb.freebsd.org/changeset/base/307139 Log: MFC r306670: Sync libarchive with vendor including security fixes. Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761:

svn commit: r307140 - head/sys/sys

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 11:12:31 2016 New Revision: 307140 URL: https://svnweb.freebsd.org/changeset/base/307140 Log: bump __FreeBSD_version for libzfs_core.h Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r307134 - stable/10/sys/dev/hyperv/storvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 12 09:13:16 2016 New Revision: 307134 URL: https://svnweb.freebsd.org/changeset/base/307134 Log: MFC 303474 hyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED by default. The UNMAPPED I/O greatly improves userland direct disk I/O performance

Re: svn commit: r307082 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/conf sys/i386/conf sys/mips/conf sys/modules/cc sys/modules/khelp sys/netinet sys/netinet/tcp_stacks sys/pc98/conf s

2016-10-12 Thread Slawa Olhovchenkov
On Wed, Oct 12, 2016 at 02:16:42AM +, Jonathan T. Looney wrote: > Author: jtl > Date: Wed Oct 12 02:16:42 2016 > New Revision: 307082 > URL: https://svnweb.freebsd.org/changeset/base/307082 > > Log: > In the TCP stack, the hhook(9) framework provides hooks for kernel modules > to add

svn commit: r307141 - head/sys/sys

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 11:17:10 2016 New Revision: 307141 URL: https://svnweb.freebsd.org/changeset/base/307141 Log: remove a few stray spaces from sys/param.h Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r307143 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 11:48:47 2016 New Revision: 307143 URL: https://svnweb.freebsd.org/changeset/base/307143 Log: MFC r306665: zfs: fix a wrong assertion for extended attributes PR: 213112 Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

svn commit: r307142 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 11:48:14 2016 New Revision: 307142 URL: https://svnweb.freebsd.org/changeset/base/307142 Log: MFC r306665: zfs: fix a wrong assertion for extended attributes PR: 213112 Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

Re: svn commit: r307082 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/conf sys/i386/conf sys/mips/conf sys/modules/cc sys/modules/khelp sys/netinet sys/netinet/tcp_stacks sys/pc98/conf s

2016-10-12 Thread Jonathan Looney
On Wed, Oct 12, 2016 at 5:44 AM, Slawa Olhovchenkov wrote: > Do you perform estimate of performane impact of this overhead? > > Somewhat, but not precisely. It will depend on (at least) a few factors: a. The hardware * How fast is your CPU? Your L1/L2/L3 cache? * How many

svn commit: r307149 - head/release/arm

2016-10-12 Thread Andrew Turner
Author: andrew Date: Wed Oct 12 15:29:22 2016 New Revision: 307149 URL: https://svnweb.freebsd.org/changeset/base/307149 Log: Use the armv6 GENERIC kernel in the release images on hardware this kernel config supports. Approved by: gjb Sponsored by: ABT Systems Ltd Differential

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

2016-10-12 Thread Andriy Gapon
On 12/10/2016 16:45, Konstantin Belousov wrote: > On Wed, Oct 12, 2016 at 04:25:00PM +0300, Andriy Gapon wrote: >> On 04/10/2016 20:01, Konstantin Belousov wrote: >>> Author: kib >>> Date: Tue Oct 4 17:01:24 2016 >>> New Revision: 306680 >>> URL: https://svnweb.freebsd.org/changeset/base/306680

svn commit: r307147 - head/sys/conf

2016-10-12 Thread Ruslan Bukin
Author: br Date: Wed Oct 12 13:51:41 2016 New Revision: 307147 URL: https://svnweb.freebsd.org/changeset/base/307147 Log: Keep in-sync MK_SSP=no option both with kernel and userspace. Pointed out by: emaste Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r307145 - head/sys/dev/kbd

2016-10-12 Thread Ed Maste
Author: emaste Date: Wed Oct 12 12:56:18 2016 New Revision: 307145 URL: https://svnweb.freebsd.org/changeset/base/307145 Log: Use M_WAITOK in PIO_KEYMAP ioctl The malloc return value is not checked. Submitted by: CTurt MFC after:1 week Modified:

Re: svn commit: r306364 - in head: lib/libc/tests share/mk

2016-10-12 Thread Ruslan Bukin
On Wed, Oct 05, 2016 at 08:44:39PM +, Ed Maste wrote: > On 27 September 2016 at 09:44, Ruslan Bukin wrote: > > Author: br > > Date: Tue Sep 27 09:44:30 2016 > > New Revision: 306364 > > URL: https://svnweb.freebsd.org/changeset/base/306364 > > > > Log: > > Mark SSP broken

svn commit: r307144 - in stable/11: share/man/man4 sys/amd64/cloudabi32 sys/amd64/cloudabi64 sys/amd64/conf sys/arm/cloudabi32 sys/arm64/cloudabi64 sys/compat/cloudabi sys/compat/cloudabi32 sys/com...

2016-10-12 Thread Ed Schouten
Author: ed Date: Wed Oct 12 12:17:41 2016 New Revision: 307144 URL: https://svnweb.freebsd.org/changeset/base/307144 Log: MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554, r304555, r304556, r304557, r304558, r304559, r304561, r304563, r304564, r304565,

svn commit: r307146 - head/lib/libc

2016-10-12 Thread Ruslan Bukin
Author: br Date: Wed Oct 12 13:19:21 2016 New Revision: 307146 URL: https://svnweb.freebsd.org/changeset/base/307146 Log: Add different libc ldscript: the one without libssp -- we don't have it when MK_SSP==no. This fixes compilation on MIPS. Reviewed by: imp Sponsored by: DARPA,

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

2016-10-12 Thread Andriy Gapon
On 04/10/2016 20:01, Konstantin Belousov wrote: > Author: kib > Date: Tue Oct 4 17:01:24 2016 > New Revision: 306680 > URL: https://svnweb.freebsd.org/changeset/base/306680 > > Log: > Re-apply r306516 (by cem): > > Reduce the cost of TLB invalidation on x86 by using per-CPU completion

svn commit: r307148 - in head/lib/libc: gen stdlib

2016-10-12 Thread Ed Maste
Author: emaste Date: Wed Oct 12 13:56:14 2016 New Revision: 307148 URL: https://svnweb.freebsd.org/changeset/base/307148 Log: Add comment on use of abort() in libc Suggested by: jonathan (in review D8133) Modified: head/lib/libc/gen/arc4random.c head/lib/libc/stdlib/random.c

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

2016-10-12 Thread Konstantin Belousov
On Wed, Oct 12, 2016 at 04:25:00PM +0300, Andriy Gapon wrote: > On 04/10/2016 20:01, Konstantin Belousov wrote: > > Author: kib > > Date: Tue Oct 4 17:01:24 2016 > > New Revision: 306680 > > URL: https://svnweb.freebsd.org/changeset/base/306680 > > > > Log: > > Re-apply r306516 (by cem): > >

svn commit: r307155 - stable/10/lib/libc/sys

2016-10-12 Thread Jilles Tjoelker
Author: jilles Date: Wed Oct 12 20:19:33 2016 New Revision: 307155 URL: https://svnweb.freebsd.org/changeset/base/307155 Log: MFC r305628: intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)). Modified: stable/10/lib/libc/sys/_exit.2 stable/10/lib/libc/sys/intro.2 Directory

svn commit: r307156 - head/usr.sbin/freebsd-update

2016-10-12 Thread Colin Percival
Author: cperciva Date: Wed Oct 12 20:24:33 2016 New Revision: 307156 URL: https://svnweb.freebsd.org/changeset/base/307156 Log: MFportsnap r264740: Use case insensitive match when parsing host(1) output. Some DNS caches turn "FreeBSD.org" into "freebsd.org", which was causing the printed

Re: svn commit: r307072 - in head/usr.sbin: . efivar

2016-10-12 Thread Ed Maste
On 12 October 2016 at 12:55, Zbigniew Bodek wrote: > Hello Warner, > > Did you try to build world for ARMv6 on HEAD? I'm not able to do so and the > issues seems to be related to this commit (missing efivar.h file). Indeed, my tinderbox build failed for arm.arm, arm.armeb,

svn commit: r307130 - head/sys/dev/smbus

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 06:58:01 2016 New Revision: 307130 URL: https://svnweb.freebsd.org/changeset/base/307130 Log: smbus: allow child devices to be added via hints This will allow to add slave drivers in the same fashion as for iicbus. Also, allow other code to add a child

svn commit: r307131 - head/include

2016-10-12 Thread Andriy Gapon
Author: avg Date: Wed Oct 12 07:08:32 2016 New Revision: 307131 URL: https://svnweb.freebsd.org/changeset/base/307131 Log: install header files required development with libzfs_core libzfs_core provides a rather limited but committed (stable) interface for working with ZFS. We install

Re: svn commit: r307072 - in head/usr.sbin: . efivar

2016-10-12 Thread Zbigniew Bodek
Hello Warner, Did you try to build world for ARMv6 on HEAD? I'm not able to do so and the issues seems to be related to this commit (missing efivar.h file). Kind regards zbb 2016-10-12 0:31 GMT+02:00 Warner Losh : > Author: imp > Date: Tue Oct 11 22:31:45 2016 > New Revision:

svn commit: r307153 - head/sys/netinet

2016-10-12 Thread Jonathan T. Looney
Author: jtl Date: Wed Oct 12 19:06:50 2016 New Revision: 307153 URL: https://svnweb.freebsd.org/changeset/base/307153 Log: The TFO server-side code contains some changes that are not conditioned on the TCP_RFC7413 kernel option. This change removes those few instructions from the packet

Re: svn commit: r307072 - in head/usr.sbin: . efivar

2016-10-12 Thread Cy Schubert
In message , Ed Maste writes: > On 12 October 2016 at 12:55, Zbigniew Bodek wrote: > > Hello Warner, > > > > Did you try to build world for ARMv6 on HEAD? I'm not able to do so and the > > issues seems to be

Re: svn commit: r307072 - in head/usr.sbin: . efivar

2016-10-12 Thread Warner Losh
I'll look into it. It worked just fine for me for all the builds I did on many different machines. Ugg. Warner On Wed, Oct 12, 2016 at 5:41 PM, Cy Schubert wrote: > In message om> > , Ed Maste writes:

svn commit: r307151 - in head/sys: arm/arm arm64/arm64 mips/mips

2016-10-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 12 17:10:59 2016 New Revision: 307151 URL: https://svnweb.freebsd.org/changeset/base/307151 Log: INTRNG: Propagate IRQ activation error to API consumer Keep resource state consistent with INTRNG state - if intr_activate_irq fails - deactivate resource and

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

2016-10-12 Thread Slawa Olhovchenkov
On Wed, Oct 12, 2016 at 06:30:09PM +0300, Andriy Gapon wrote: > On 12/10/2016 16:45, Konstantin Belousov wrote: > > On Wed, Oct 12, 2016 at 04:25:00PM +0300, Andriy Gapon wrote: > >> On 04/10/2016 20:01, Konstantin Belousov wrote: > >>> Author: kib > >>> Date: Tue Oct 4 17:01:24 2016 > >>> New

svn commit: r307150 - head/gnu/usr.bin/groff

2016-10-12 Thread Ed Maste
Author: emaste Date: Wed Oct 12 15:49:20 2016 New Revision: 307150 URL: https://svnweb.freebsd.org/changeset/base/307150 Log: Avoid using 'head' in generating groff doc date It may not be available in certain cross build cases. Note that this is a slight change in functionality, in

svn commit: r307166 - stable/11/sys/netinet

2016-10-12 Thread Jonathan T. Looney
Author: jtl Date: Thu Oct 13 02:32:41 2016 New Revision: 307166 URL: https://svnweb.freebsd.org/changeset/base/307166 Log: MFC r306766: Remove declaration of un-defined function tcp_seq_subtract(). Modified: stable/11/sys/netinet/tcp_var.h Directory Properties: stable/11/ (props

svn commit: r307167 - in stable/10/sys/dev/hyperv: include netvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 02:38:46 2016 New Revision: 307167 URL: https://svnweb.freebsd.org/changeset/base/307167 Log: MFC 304204-304206,304252-304256 304204 hyperv/hn: Factor out hn_nvs_send/hn_nvs_send_sglist Avoid unnecessary message type setting and centralize the

svn commit: r307172 - stable/11/etc/periodic/security

2016-10-12 Thread Kurt Lidl
Author: lidl Date: Thu Oct 13 03:08:32 2016 New Revision: 307172 URL: https://svnweb.freebsd.org/changeset/base/307172 Log: MFC r306696: Make 502.pfdenied find blacklistd/* filter names dynamically This change is needed to make the 520.pfdenied script find the new blacklistd/* anchor

svn commit: r307173 - stable/11/sys/netinet

2016-10-12 Thread Kurt Lidl
Author: lidl Date: Thu Oct 13 03:10:04 2016 New Revision: 307173 URL: https://svnweb.freebsd.org/changeset/base/307173 Log: MFC r306458: Properly preserve ip_tos bits for IPv4 packets Restructure code slightly to save ip_tos bits earlier. Fix the bug where the ip_tos field is zeroed out

Re: svn commit: r307148 - in head/lib/libc: gen stdlib

2016-10-12 Thread Bruce Evans
On Wed, 12 Oct 2016, Ed Maste wrote: Log: Add comment on use of abort() in libc Suggested by: jonathan (in review D8133) It is almost easier to fix the bugs than add the comment. Modified: head/lib/libc/gen/arc4random.c

svn commit: r307165 - stable/10/sys/netinet

2016-10-12 Thread Jonathan T. Looney
Author: jtl Date: Thu Oct 13 02:31:32 2016 New Revision: 307165 URL: https://svnweb.freebsd.org/changeset/base/307165 Log: MFC r306766: Remove declaration of un-defined function tcp_seq_subtract(). Modified: stable/10/sys/netinet/tcp_var.h Directory Properties: stable/10/ (props

svn commit: r307170 - stable/10/sys/dev/hyperv/utilities

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 03:00:56 2016 New Revision: 307170 URL: https://svnweb.freebsd.org/changeset/base/307170 Log: MFC 304331 hyperv/kvp: Remove unnecessary function parameter. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7550

svn commit: r307160 - stable/10/sys/dev/hyperv/utilities

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 01:43:15 2016 New Revision: 307160 URL: https://svnweb.freebsd.org/changeset/base/307160 Log: MFC 303822-303824 303822 hyperv/ic: Remove never used second parameter of hv_negotiate_version() Sponsored by: Microsoft Differential

svn commit: r307161 - stable/10/sys/dev/hyperv/netvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 01:51:49 2016 New Revision: 307161 URL: https://svnweb.freebsd.org/changeset/base/307161 Log: MFC 303867,303901 303867 hyperv/hn: Move gpa array out of netvsc_packet. Prepare to deprecate the netvsc_packet. Sponsored by: Microsoft

svn commit: r307162 - stable/10/sys/cam/scsi

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 01:58:49 2016 New Revision: 307162 URL: https://svnweb.freebsd.org/changeset/base/307162 Log: MFC 303944 cam/da: Add quirk for I-O Data USB Flash Disk PR: 211716 Submitted by: Jun Su Reported by:Jun Su

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

2016-10-12 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 13 02:06:23 2016 New Revision: 307163 URL: https://svnweb.freebsd.org/changeset/base/307163 Log: kern_linker: Handle module-loading failures in preloaded .ko files The runtime kernel loader, linker_load_file, unloads kernel files that failed to load all of their

svn commit: r307164 - in stable/10/sys: conf dev/hyperv/include dev/hyperv/netvsc dev/hyperv/vmbus modules/hyperv/vmbus

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 02:28:40 2016 New Revision: 307164 URL: https://svnweb.freebsd.org/changeset/base/307164 Log: MFC 303945,303947-303949,303989,303992,303998,304001,304002,304109,304111 303945 hyperv/vmbus: Add macro to get channel packet data length. Sponsored

svn commit: r307168 - stable/10/sys/dev/hyperv/utilities

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 02:45:08 2016 New Revision: 307168 URL: https://svnweb.freebsd.org/changeset/base/307168 Log: MFC 304270,304273 304270 hyperv/util: Don't reference hn_softc in KVP hn_softc is private data struct. Sponsored by: Microsoft

svn commit: r307169 - stable/10/sys/dev/hyperv/netvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 02:58:53 2016 New Revision: 307169 URL: https://svnweb.freebsd.org/changeset/base/307169 Log: MFC 304327,304329,304330 304327 hyperv/hn: Pass RX packet info to netvsc_recv. This paves to nuke netvsc_packet, which does not serves much

svn commit: r307171 - stable/11/contrib/blacklist/libexec

2016-10-12 Thread Kurt Lidl
Author: lidl Date: Thu Oct 13 03:06:23 2016 New Revision: 307171 URL: https://svnweb.freebsd.org/changeset/base/307171 Log: MFC r306695: Make blacklist-helper commands emit a message when successful The blacklistd daemon expects to see a message on stdout, instead of just relying on the

svn commit: r307175 - in stable/10/sys: dev/usb/net net

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 03:23:43 2016 New Revision: 307175 URL: https://svnweb.freebsd.org/changeset/base/307175 Log: MFC 304654,304722,304723 304654 net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.h So that Hyper-V can leverage them instead

svn commit: r307176 - stable/10/sys/dev/hyperv/netvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 04:24:34 2016 New Revision: 307176 URL: https://svnweb.freebsd.org/changeset/base/307176 Log: MFC 304724,304728 304724 hyperv/hn: Remove the redundant rid setting for RNDIS HALT. Sponsored by: Microsoft Differential Revision:

svn commit: r307174 - stable/10/sys/dev/hyperv/netvsc

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 03:16:15 2016 New Revision: 307174 URL: https://svnweb.freebsd.org/changeset/base/307174 Log: MFC 304441,30,304446,304447,304591,304593-304595 304441 hyperv/hn: Move NVS version to softc Sponsored by: Microsoft Differential

Re: svn commit: r307070 - in head/sys: amd64/amd64 conf dev/efidev i386/include modules/efirt sys

2016-10-12 Thread Warner Losh
Yea, I'd made most of those changes in git and lost them :( Warner On Wed, Oct 12, 2016 at 5:49 AM, Konstantin Belousov wrote: > On Tue, Oct 11, 2016 at 10:24:30PM +, Warner Losh wrote: > >> Added: head/sys/dev/efidev/efidev.c >>

svn commit: r307177 - stable/10/sys/dev/hyperv/utilities

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 04:32:55 2016 New Revision: 307177 URL: https://svnweb.freebsd.org/changeset/base/307177 Log: MFC 304730 hyperv/ic: Redefine IC version negotiate message. And stringent input IC version negotiate message checks. Sponsored by: Microsoft

svn commit: r307178 - in stable/10/sys: dev/hyperv/netvsc net

2016-10-12 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 13 05:20:31 2016 New Revision: 307178 URL: https://svnweb.freebsd.org/changeset/base/307178 Log: MFC 304783-304785 304783 hyperv/hn: Use definition in net/rndis.h for message type and status code. Sponsored by: Microsoft Differential