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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:02:17 2016 New Revision: 307482 URL: https://svnweb.freebsd.org/changeset/base/307482 Log: MFC 304724,304728 304724 hyperv/hn: Remove the redundant rid setting for RNDIS HALT. Sponsored by: Microsoft Differential Revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:38:21 2016 New Revision: 307494 URL: https://svnweb.freebsd.org/changeset/base/307494 Log: MFC 305173,305174 305173 net/rndis: Add comment for rndis_set_parameter Sponsored by: Microsoft Differential Revision:

svn commit: r307499 - head/sys/vm

2016-10-17 Thread Konstantin Belousov
Author: kib Date: Mon Oct 17 08:14:23 2016 New Revision: 307499 URL: https://svnweb.freebsd.org/changeset/base/307499 Log: Export vm_page_xunbusy_maybelocked(). Reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after:1 week X-Differential revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:44:59 2016 New Revision: 307512 URL: https://svnweb.freebsd.org/changeset/base/307512 Log: MFC 305794 hyperv/hn: Use sx for the main lock. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7870 Modified:

Re: svn commit: r307507 - head/sys/cam/scsi

2016-10-17 Thread Steven Hartland
IIRC the timeout for this was intentionally lower than the default, might be worth just checking. On 17/10/2016 09:35, Alexander Motin wrote: Author: mav Date: Mon Oct 17 08:35:56 2016 New Revision: 307507 URL: https://svnweb.freebsd.org/changeset/base/307507 Log: Consider device as clean

svn commit: r307481 - in stable/11/sys: dev/usb/net net

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:56:58 2016 New Revision: 307481 URL: https://svnweb.freebsd.org/changeset/base/307481 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: r307493 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:35:31 2016 New Revision: 307493 URL: https://svnweb.freebsd.org/changeset/base/307493 Log: MFC 305111 hyperv/timesync: Rework time adjustment policy - By default, adjust time upon SYNC request. It can be disabled through

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:10:24 2016 New Revision: 307498 URL: https://svnweb.freebsd.org/changeset/base/307498 Log: MFC 305405,305407,305408,305410,305411,305453 305405 hyperv/vmbus: Stringent header length and total length check. While I'm here, minor style

Re: svn commit: r307507 - head/sys/cam/scsi

2016-10-17 Thread Steven Hartland
On 17/10/2016 09:51, Alexander Motin wrote: On 17.10.2016 11:45, Steven Hartland wrote: IIRC the timeout for this was intentionally lower than the default, might be worth just checking. I did traced back the commit history, and it was hardcoded to that value since the beginning 18 years ago.

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:10:58 2016 New Revision: 307484 URL: https://svnweb.freebsd.org/changeset/base/307484 Log: MFC 304783-304785 304783 hyperv/hn: Use definition in net/rndis.h for message type and status code. Sponsored by: Microsoft Differential

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:29:10 2016 New Revision: 307491 URL: https://svnweb.freebsd.org/changeset/base/307491 Log: MFC 305049,305050 305049 hyperv/hn: Factor out func to exec RNDIS transaction w/o checking result It will be used by RNDIS HALT and RESET.

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:03:15 2016 New Revision: 307496 URL: https://svnweb.freebsd.org/changeset/base/307496 Log: MFC 305277,305278 305277 net/rndis: Add comment for rndis_comp_hdr Reviewed by:hps Sponsored by: Microsoft Differential Revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:29:16 2016 New Revision: 307506 URL: https://svnweb.freebsd.org/changeset/base/307506 Log: MFC 305722 x86: Use sx lock for interrupt sources. - Certain pic_assign_cpu, e.g. msi_assign_cpu can have quite a long call chain. For

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:37:19 2016 New Revision: 307508 URL: https://svnweb.freebsd.org/changeset/base/307508 Log: MFC 305724,305725,305727-305730,305760,305761,305763,305788 305724 hyperv/hn: Rename RXBUF connect/disconnect functions. Minor cleanup and wording in

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 09:31:49 2016 New Revision: 307516 URL: https://svnweb.freebsd.org/changeset/base/307516 Log: MFC 305925,305926,305960 305925 hyperv/hn: Don't mess up RSS key and indirect table after attachment. Sponsored by: Microsoft Differential

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:20:01 2016 New Revision: 307487 URL: https://svnweb.freebsd.org/changeset/base/307487 Log: MFC 304832-304834,304972 304832 hyperv/hn: Use vmbus xact for RNDIS query. And switch MAC address query to use new RNDIS query function.

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:32:49 2016 New Revision: 307492 URL: https://svnweb.freebsd.org/changeset/base/307492 Log: MFC 305052-305054,305110 305052 hyperv/hn: Remove the useless rndis_device and related bits Sponsored by: Microsoft Differential Revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:16:26 2016 New Revision: 307500 URL: https://svnweb.freebsd.org/changeset/base/307500 Log: MFC 305454,305455,305521,305524-305526 305454 hyperv/hn: Fix VLAN tag setup for outgoing VLAN packets. Sponsored by: Microsoft Differential

