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

2016-10-19 Thread Rick Macklem
Author: rmacklem Date: Thu Oct 20 02:03:19 2016 New Revision: 307664 URL: https://svnweb.freebsd.org/changeset/base/307664 Log: MFC: r306559 r297225 broke udp_output() for the case where the "addr" argument is NULL and the function jumps to the "release:" label. For this case, the "inp" wa

svn commit: r307663 - head/sys/kern

2016-10-19 Thread Kevin Lo
Author: kevlo Date: Thu Oct 20 01:21:10 2016 New Revision: 307663 URL: https://svnweb.freebsd.org/changeset/base/307663 Log: Remove register keyword. Reviewed by: kib Modified: head/sys/kern/init_main.c Modified: head/sys/kern/init_main.c ===

svn commit: r307662 - head/sys/kern

2016-10-19 Thread Kevin Lo
Author: kevlo Date: Thu Oct 20 01:19:37 2016 New Revision: 307662 URL: https://svnweb.freebsd.org/changeset/base/307662 Log: Remove a sentence about putting initialization in init_proc.c or kern_proc.c and useless comment. Reviewed by: kib Modified: head/sys/kern/init_main.c Modified

Re: svn commit: r307326 - head/sys/boot/efi/loader

2016-10-19 Thread Slawa Olhovchenkov
On Wed, Oct 19, 2016 at 04:33:39PM -0600, Warner Losh wrote: > On Wed, Oct 19, 2016 at 11:34 AM, John Baldwin wrote: > > On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote: > >> One of my systems would export these as sysctls: > >> > >> smbios.bios.reldate="07/05/2013" > >> smbios.bios.

Re: svn commit: r272211 - head/sys/net

2016-10-19 Thread Alan Somers
On Sat, Sep 27, 2014 at 7:57 AM, Alexander V. Chernikov wrote: > Author: melifaro > Date: Sat Sep 27 13:57:48 2014 > New Revision: 272211 > URL: http://svnweb.freebsd.org/changeset/base/272211 > > Log: > Use underlying ports counters to get lagg statistics instead of > per-packet accounting. >

Re: svn commit: r307659 - head/gnu/usr.bin

2016-10-19 Thread Ed Maste
On 19 October 2016 at 21:43, Matteo Riondato wrote: > > This seems to have broken buildworld with WITHOUT_GPL_DTC=y in src.conf . What error do you get? ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To u

Re: svn commit: r307469 - head/etc

2016-10-19 Thread Warner Losh
What missing quotes? It seemed to work find on the system I brought up... I didn't do the case statement because it would be three extra big useless syntactical boogers in the code :) I do like the idea of using checkyesno. Warner On Wed, Oct 19, 2016 at 2:26 PM, Jilles Tjoelker wrote: > On Mo

Re: svn commit: r307326 - head/sys/boot/efi/loader

2016-10-19 Thread Warner Losh
On Wed, Oct 19, 2016 at 11:34 AM, John Baldwin wrote: > On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote: >> One of my systems would export these as sysctls: >> >> smbios.bios.reldate="07/05/2013" >> smbios.bios.vendor="American Megatrends Inc." >> smbios.bios.version="3.00" >> smbios.

Re: svn commit: r307650 - head/sys/kern

2016-10-19 Thread Gleb Smirnoff
On Wed, Oct 19, 2016 at 06:29:52PM +, Mateusz Guzik wrote: M> Author: mjg M> Date: Wed Oct 19 18:29:52 2016 M> New Revision: 307650 M> URL: https://svnweb.freebsd.org/changeset/base/307650 M> M> Log: M> cache: split negative entry LRU into multiple lists M> M> This splits the ncneg_mtx

svn commit: r307660 - head/usr.bin/jot

2016-10-19 Thread Conrad E. Meyer
Author: cem Date: Wed Oct 19 21:50:57 2016 New Revision: 307660 URL: https://svnweb.freebsd.org/changeset/base/307660 Log: Capsicum support for jot(1) Limit descriptors and enter capability mode in jot(1). Submitted by: brueffer (earlier version) Reviewed by: emaste, jonathan (earli

Re: svn commit: r307659 - head/gnu/usr.bin