svn commit: r307501 - head/sys/vm

2016-10-17 Thread Konstantin Belousov
Author: kib Date: Mon Oct 17 08:17:06 2016 New Revision: 307501 URL: https://svnweb.freebsd.org/changeset/base/307501 Log: If vm_fault_hold(9) finds that fs.m is wired, do not free it after a pager error, leave the page to the wire owner. E.g. the page might be a part of the invalidated

svn commit: r307505 - in stable/11: lib/libstand sys/boot/i386/pxeldr

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:27:18 2016 New Revision: 307505 URL: https://svnweb.freebsd.org/changeset/base/307505 Log: MFC 305588 pxeboot: Add nfs.read_size tunable. Increase this tunable improves kernel loading speed. Submitted by: Jun Su Reviewed by:

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

2016-10-17 Thread Alexander Motin
Author: mav Date: Mon Oct 17 09:16:44 2016 New Revision: 307515 URL: https://svnweb.freebsd.org/changeset/base/307515 Log: Revert timeout part of r307507. I misread 5 minutes as 5 seconds. Timeout of 5 minutes may have sense. MFC after:2 weeks Modified:

svn commit: r307486 - in stable/11/sys/dev/hyperv: include storvsc vmbus

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:16:04 2016 New Revision: 307486 URL: https://svnweb.freebsd.org/changeset/base/307486 Log: MFC 304790,304791 304790 hyperv/vmbus: Add function to calculate max # of elements in a bufring. Sponsored by: Microsoft 304791

svn commit: r307497 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:06:19 2016 New Revision: 307497 URL: https://svnweb.freebsd.org/changeset/base/307497 Log: MFC 305279-305281 305279 hyperv/ic: Minor style fix. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7743

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:25:47 2016 New Revision: 307504 URL: https://svnweb.freebsd.org/changeset/base/307504 Log: MFC 305586,305587 305586 hyperv/hn: Function renaming. While I'm here, remove obvious comment. Sponsored by: Microsoft Differential

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:53:12 2016 New Revision: 307514 URL: https://svnweb.freebsd.org/changeset/base/307514 Log: MFC 305801,305923,305924 305801 hyperv/hn: Fix some ifnet settings - ifnet.if_mtu does not require explicit setting. - ifnet.if_hdrlen must be

Re: svn commit: r307507 - head/sys/cam/scsi

2016-10-17 Thread Alexander Motin
On 17.10.2016 11:45, Steven Hartland wrote: > IIRC the timeout for this was intentionally lower than the default, > might be worth just checking. I did traced back the commit history, and it was hardcoded to that value since the beginning 18 years ago. Theoretically SYNCHRONIZE CACHE may require

svn commit: r307483 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:06:14 2016 New Revision: 307483 URL: https://svnweb.freebsd.org/changeset/base/307483 Log: MFC 304730 hyperv/ic: Redefine IC version negotiate message. And stringent input IC version negotiate message checks. Sponsored by: Microsoft

svn commit: r307485 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:13:48 2016 New Revision: 307485 URL: https://svnweb.freebsd.org/changeset/base/307485 Log: MFC 304786,304788 304786 hyperv/ic: Cleanup heartbeat channel callback. Sponsored by: Microsoft Differential Revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:27:16 2016 New Revision: 307490 URL: https://svnweb.freebsd.org/changeset/base/307490 Log: MFC 304973,304975,304976,304979,305044-305048 304973 hyperv/hn: Switch to new RNDIS query for link status extraction. Sponsored by: Microsoft

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

2016-10-17 Thread Alexander Motin
Author: mav Date: Mon Oct 17 08:35:56 2016 New Revision: 307507 URL: https://svnweb.freebsd.org/changeset/base/307507 Log: Consider device as clean even if SYNCHRONIZE CACHE failed. If device reservation was preempted by other initiator, our sync request will always fail. Without this

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:42:54 2016 New Revision: 307511 URL: https://svnweb.freebsd.org/changeset/base/307511 Log: MFC 305790-305793 305790 hyperv/hn: Remove unused softc field Sponsored by: Microsoft Differential Revision:

Re: svn commit: r307507 - head/sys/cam/scsi

2016-10-17 Thread Alexander Motin
On 17.10.2016 12:32, Steven Hartland wrote: > On 17/10/2016 09:51, Alexander Motin wrote: >> On 17.10.2016 11:45, Steven Hartland wrote: >>> IIRC the timeout for this was intentionally lower than the default, >>> might be worth just checking. >> I did traced back the commit history, and it was

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 07:46:13 2016 New Revision: 307495 URL: https://svnweb.freebsd.org/changeset/base/307495 Log: MFC 305175,305176,305179,305182,305268,305270,305276 305175 net/rndis: Define per-packet-info for RNDIS packet message Sponsored by: Microsoft

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:20:17 2016 New Revision: 307502 URL: https://svnweb.freebsd.org/changeset/base/307502 Log: MFC 305578-305581 305578 hyperv/hn: Pull vmbus channel open up. While I'm here, pull up the channel callback related code too. Sponsored by:

svn commit: r307503 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:23:30 2016 New Revision: 307503 URL: https://svnweb.freebsd.org/changeset/base/307503 Log: MFC 305585 hyperv/kvp: Fix IPv4/IPv6 address injection support. The GUID string provided by hypervisor has leading and trailing braces, while our

svn commit: r307509 - head/sys/cam/ata

2016-10-17 Thread Alexander Motin
Author: mav Date: Mon Oct 17 08:38:24 2016 New Revision: 307509 URL: https://svnweb.freebsd.org/changeset/base/307509 Log: Replicate r307507 for ATA disks. MFC after:2 weeks Modified: head/sys/cam/ata/ata_da.c Modified: head/sys/cam/ata/ata_da.c

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:39:17 2016 New Revision: 307510 URL: https://svnweb.freebsd.org/changeset/base/307510 Log: MFC 305789 hyperv/vmbus: Make sure that the sub-channel count is valid. Sponsored by: Microsoft Differential Revision:

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 08:48:45 2016 New Revision: 307513 URL: https://svnweb.freebsd.org/changeset/base/307513 Log: MFC 305795,305796 305795 hyperv/hn: Bring in shims from stable/10 This eases future MFCs to stable/10. Sponsored by: Microsoft

svn commit: r307517 - head/usr.sbin/bhyve

2016-10-17 Thread Maxim Konovalov
Author: maxim Date: Mon Oct 17 09:40:18 2016 New Revision: 307517 URL: https://svnweb.freebsd.org/changeset/base/307517 Log: Typo fixed: arbitraty -> arbitrary. PR: 213559 Submitted by: olgeni Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8

svn commit: r307534 - in stable/10: share/man/man3 sys/sys sys/ufs/ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 21:49:54 2016 New Revision: 307534 URL: https://svnweb.freebsd.org/changeset/base/307534 Log: MFC r304230: Add two new macros, SLIST_CONCAT and LIST_CONCAT. MFC r304239: Bug 211013 reports that a write error to a UFS filesystem running with