2016-10-19 Thread Matteo Riondato
> On Oct 19, 2016, at 5:25 PM, Ed Maste wrote: > > Author: emaste > Date: Wed Oct 19 21:25:59 2016 > New Revision: 307659 > URL: https://svnweb.freebsd.org/changeset/base/307659 > > Log: > Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style This seems to have broken buildworld

svn commit: r307659 - head/gnu/usr.bin

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 21:25:59 2016 New Revision: 307659 URL: https://svnweb.freebsd.org/changeset/base/307659 Log: Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style Modified: head/gnu/usr.bin/Makefile Modified: head/gnu/usr.bin/Makefile ==

svn commit: r307658 - head/sbin/md5

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 21:07:17 2016 New Revision: 307658 URL: https://svnweb.freebsd.org/changeset/base/307658 Log: md5: enter capability on last fd or when acting as a filter Reviewed by: allanjude, cem MFC after:2 months Sponsored by: The FreeBSD Foundation Differenti

svn commit: r307657 - head/sys/kern

2016-10-19 Thread Sean Bruno
Author: sbruno Date: Wed Oct 19 21:01:24 2016 New Revision: 307657 URL: https://svnweb.freebsd.org/changeset/base/307657 Log: Resolve whitespace diff to NextBSD. Check to see that the taskqueue thread count requires us to acutally iterate over the thread count to bind to cpus. Submit

svn commit: r307656 - head/gnu/lib

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 20:56:21 2016 New Revision: 307656 URL: https://svnweb.freebsd.org/changeset/base/307656 Log: Put each SUBDIR on a separate line for ease of maintenance Additional patches to this file are in progress, and having each SUBDIR entry on a separate line makes i

Re: svn commit: r307394 - in head: share/man/man4 sys/conf sys/dev/netmap sys/modules/netmap sys/net tools/tools/netmap

2016-10-19 Thread Shawn Webb
On Wed, Oct 19, 2016 at 12:23:24PM -0400, Shawn Webb wrote: > On Sun, Oct 16, 2016 at 02:13:32PM +, Luigi Rizzo wrote: > > Author: luigi > > Date: Sun Oct 16 14:13:32 2016 > > New Revision: 307394 > > URL: https://svnweb.freebsd.org/changeset/base/307394 > > > > Log: > > Import the current v

Re: svn commit: r307469 - head/etc

2016-10-19 Thread Jilles Tjoelker
On Mon, Oct 17, 2016 at 04:07:13AM +, Warner Losh wrote: > Author: imp > Date: Mon Oct 17 04:07:13 2016 > New Revision: 307469 > URL: https://svnweb.freebsd.org/changeset/base/307469 > Log: > Allow root_rw_mount to be both lower and upper case. Before, if it was > upper case, you'd wind up

svn commit: r307655 - head/share/mk

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 19:57:36 2016 New Revision: 307655 URL: https://svnweb.freebsd.org/changeset/base/307655 Log: Force MK_GDB to no if MK_BINUTILS == no This is currently encoded in conditional blocks in gnu/lib/Makefile and gnu/usr.bin/Makefile. Set it via src.opts.mk to mak

svn commit: r307654 - head/sys/vm

2016-10-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 19 19:50:09 2016 New Revision: 307654 URL: https://svnweb.freebsd.org/changeset/base/307654 Log: Fix incorrect assertion that could miss overflows. Reviewed by: kib Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c ===

svn commit: r307653 - in head/sys: kern x86/x86

2016-10-19 Thread Mateusz Guzik
Author: mjg Date: Wed Oct 19 19:42:01 2016 New Revision: 307653 URL: https://svnweb.freebsd.org/changeset/base/307653 Log: Mark a bunch of mpsafe sysctls as such. This gives me a sysctl Giant-free buildworld. Modified: head/sys/kern/kern_exec.c head/sys/kern/kern_mib.c head/sys/x86/x

svn commit: r307652 - head/gnu/lib

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 19:32:06 2016 New Revision: 307652 URL: https://svnweb.freebsd.org/changeset/base/307652 Log: Switch gnu/lib/Makefile to SUBDIR.${MK_*} optional subdir style Compound conditions are left unchanged Modified: head/gnu/lib/Makefile Modified: head/gnu/lib/Mak

svn commit: r307651 - head/sys/dev/sound/usb