svn commit: r307536 - stable/10/sbin/fsck_ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 22:34:41 2016 New Revision: 307536 URL: https://svnweb.freebsd.org/changeset/base/307536 Log: MFC 304438: Fsck_ufs was using an int rather than a ufs2_daddr_t to store the alternate superblock location when given in the -b option. Modified:

svn commit: r307538 - in head: lib/libsysdecode usr.bin/kdump usr.bin/truss

2016-10-17 Thread John Baldwin
Author: jhb Date: Mon Oct 17 22:37:07 2016 New Revision: 307538 URL: https://svnweb.freebsd.org/changeset/base/307538 Log: Move mksubr from kdump into libsysdecode. Restructure this script so that it generates a header of tables instead of a source file. The tables are included in a

svn commit: r307537 - head/lib/libc/sys

2016-10-17 Thread John Baldwin
Author: jhb Date: Mon Oct 17 22:36:37 2016 New Revision: 307537 URL: https://svnweb.freebsd.org/changeset/base/307537 Log: Use 'cmd' rather than 'command' to match the function prototype. Modified: head/lib/libc/sys/kldsym.2 Modified: head/lib/libc/sys/kldsym.2

svn commit: r307539 - head/release/doc/en_US.ISO8859-1/hardware

2016-10-17 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Oct 17 22:48:29 2016 New Revision: 307539 URL: https://svnweb.freebsd.org/changeset/base/307539 Log: Fix relnotes build of supported hardware list after r307529 urtwn is merged into rtwn, so there is not a separate hardware list to include anymore.

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

2016-10-17 Thread Stephen J. Kiernan
Author: stevek Date: Mon Oct 17 22:57:41 2016 New Revision: 307540 URL: https://svnweb.freebsd.org/changeset/base/307540 Log: Add sysctl to make amd64 minidump retry count tunable at runtime. PR: 213462 Submitted by: RaviPrakash Darbha Reviewed by:

svn commit: r307541 - head/sys/netinet6

2016-10-17 Thread George V. Neville-Neil
Author: gnn Date: Mon Oct 17 23:25:31 2016 New Revision: 307541 URL: https://svnweb.freebsd.org/changeset/base/307541 Log: Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONS (and IPV6_PKTOPTIONS). PR: 100219 Submitted by: Joseph Kong MFC after:2

svn commit: r307542 - in head/sys: contrib/ncsw/Peripherals/BM contrib/ncsw/Peripherals/QM contrib/ncsw/inc contrib/ncsw/inc/Peripherals contrib/ncsw/user/env dev/dpaa

2016-10-17 Thread Justin Hibbits
Author: jhibbits Date: Tue Oct 18 00:55:15 2016 New Revision: 307542 URL: https://svnweb.freebsd.org/changeset/base/307542 Log: Use proper integer-pointer type conversions. As part of an effort to extend Book-E to the 64-bit world, make the necessary changes to the DPAA/dTSEC driver set

Re: svn commit: r306864 - head

2016-10-17 Thread Ngie Cooper
On Sat, Oct 8, 2016 at 11:57 AM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Oct 8 18:57:11 2016 > New Revision: 306864 > URL: https://svnweb.freebsd.org/changeset/base/306864 > > Log: > groff is not needed in the bootstrap tools if the system is built >

svn commit: r307543 - head/share/mk

2016-10-17 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 18 01:42:42 2016 New Revision: 307543 URL: https://svnweb.freebsd.org/changeset/base/307543 Log: Add LORDER, TSORT and TSORTFLAGS variables and replace the hardcoded utility names and tsort flags. Modified: head/share/mk/bsd.lib.mk head/share/mk/sys.mk

svn commit: r307544 - head/usr.bin/mkimg

2016-10-17 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 18 01:55:07 2016 New Revision: 307544 URL: https://svnweb.freebsd.org/changeset/base/307544 Log: o Provide a private definition for UUIDs (mkimg_uuid_t) because UUIDs are not portable. o Move mkimg_uuid() to a new file and merge both gpt_uuid_enc()

Re: svn commit: r307544 - head/usr.bin/mkimg

2016-10-17 Thread Ngie Cooper
> On Oct 17, 2016, at 18:55, Marcel Moolenaar wrote: > > Author: marcel > Date: Tue Oct 18 01:55:07 2016 > New Revision: 307544 > URL: https://svnweb.freebsd.org/changeset/base/307544 > > Log: > o Provide a private definition for UUIDs (mkimg_uuid_t) because > UUIDs

svn commit: r307545 - head/sys/netinet

2016-10-17 Thread Hiren Panchasara
Author: hiren Date: Tue Oct 18 02:40:25 2016 New Revision: 307545 URL: https://svnweb.freebsd.org/changeset/base/307545 Log: Make sure tcp_mss() has the same check as tcp_mss_update() to have t_maxseg set to at least 64. This is still just a coverup to avoid kernel panic and not an

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

2016-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 18 04:01:54 2016 New Revision: 307546 URL: https://svnweb.freebsd.org/changeset/base/307546 Log: Skip the checks in mtools. They are false positive for errors. Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedded/common

svn commit: r307549 - in head: sys/modules/dtb/omap4 tools/tools/nanobsd/embedded

2016-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 18 04:02:00 2016 New Revision: 307549 URL: https://svnweb.freebsd.org/changeset/base/307549 Log: Add preliminary support for Raspberry PI3 images to nanobsd. Added: head/sys/modules/dtb/omap4/ head/sys/modules/dtb/omap4/Makefile (contents, props changed)

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

2016-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 18 04:01:56 2016 New Revision: 307547 URL: https://svnweb.freebsd.org/changeset/base/307547 Log: Add support for building pandaboard images with nanobsd. Added: head/tools/tools/nanobsd/embedded/pandaboard.cfg (contents, props changed) Added:

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

2016-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 18 04:01:58 2016 New Revision: 307548 URL: https://svnweb.freebsd.org/changeset/base/307548 Log: Also include the DTBs in /boot/dtb for omap4 systems. Modified: head/sys/arm/conf/PANDABOARD Modified: head/sys/arm/conf/PANDABOARD

Re: svn commit: r307544 - head/usr.bin/mkimg

2016-10-17 Thread Marcel Moolenaar
On October 17, 2016 at 8:34:11 PM, Ngie Cooper (yaneurab...@gmail.com) wrote: > On Oct 17, 2016, at 18:55, Marcel Moolenaar wrote:  > *snip* > +CFLAGS+=-I${SRCTOP}/sys/sys/disk  Isn't it a better app idea to maintain the disk/ namespace for includes?  Thanks!  You mean, add

svn commit: r307550 - head/usr.bin/mkimg

2016-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 18 05:43:12 2016 New Revision: 307550 URL: https://svnweb.freebsd.org/changeset/base/307550 Log: Add a new flag to mkimg (-a num) to specify the active partition for those partitioning schemes that have this concept. Implement it as an override for mbr's setting

svn commit: r307526 - stable/9/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:14:31 2016 New Revision: 307526 URL: https://svnweb.freebsd.org/changeset/base/307526 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/9/sys/dev/qlxgbe/ql_hw.c

Re: svn commit: r307518 - in head/sys: arm/allwinner arm/at91 arm/cavium/cns11xx arm/samsung/exynos arm/ti/am335x arm/ti/usb arm/xilinx boot/kshim dev/bhnd/cores/usb dev/puc dev/usb dev/usb/controller

2016-10-17 Thread John Baldwin
On Monday, October 17, 2016 10:20:39 AM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Oct 17 10:20:38 2016 > New Revision: 307518 > URL: https://svnweb.freebsd.org/changeset/base/307518 > > Log: > Fix device delete child function. > > When detaching device trees parent devices

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

2016-10-17 Thread John Baldwin
On Friday, October 14, 2016 12:25:54 PM Warner Losh wrote: > On Oct 14, 2016 11:55 AM, "Doug Ambrisko" wrote: > > > > On Fri, Oct 14, 2016 at 10:33:15AM -0700, Ravi Pokala wrote: > > | -Original Message- > > | > From: on behalf of

Re: svn commit: r307386 - in head: etc/mtree include sys/sys sys/sys/disk