2016-10-19 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 19 18:45:06 2016 New Revision: 307651 URL: https://svnweb.freebsd.org/changeset/base/307651 Log: Add support for adjusting the hardware buffering delay for USB audio. Requested by: Goran Mekic MFC after:1 week Modified: head/sys/dev/sound/usb/uaudio.

svn commit: r307650 - head/sys/kern

2016-10-19 Thread Mateusz Guzik
Author: mjg Date: Wed Oct 19 18:29:52 2016 New Revision: 307650 URL: https://svnweb.freebsd.org/changeset/base/307650 Log: cache: split negative entry LRU into multiple lists This splits the ncneg_mtx lock while preserving the hit ratio at least during buildworld. Create N dedicated

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

2016-10-19 Thread Konstantin Belousov
Author: kib Date: Wed Oct 19 18:15:44 2016 New Revision: 307649 URL: https://svnweb.freebsd.org/changeset/base/307649 Log: Partial workaround for Intel PCI adapters reading past the end of the host-programmed DMA regions. This change seemingly fixes the descriptor fetches, but the packet me

Re: svn commit: r307326 - head/sys/boot/efi/loader

2016-10-19 Thread John Baldwin
On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote: > One of my systems would export these as sysctls: > > smbios.bios.reldate="07/05/2013" > smbios.bios.vendor="American Megatrends Inc." > smbios.bios.version="3.00" > smbios.chassis.maker="Supermicro" > smbios.chassis.serial="0123456789

Re: svn commit: r307648 - head

2016-10-19 Thread Ngie Cooper
> On Oct 19, 2016, at 10:42, Ed Maste wrote: > > Author: emaste > Date: Wed Oct 19 17:42:45 2016 > New Revision: 307648 > URL: https://svnweb.freebsd.org/changeset/base/307648 > > Log: > Fix MK_SHAREDOCS test from r306864 > > Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.

svn commit: r307648 - head

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 17:42:45 2016 New Revision: 307648 URL: https://svnweb.freebsd.org/changeset/base/307648 Log: Fix MK_SHAREDOCS test from r306864 Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r307647 - stable/11/usr.sbin/rtsold

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:32:38 2016 New Revision: 307647 URL: https://svnweb.freebsd.org/changeset/base/307647 Log: MFC r306571: rtsold: Log messages about unexpected RAs at LOG_DEBUG. Modified: stable/11/usr.sbin/rtsold/rtsol.c Directory Properties: stable/11/ (props changed)

svn commit: r307646 - stable/10/usr.sbin/rtsold

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:31:59 2016 New Revision: 307646 URL: https://svnweb.freebsd.org/changeset/base/307646 Log: MFC r306571: rtsold: Log messages about unexpected RAs at LOG_DEBUG. Modified: stable/10/usr.sbin/rtsold/rtsol.c Directory Properties: stable/10/ (props changed)

svn commit: r307645 - stable/11/sys/geom/mirror

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:24:36 2016 New Revision: 307645 URL: https://svnweb.freebsd.org/changeset/base/307645 Log: MFC r306742: gmirror: Use bool instead of boolean_t. Modified: stable/11/sys/geom/mirror/g_mirror.c Directory Properties: stable/11/ (props changed) Modified: st

svn commit: r307644 - stable/11/sys/netinet6

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:23:50 2016 New Revision: 307644 URL: https://svnweb.freebsd.org/changeset/base/307644 Log: MFC r306792-r306795, r306826, r306828: Miscellaneous ND6 code cleanups. Modified: stable/11/sys/netinet6/nd6.c stable/11/sys/netinet6/nd6_rtr.c Directory Properties

svn commit: r307643 - stable/11/usr.sbin/pmcstat

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:21:39 2016 New Revision: 307643 URL: https://svnweb.freebsd.org/changeset/base/307643 Log: MFC r307384: Remove an unused field from struct pmcstat_image. Modified: stable/11/usr.sbin/pmcstat/pmcstat_log.h Directory Properties: stable/11/ (props changed)

svn commit: r307642 - stable/11/libexec/ypxfr

2016-10-19 Thread Mark Johnston
Author: markj Date: Wed Oct 19 17:18:48 2016 New Revision: 307642 URL: https://svnweb.freebsd.org/changeset/base/307642 Log: MFC r307398: Reference the libc symbols ypresp_{allfn,data} instead of local symbols. PR: 213506 Modified: stable/11/libexec/ypxfr/ypxfr_getmap.c Directory Pro

svn commit: r307641 - stable/10/lib/libc/db/btree

2016-10-19 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 19 16:40:38 2016 New Revision: 307641 URL: https://svnweb.freebsd.org/changeset/base/307641 Log: MFC r306332: btree(3): don't shortcut closing if the metadata is dirty. Obtained from:NetBSD (from krb5 tree) Modified: stable/10/lib/libc/db/btree/bt_clos

svn commit: r307640 - stable/11/lib/libc/db/btree

2016-10-19 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 19 16:33:43 2016 New Revision: 307640 URL: https://svnweb.freebsd.org/changeset/base/307640 Log: MFC r306332: btree(3): don't shortcut closing if the metadata is dirty. Obtained from:NetBSD (from krb5 tree) Modified: stable/11/lib/libc/db/btree/bt_clos

Re: svn commit: r307394 - in head: share/man/man4 sys/conf sys/dev/netmap sys/modules/netmap sys/net tools/tools/netmap

2016-10-19 Thread Shawn Webb
On Sun, Oct 16, 2016 at 02:13:32PM +, Luigi Rizzo wrote: > Author: luigi > Date: Sun Oct 16 14:13:32 2016 > New Revision: 307394 > URL: https://svnweb.freebsd.org/changeset/base/307394 > > Log: > Import the current version of netmap, aligned with the one on github. > > This commit, long

svn commit: r307639 - head

2016-10-19 Thread Warner Losh
Author: imp Date: Wed Oct 19 15:13:08 2016 New Revision: 307639 URL: https://svnweb.freebsd.org/changeset/base/307639 Log: After deeper software archaeology, reports that 10.3R was affected turned out to be mistaken. Adjust the entry and fix a few typos. Modified: head/UPDATING Modified: h

svn commit: r307638 - head/usr.bin/printenv

2016-10-19 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Wed Oct 19 14:51:25 2016 New Revision: 307638 URL: https://svnweb.freebsd.org/changeset/base/307638 Log: Chase a cornercase in printenv and sync its behaviour with builtin's The cornercase is when printenv is passed a parameter in the form VAR=val, whe

svn commit: r307637 - head/sys/arm/nvidia/tegra124

2016-10-19 Thread Michal Meloun
Author: mmel Date: Wed Oct 19 14:28:51 2016 New Revision: 307637 URL: https://svnweb.freebsd.org/changeset/base/307637 Log: TEGRA: Raise minimum voltage for CPU, original 0.9 V was too optimistic. While I'm in, remove duplicated line from CPU frequency table. MFC after: 2 weeks Modified:

svn commit: r307636 - head

2016-10-19 Thread Warner Losh
Author: imp Date: Wed Oct 19 13:45:51 2016 New Revision: 307636 URL: https://svnweb.freebsd.org/changeset/base/307636 Log: Document the unique requirements for upgrading more prominently. Unlike in the past (dating back to the 4.x branch point), you cannot upgrade from any point on the past

svn commit: r307635 - stable/10/sys/dev/kbd

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 13:42:40 2016 New Revision: 307635 URL: https://svnweb.freebsd.org/changeset/base/307635 Log: MFC r307145: Use M_WAITOK in PIO_KEYMAP ioctl The malloc return value is not checked. Modified: stable/10/sys/dev/kbd/kbd.c Directory Properties: stable/10

svn commit: r307634 - stable/11/sys/dev/kbd

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 13:37:43 2016 New Revision: 307634 URL: https://svnweb.freebsd.org/changeset/base/307634 Log: MFC r307145: Use M_WAITOK in PIO_KEYMAP ioctl The malloc return value is not checked. Modified: stable/11/sys/dev/kbd/kbd.c Directory Properties: stable/11/ (

svn commit: r307633 - stable/11/sys/mips/conf

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 13:36:52 2016 New Revision: 307633 URL: https://svnweb.freebsd.org/changeset/base/307633 Log: MFC r307152: 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 include

svn commit: r307632 - in stable/11: lib/libstand sys/boot/common sys/boot/efi/loader sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/pc98/loader

2016-10-19 Thread Baptiste Daroussin
Author: bapt Date: Wed Oct 19 13:26:07 2016 New Revision: 307632 URL: https://svnweb.freebsd.org/changeset/base/307632 Log: MFC: 304677, 304680, 305125, 305770, 305769 r304677: Add tftpfs support for the EFI loader Allow netbooting on efi without having to setup any NFS server by reb

svn commit: r307631 - stable/11/gnu/usr.bin/groff

2016-10-19 Thread Ed Maste
Author: emaste Date: Wed Oct 19 13:19:45 2016 New Revision: 307631 URL: https://svnweb.freebsd.org/changeset/base/307631 Log: MFC r306740, r307150: groff: use changelog date in man pages r306740: groff: use changelog date rather than file modification date in man pages The source

svn commit: r307629 - head/bin/pkill/tests

2016-10-19 Thread Ruslan Bukin
Author: br Date: Wed Oct 19 12:23:02 2016 New Revision: 307629 URL: https://svnweb.freebsd.org/changeset/base/307629 Log: Increase timeouts so tests have more chances to succeed on MIPS64EB in QEMU. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified: head/bin/pkill/tests/pgrep-j_

svn commit: r307628 - head/sys/netpfil/ipfw

2016-10-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Oct 19 11:51:17 2016 New Revision: 307628 URL: https://svnweb.freebsd.org/changeset/base/307628 Log: Fix `ipfw table lookup` handler to return entry value, but not its index. Submitted by: loos MFC after:1 week Modified: head/sys/netpfil/ipfw/ip_fw_table.c Mod

svn commit: r307626 - head/sys/ufs/ffs

2016-10-19 Thread Konstantin Belousov
Author: kib Date: Wed Oct 19 11:09:29 2016 New Revision: 307626 URL: https://svnweb.freebsd.org/changeset/base/307626 Log: Add FFS pager, which uses buffer cache read operation to validate pages. See the comments for more detailed description of the algorithm. The pager is used unconditio

svn commit: r307625 - head/tests/sys/geom/class/uzip

2016-10-19 Thread Ruslan Bukin
Author: br Date: Wed Oct 19 10:01:04 2016 New Revision: 307625 URL: https://svnweb.freebsd.org/changeset/base/307625 Log: Add big-endian uzip file system and choose right file system to proceed tests with. Reviewed by: jmmv, ngie Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differ

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

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 09:12:14 2016 New Revision: 307624 URL: https://svnweb.freebsd.org/changeset/base/307624 Log: hyperv/vmbus: Expose channel management taskqueue for driver to use. MFC after:3 days Sponsored by: Microsoft Modified: head/sys/dev/hyperv/include/vmbus.h

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

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 08:45:19 2016 New Revision: 307623 URL: https://svnweb.freebsd.org/changeset/base/307623 Log: MFC 307261 hyperv/stor: Fix off-by-one bug; this brings back TRIM support. Submitted by: Hongjiang Zhang Reported by:Lili Deng Sponso

svn commit: r307622 - stable/10/sys/net

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 08:43:20 2016 New Revision: 307622 URL: https://svnweb.freebsd.org/changeset/base/307622 Log: MFC 307078 ifnet: Use if_link_state snapshot to invoke ifnet_link_event So that everyone in this task have consistent view of link state. Review

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

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 08:40:24 2016 New Revision: 307621 URL: https://svnweb.freebsd.org/changeset/base/307621 Log: MFC 307012,307013,307262 307012 hyperv/vmbus: Allow driver to inject synchronous task into channel taskq. Sponsored by: Microsoft Differential

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

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 08:32:24 2016 New Revision: 307620 URL: https://svnweb.freebsd.org/changeset/base/307620 Log: MFC 306936-306939 306936 hyperv/hn: Fix checksum offload settings The _correct_ way to identify the supported checksum offloading and TSO paramet

svn commit: r307619 - stable/11/usr.bin/ul

2016-10-19 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Wed Oct 19 08:23:54 2016 New Revision: 307619 URL: https://svnweb.freebsd.org/changeset/base/307619 Log: MFC r302558: Do not truncate lines longer than 512 chars. PR: 210344 MFC after:1 week Differential Revision:https://re

Re: svn commit: r307326 - head/sys/boot/efi/loader