2016-10-17 Thread John Baldwin
On Sunday, October 16, 2016 02:43:51 AM Marcel Moolenaar wrote: > Author: marcel > Date: Sun Oct 16 02:43:51 2016 > New Revision: 307386 > URL: https://svnweb.freebsd.org/changeset/base/307386 > > Log: > Re-apply change 306811 or alternatively, revert change 307385. Thanks! -- John Baldwin

svn commit: r307532 - in head: . share/man/man4

2016-10-17 Thread Andriy Voskoboinyk
-n1 | sort | uniq -d; # done -# 20161016: urtwn(4) was merged into rtwn(4) +# 20161017: urtwn(4) was merged into rtwn(4) OLD_FILES+=usr/share/man/man4/urtwn.4.gz OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz # 20161015: Remove GNU rcs Modified: head/UPDATING

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

2016-10-17 Thread John Baldwin
On Sunday, October 16, 2016 02:13:32 PM 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

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

2016-10-17 Thread Ed Maste
On 16 October 2016 at 10:13, 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. my tinderbox build

svn commit: r307535 - stable/11/sbin/fsck_ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 22:33:29 2016 New Revision: 307535 URL: https://svnweb.freebsd.org/changeset/base/307535 Log: MFC 304438: Fsck_ufs was using an int rather than a ufs2_daddr_t to store the alternate superblock location when given in the -b option. Modified:

svn commit: r307533 - in stable/11: share/man/man3 sys/sys sys/ufs/ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 21:44:41 2016 New Revision: 307533 URL: https://svnweb.freebsd.org/changeset/base/307533 Log: MFC r304230: Add two new macros, SLIST_CONCAT and LIST_CONCAT. MFC r304239: Bug 211013 reports that a write error to a UFS filesystem running with

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:09:36 2016 New Revision: 307476 URL: https://svnweb.freebsd.org/changeset/base/307476 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: r307477 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:12:25 2016 New Revision: 307477 URL: https://svnweb.freebsd.org/changeset/base/307477 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: r307478 - stable/11/sys/dev/hyperv/netvsc

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:16:08 2016 New Revision: 307478 URL: https://svnweb.freebsd.org/changeset/base/307478 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: r307479 - stable/11/sys/dev/hyperv/utilities

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:18:10 2016 New Revision: 307479 URL: https://svnweb.freebsd.org/changeset/base/307479 Log: MFC 304331 hyperv/kvp: Remove unnecessary function parameter. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7550

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

2016-10-17 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 17 06:47:34 2016 New Revision: 307480 URL: https://svnweb.freebsd.org/changeset/base/307480 Log: MFC 304441,30,304446,304447,304591,304593-304595 304441 hyperv/hn: Move NVS version to softc Sponsored by: Microsoft Differential

svn commit: r307518 - in head/sys: arm/allwinner arm/at91 arm/cavium/cns11xx arm/samsung/exynos arm/ti/am335x arm/ti/usb arm/xilinx boot/kshim dev/bhnd/cores/usb dev/puc dev/usb dev/usb/controller ...

2016-10-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 17 10:20:38 2016 New Revision: 307518 URL: https://svnweb.freebsd.org/changeset/base/307518 Log: Fix device delete child function. When detaching device trees parent devices must be detached prior to detaching its children. This is because parent devices

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

2016-10-17 Thread Ruslan Bukin
Author: br Date: Mon Oct 17 10:21:53 2016 New Revision: 307519 URL: https://svnweb.freebsd.org/changeset/base/307519 Log: Increase timeout so low-end platforms have a chance to complete test procedures. This fixes operation in QEMU/MIPS64. Sponsored by: DARPA, AFRL Sponsored by:

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

2016-10-17 Thread Alexander Motin
Author: mav Date: Mon Oct 17 15:02:17 2016 New Revision: 307523 URL: https://svnweb.freebsd.org/changeset/base/307523 Log: Make pass driver better support CAM_CDB_POINTER flag. Previously pass driver just ignored the flag, making random kernel code access user-space pointer, sometime

svn commit: r307520 - head/usr.bin/elfdump