2016-10-19 Thread Warner Losh
On Wed, Oct 19, 2016 at 12:20 AM, John Baldwin wrote: > On Tuesday, October 18, 2016 11:44:52 PM Warner Losh wrote: >> On Mon, Oct 17, 2016 at 11:40 AM, John Baldwin wrote: >> > On Friday, October 14, 2016 12:25:54 PM Warner Losh wrote: >> >> On Oct 14, 2016 11:55 AM, "Doug Ambrisko" wrote: >> >

svn commit: r307618 - stable/11/sys/dev/hyperv/vmbus

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:46:20 2016 New Revision: 307618 URL: https://svnweb.freebsd.org/changeset/base/307618 Log: MFC 307263 hyperv/vmbus: Add __FBSDID Sponsored by: Microsoft Modified: stable/11/sys/dev/hyperv/vmbus/vmbus_br.c Directory Properties: stable/11/

svn commit: r307617 - stable/11/sys/dev/hyperv/storvsc

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:43:39 2016 New Revision: 307617 URL: https://svnweb.freebsd.org/changeset/base/307617 Log: MFC 307261 hyperv/stor: Fix off-by-one bug; this brings back TRIM support. Submitted by: Hongjiang Zhang Reported by:Lili Deng Sponso

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

2016-10-19 Thread Warner Losh
Author: imp Date: Wed Oct 19 07:40:51 2016 New Revision: 307616 URL: https://svnweb.freebsd.org/changeset/base/307616 Log: RPI3 is retired in preference to GENERIC-UP. Use that instead. Modified: head/tools/tools/nanobsd/embedded/rpi3.cfg Modified: head/tools/tools/nanobsd/embedded/rpi3.cfg

svn commit: r307615 - stable/11/sys/net

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:33:43 2016 New Revision: 307615 URL: https://svnweb.freebsd.org/changeset/base/307615 Log: MFC 307078 ifnet: Use if_link_state snapshot to invoke ifnet_link_event So that everyone in this task have consistent view of link state. Review

svn commit: r307614 - in stable/11/sys/dev/hyperv: include netvsc vmbus

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:27:45 2016 New Revision: 307614 URL: https://svnweb.freebsd.org/changeset/base/307614 Log: MFC 307012,307013,307262 307012 hyperv/vmbus: Allow driver to inject synchronous task into channel taskq. Sponsored by: Microsoft Differential

svn commit: r307613 - in stable/11/sys: dev/hyperv/netvsc net

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:24:32 2016 New Revision: 307613 URL: https://svnweb.freebsd.org/changeset/base/307613 Log: MFC 306936-306939 306936 hyperv/hn: Fix checksum offload settings The _correct_ way to identify the supported checksum offloading and TSO paramet

svn commit: r307612 - in stable/11/sys: dev/hyperv/netvsc modules/hyperv/vmbus net

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:16:26 2016 New Revision: 307612 URL: https://svnweb.freebsd.org/changeset/base/307612 Log: MFC 306484,306485 306484 hyperv/vmbus: Add missing vmbus_if.c to module build. Sponsored by: Microsoft Differential Revision: https://reviews.

svn commit: r307611 - stable/11/sys/dev/hyperv/netvsc

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:08:28 2016 New Revision: 307611 URL: https://svnweb.freebsd.org/changeset/base/307611 Log: MFC 306482,306483 306482 hyperv/hn: If synthetic parts are detached, don't touch them. Sponsored by: Microsoft Differential Revision: https://

svn commit: r307610 - stable/11/sys/x86/x86

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 07:03:54 2016 New Revision: 307610 URL: https://svnweb.freebsd.org/changeset/base/307610 Log: MFC 306481 x86/ioapic: Fix destination cpu for Hyper-V On Hyper-V: - Stick to the first cpu for all I/O APIC pins. - And don't allow destinat

svn commit: r307609 - stable/11/sys/dev/hyperv/netvsc

2016-10-19 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 06:59:45 2016 New Revision: 307609 URL: https://svnweb.freebsd.org/changeset/base/307609 Log: MFC 306433 hyperv/hn: Don't set HASHVAL pktinfo for NDIS < 6.30 This unbreaks packet sending on WS2008R2. Sponsored by: Microsoft Differ