2016-10-17 Thread Ed Maste
Author: emaste Date: Mon Oct 17 13:36:50 2016 New Revision: 307520 URL: https://svnweb.freebsd.org/changeset/base/307520 Log: elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions r109332 introduced these three as DT_SUNW_*. Update to the correct names already used elsewhere in

svn commit: r307521 - in head: lib/libmd sys/crypto/sha2 sys/crypto/skein sys/sys

2016-10-17 Thread Ed Maste
Author: emaste Date: Mon Oct 17 13:47:22 2016 New Revision: 307521 URL: https://svnweb.freebsd.org/changeset/base/307521 Log: libmd: introduce functions that operate on an fd instead of filename Reviewed by: allanjude, cem MFC after:2 months Sponsored by: The FreeBSD Foundation

svn commit: r307522 - head/sys/kern

2016-10-17 Thread Ed Maste
Author: emaste Date: Mon Oct 17 13:52:24 2016 New Revision: 307522 URL: https://svnweb.freebsd.org/changeset/base/307522 Log: makesyscalls.sh: remove trailing space on the "created from" line In r10905 and r10906 makesyscalls was modified to avoid emitting a literal $Id$ string in the

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

2016-10-17 Thread Bruce Simpson
On 17/10/16 18:40, John Baldwin wrote: I'm a bit hesitant to do all the type parsing in the kernel vs userland. However, I think having smbios(4) export a /dev/smbios that you can either read() or mmap() to access the table would be very convenient and let you keep the bits to parse the table in

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

2016-10-17 Thread Bruce Simpson
On 17/10/16 21:23, Bruce Simpson wrote: On 17/10/16 18:40, John Baldwin wrote: I'm a bit hesitant to do all the type parsing in the kernel vs userland. However, I think having smbios(4) export a /dev/smbios that you can either read() or mmap() to access the table would be very convenient and

svn commit: r307529 - in head: . etc etc/devd share/doc/legal/realtek share/man/man4 sys/conf sys/contrib/dev/rtwn sys/contrib/dev/urtwn sys/dev/rtwn sys/dev/rtwn/pci sys/dev/rtwn/rtl8188e sys/dev/...

2016-10-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Oct 17 20:38:24 2016 New Revision: 307529 URL: https://svnweb.freebsd.org/changeset/base/307529 Log: rtwn(4), urtwn(4): merge common code, add support for 11ac devices. All devices: - add support for rate adaptation via ieee80211_amrr(9); - use short preamble for

svn commit: r307530 - svnadmin/conf

2016-10-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Oct 17 20:41:12 2016 New Revision: 307530 URL: https://svnweb.freebsd.org/changeset/base/307530 Log: Remove myself from sizelimit.conf Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r307524 - stable/11/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:04:19 2016 New Revision: 307524 URL: https://svnweb.freebsd.org/changeset/base/307524 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/11/sys/dev/qlxgbe/ql_hw.c

svn commit: r307525 - stable/10/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:07:51 2016 New Revision: 307525 URL: https://svnweb.freebsd.org/changeset/base/307525 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/10/sys/dev/qlxgbe/ql_hw.c

svn commit: r307527 - in stable/11/sys/boot: fdt uboot/lib

2016-10-17 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Oct 17 18:52:25 2016 New Revision: 307527 URL: https://svnweb.freebsd.org/changeset/base/307527 Log: MFC r302465: Remove extra 0x before %p format strings introduced by r296182 Modified: stable/11/sys/boot/fdt/fdt_loader_cmd.c

svn commit: r307528 - svnadmin/conf

2016-10-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Oct 17 19:51:00 2016 New Revision: 307528 URL: https://svnweb.freebsd.org/changeset/base/307528 Log: Increase size limit for rtwn(4) / urtwn(4) update. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r307531 - head/sys/dev/cxgbe

2016-10-17 Thread Navdeep Parhar
Author: np Date: Mon Oct 17 20:57:54 2016 New Revision: 307531 URL: https://svnweb.freebsd.org/changeset/base/307531 Log: cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfg with the values displayed. Modified: head/sys/dev/cxgbe/t4_main.c Modified: