Re: svn commit: r306417 - head/usr.sbin/portsnap/portsnap

2016-09-29 Thread Shawn Webb
On Wed, Sep 28, 2016 at 09:22:51PM +, Ed Maste wrote: > Author: emaste > Date: Wed Sep 28 21:22:51 2016 > New Revision: 306417 > URL: https://svnweb.freebsd.org/changeset/base/306417 > > Log: > portsnap: only move expected snapshot contents from snap/ to files/ > > Previously it was pos

Re: svn commit: r305819 - in head: contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/tests

2016-09-29 Thread Shawn Webb
On Wed, Sep 14, 2016 at 09:15:01PM +, Martin Matuska wrote: > Author: mm > Date: Wed Sep 14 21:15:01 2016 > New Revision: 305819 > URL: https://svnweb.freebsd.org/changeset/base/305819 > > Log: > MFV r305816: > Sync libarchive with vendor including important security fixes. > > Issues

Re: svn commit: r305486 - head/usr.bin/bsdiff/bspatch

2016-09-29 Thread Shawn Webb
On Tue, Sep 06, 2016 at 07:00:37PM +, Ed Maste wrote: > Author: emaste > Date: Tue Sep 6 19:00:37 2016 > New Revision: 305486 > URL: https://svnweb.freebsd.org/changeset/base/305486 > > Log: > bspatch: add sanity checks on sizes to avoid integer overflow > > Note that this introduces a

svn commit: r306439 - head/sys/arm/include

2016-09-29 Thread Andrew Turner
Author: andrew Date: Thu Sep 29 08:49:12 2016 New Revision: 306439 URL: https://svnweb.freebsd.org/changeset/base/306439 Log: Remove struct platform_data, it was never used. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/include/platformvar.h Modified: head/sys/arm/include/platfor

svn commit: r306440 - head/contrib/atf/atf-sh

2016-09-29 Thread Ruslan Bukin
Author: br Date: Thu Sep 29 09:16:02 2016 New Revision: 306440 URL: https://svnweb.freebsd.org/changeset/base/306440 Log: Fix conversion from C++ std::string into C const char *. This fixes operation on MIPS64EB with GCC 4.2.1. Reviewed by: jmmv Sponsored by: DARPA, AFRL Sponsored by

svn commit: r306441 - in head: share/man/man9 sys/kern

2016-09-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 29 10:38:20 2016 New Revision: 306441 URL: https://svnweb.freebsd.org/changeset/base/306441 Log: While draining a timeout task prevent the taskqueue_enqueue_timeout() function from restarting the timer. Commonly taskqueue_enqueue_timeout() is called from wit

svn commit: r306442 - in head/sys/arm: conf nvidia/tegra124

2016-09-29 Thread Michal Meloun
Author: mmel Date: Thu Sep 29 11:13:51 2016 New Revision: 306442 URL: https://svnweb.freebsd.org/changeset/base/306442 Log: TEGRA: Add support for MULTIDELAY option. Modified: head/sys/arm/conf/TEGRA124 head/sys/arm/nvidia/tegra124/tegra124_machdep.c Modified: head/sys/arm/conf/TEGRA124 ==

svn commit: r306443 - head/sys/netinet

2016-09-29 Thread Julien Charbon
Author: jch Date: Thu Sep 29 11:18:48 2016 New Revision: 306443 URL: https://svnweb.freebsd.org/changeset/base/306443 Log: Fix an issue with accept_filter introduced with r261242: As a side effect of r261242 when using accept_filter the first call to soisconnected() is done earlier in tcp

Re: svn commit: r305819 - in head: contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/tests

2016-09-29 Thread Oliver Pinter
On Thursday, September 29, 2016, Shawn Webb wrote: > On Wed, Sep 14, 2016 at 09:15:01PM +, Martin Matuska wrote: > > Author: mm > > Date: Wed Sep 14 21:15:01 2016 > > New Revision: 305819 > > URL: https://svnweb.freebsd.org/changeset/base/305819 > > > > Log: > > MFV r305816: > > Sync liba

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

2016-09-29 Thread Michal Meloun
Author: mmel Date: Thu Sep 29 12:25:04 2016 New Revision: 306444 URL: https://svnweb.freebsd.org/changeset/base/306444 Log: TEGRA: Don't include files already included by system or arch configs. Modified: head/sys/arm/nvidia/tegra124/files.tegra124 Modified: head/sys/arm/nvidia/tegra124/file

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

2016-09-29 Thread Andriy Gapon
On 29/09/2016 03:00, Alexander Motin wrote: > Author: mav > Date: Thu Sep 29 00:00:37 2016 > New Revision: 306425 > URL: https://svnweb.freebsd.org/changeset/base/306425 > > Log: > MFV r306423: 7402 Create tunable to ignore hole_birth feature > > Until we can resolve the numerous hole_birth

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

2016-09-29 Thread Michal Meloun
Author: mmel Date: Thu Sep 29 12:54:27 2016 New Revision: 306445 URL: https://svnweb.freebsd.org/changeset/base/306445 Log: TEGRA: Return back kern_clocksource.c into tegra config file. It was removed in r306444 by mistake. Modified: head/sys/arm/nvidia/tegra124/files.tegra124 Modified: hea

svn commit: r306446 - head/share/mk

2016-09-29 Thread Warner Losh
Author: imp Date: Thu Sep 29 13:38:14 2016 New Revision: 306446 URL: https://svnweb.freebsd.org/changeset/base/306446 Log: SSP is broken on all mips. Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk ==

svn commit: r306447 - head/sys/arm/nvidia

2016-09-29 Thread Michal Meloun
Author: mmel Date: Thu Sep 29 13:54:09 2016 New Revision: 306447 URL: https://svnweb.freebsd.org/changeset/base/306447 Log: TEGRA: Rename (cut & pasted) genahci to tegra_ahci. Make device class definition static. Modified: head/sys/arm/nvidia/tegra_ahci.c Modified: head/sys/arm/nvidia/tegra

svn commit: r306448 - in head/sys/dev/cxgbe: cxgbei tom

2016-09-29 Thread Eitan Adler
Author: eadler Date: Thu Sep 29 13:59:14 2016 New Revision: 306448 URL: https://svnweb.freebsd.org/changeset/base/306448 Log: Remove a a duplicated word. Modified: head/sys/dev/cxgbe/cxgbei/cxgbei.c head/sys/dev/cxgbe/tom/t4_cpl_io.c Modified: head/sys/dev/cxgbe/cxgbei/cxgbei.c ===

svn commit: r306449 - head/sys/contrib/ipfilter/netinet

2016-09-29 Thread Eitan Adler
Author: eadler Date: Thu Sep 29 14:01:06 2016 New Revision: 306449 URL: https://svnweb.freebsd.org/changeset/base/306449 Log: Remove an extra etter. Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/ipfilter/netinet/fil.c ===

svn commit: r306450 - head/share/man/man9

2016-09-29 Thread Andriy Voskoboinyk
Author: avos Date: Thu Sep 29 14:14:39 2016 New Revision: 306450 URL: https://svnweb.freebsd.org/changeset/base/306450 Log: sysctl.9: add missing underscore (SYSCTL_HANDLERARGS -> SYSCTL_HANDLER_ARGS) Modified: head/share/man/man9/sysctl.9 Modified: head/share/man/man9/sysctl.9 =

svn commit: r306451 - head/sys/compat/linuxkpi/common/include/linux

2016-09-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 29 14:35:32 2016 New Revision: 306451 URL: https://svnweb.freebsd.org/changeset/base/306451 Log: The IORESOURCE_XXX defines should resemble a bitmask while SYS_RES_XXX are not bitmasks. Fix return value of pci_resource_flags() to reflect this change. MFC a

svn commit: r306452 - head/sys/kern

2016-09-29 Thread Allan Jude
Author: allanjude Date: Thu Sep 29 16:29:49 2016 New Revision: 306452 URL: https://svnweb.freebsd.org/changeset/base/306452 Log: Allow reading the following sysctl MIBs in capability mode: kern.hostname, kern.domainname, and kern.hostuuid This allows sandboxed applications to read these s

svn commit: r306453 - head/sys/dev/mlx5/mlx5_en

2016-09-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 29 16:35:52 2016 New Revision: 306453 URL: https://svnweb.freebsd.org/changeset/base/306453 Log: Set hardware stats flag to avoid double counting the number of incoming bytes. Found by: Ben RUBSON Sponsored by: Mellanox Technologies MFC after:1 we

svn commit: r306454 - head/sys/ofed/drivers/net/mlx4

2016-09-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 29 16:36:32 2016 New Revision: 306454 URL: https://svnweb.freebsd.org/changeset/base/306454 Log: Set hardware stats flag to avoid double counting the number of incoming bytes. Found by: Ben RUBSON Sponsored by: Mellanox Technologies MFC after:1 we

svn commit: r306455 - head/sys/arm/arm

2016-09-29 Thread Andrew Turner
Author: andrew Date: Thu Sep 29 17:13:17 2016 New Revision: 306455 URL: https://svnweb.freebsd.org/changeset/base/306455 Log: Use SV_ABI_ERRNO to set the syscall return value. The Linuxulator will need this. Submitted by: Grégory Soutadé Differential Revision:https://reviews.fr

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

2016-09-29 Thread Alexander Motin
Author: mav Date: Thu Sep 29 17:48:53 2016 New Revision: 306456 URL: https://svnweb.freebsd.org/changeset/base/306456 Log: Add #ifdef _KERNEL around send_holes_without_birth_time sysctl. Reported by: avg@ Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c Modi

svn commit: r306457 - in head/contrib/unbound: . compat contrib daemon dns64 doc iterator libunbound services sldns smallapp util util/storage validator

2016-09-29 Thread Dag-Erling Smørgrav
Author: des Date: Thu Sep 29 18:24:29 2016 New Revision: 306457 URL: https://svnweb.freebsd.org/changeset/base/306457 Log: Upgrade to Unbound 1.5.10. Added: head/contrib/unbound/contrib/ - copied from r306382, vendor/unbound/dist/contrib/ Modified: head/contrib/unbound/Makefile.in he

svn commit: r306458 - head/sys/netinet

2016-09-29 Thread Kurt Lidl
Author: lidl Date: Thu Sep 29 19:45:24 2016 New Revision: 306458 URL: https://svnweb.freebsd.org/changeset/base/306458 Log: 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 before assign

svn commit: r306459 - head/sys/netinet6

2016-09-29 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 29 19:57:37 2016 New Revision: 306459 URL: https://svnweb.freebsd.org/changeset/base/306459 Log: Fix bug introduced in r274300. In icmp6_reflect() use original source address of erroneous packet as destination address for source selection algorithm when original

svn commit: r306460 - head/sys/modules/dtb/nvidia

2016-09-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Sep 29 22:01:09 2016 New Revision: 306460 URL: https://svnweb.freebsd.org/changeset/base/306460 Log: Add dtb module for Jetson-TK1 board Added: head/sys/modules/dtb/nvidia/ head/sys/modules/dtb/nvidia/Makefile (contents, props changed) Added: head/sys/modules/dtb/

Re: svn commit: r300824 - head/lib/libmd

2016-09-29 Thread Alan Somers
On Fri, May 27, 2016 at 1:00 AM, Ed Schouten wrote: > 2016-05-27 8:50 GMT+02:00 Conrad Meyer : >> There's nothing to support — literally ignoring the keyword is an >> acceptable implementation. So it's disappointing C++ chooses to >> reject C keywords. > > Keep in mind that C++ does not reject "s

svn commit: r306461 - in stable/11: share/man/man9 sys/dev/pci

2016-09-29 Thread John Baldwin
Author: jhb Date: Thu Sep 29 22:52:24 2016 New Revision: 306461 URL: https://svnweb.freebsd.org/changeset/base/306461 Log: MFC 303721: Permit the name of the /dev/iov entry to be set by the driver. The PCI_IOV option creates character devices in /dev/iov for each PF device driver that reg

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

2016-09-29 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 29 23:07:28 2016 New Revision: 306462 URL: https://svnweb.freebsd.org/changeset/base/306462 Log: Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD. Modified: head/sys/kern/kern_mib.c head/sys/sys/sysctl.h Modified: head/sys/kern/kern_m

svn commit: r306463 - stable/11/sys/dev/cxgbe

2016-09-29 Thread John Baldwin
Author: jhb Date: Thu Sep 29 23:41:57 2016 New Revision: 306463 URL: https://svnweb.freebsd.org/changeset/base/306463 Log: MFC 303204: Install a handler for firmware work request error messages. If a driver sends an malformed or disallowed work request, the firmware responds with a work r

svn commit: r306464 - head/sys/netinet

2016-09-29 Thread Hiren Panchasara
Author: hiren Date: Fri Sep 30 00:10:57 2016 New Revision: 306464 URL: https://svnweb.freebsd.org/changeset/base/306464 Log: This adds a sysctl which allows you to disable the TCP hostcache. This is handy during testing of network related changes where cached entries may pollute your resul

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

2016-09-29 Thread Navdeep Parhar
Author: np Date: Fri Sep 30 00:16:54 2016 New Revision: 306465 URL: https://svnweb.freebsd.org/changeset/base/306465 Log: cxgbe(4): Claim the T6 -DBG card. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ==

svn commit: r306466 - in stable: 10/sys/x86/iommu 11/sys/x86/iommu

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 00:31:17 2016 New Revision: 306466 URL: https://svnweb.freebsd.org/changeset/base/306466 Log: MFC 303886: Add additional constants. - Add constants for the fields in the root-entry table address register, namely the root type type (RTT) and root table addres

svn commit: r306466 - in stable: 10/sys/x86/iommu 11/sys/x86/iommu

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 00:31:17 2016 New Revision: 306466 URL: https://svnweb.freebsd.org/changeset/base/306466 Log: MFC 303886: Add additional constants. - Add constants for the fields in the root-entry table address register, namely the root type type (RTT) and root table addres

svn commit: r306467 - in stable: 10/tools/tools/dmardump 11/tools/tools/dmardump

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 00:33:19 2016 New Revision: 306467 URL: https://svnweb.freebsd.org/changeset/base/306467 Log: MFC 303887: Add a dmardump utility to dump the VT-d context tables. This tool parses the ACPI DMAR table looking for DMA remapping devices. For each device it walks t

svn commit: r306467 - in stable: 10/tools/tools/dmardump 11/tools/tools/dmardump

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 00:33:19 2016 New Revision: 306467 URL: https://svnweb.freebsd.org/changeset/base/306467 Log: MFC 303887: Add a dmardump utility to dump the VT-d context tables. This tool parses the ACPI DMAR table looking for DMA remapping devices. For each device it walks t

svn commit: r306468 - stable/10/sys/dev/pci

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 00:43:30 2016 New Revision: 306468 URL: https://svnweb.freebsd.org/changeset/base/306468 Log: MFC 295813,295816: Remove redundant check for "(dinfo != NULL)". Modified: stable/10/sys/dev/pci/pci_user.c Directory Properties: stable/10/ (props changed) Modified

svn commit: r306469 - in stable: 10/share/man/man4 10/sys/dev/pci 11/share/man/man4 11/sys/dev/pci

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:13:57 2016 New Revision: 306469 URL: https://svnweb.freebsd.org/changeset/base/306469 Log: MFC 303881: Reliably return PCI_GETCONF_LAST_DEVICE from PCIOCGETCONF. Previously the loop in PCIIOCGETCONF would terminate as soon as it found enough matches. Now i

svn commit: r306469 - in stable: 10/share/man/man4 10/sys/dev/pci 11/share/man/man4 11/sys/dev/pci

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:13:57 2016 New Revision: 306469 URL: https://svnweb.freebsd.org/changeset/base/306469 Log: MFC 303881: Reliably return PCI_GETCONF_LAST_DEVICE from PCIOCGETCONF. Previously the loop in PCIIOCGETCONF would terminate as soon as it found enough matches. Now i

svn commit: r306470 - in stable: 10/share/man/man9 11/share/man/man9

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:16:09 2016 New Revision: 306470 URL: https://svnweb.freebsd.org/changeset/base/306470 Log: MFC 305248: Remove warning about pci_addr_t being different sizes. pci_addr_t has always been 64-bits since r163805. Modified: stable/11/share/man/man9/pci.9 Directo

svn commit: r306470 - in stable: 10/share/man/man9 11/share/man/man9

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:16:09 2016 New Revision: 306470 URL: https://svnweb.freebsd.org/changeset/base/306470 Log: MFC 305248: Remove warning about pci_addr_t being different sizes. pci_addr_t has always been 64-bits since r163805. Modified: stable/10/share/man/man9/pci.9 Directo

svn commit: r306471 - in stable/11: share/man/man9 sys/amd64/vmm sys/amd64/vmm/io sys/dev/pci

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:39:18 2016 New Revision: 306471 URL: https://svnweb.freebsd.org/changeset/base/306471 Log: MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d. 304858: Enable I/O MMU when PCI pass through is first used. Rather than enabling the

svn commit: r306472 - in stable/10/sys/amd64/vmm: . io

2016-09-29 Thread John Baldwin
Author: jhb Date: Fri Sep 30 01:42:29 2016 New Revision: 306472 URL: https://svnweb.freebsd.org/changeset/base/306472 Log: MFC 304858,305485: Fix various issues with PCI pass through and VT-d. 304858: Enable I/O MMU when PCI pass through is first used. Rather than enabling the I/O MM

Re: svn commit: r306472 - in stable/10/sys/amd64/vmm: . io

2016-09-29 Thread John Baldwin
On Friday, September 30, 2016 01:42:29 AM John Baldwin wrote: > Author: jhb > Date: Fri Sep 30 01:42:29 2016 > New Revision: 306472 > URL: https://svnweb.freebsd.org/changeset/base/306472 > > Log: > MFC 304858,305485: Fix various issues with PCI pass through and VT-d. > > 304858: > Enable

svn commit: r306473 - head/sys/dev/fdt

2016-09-29 Thread Justin Hibbits
Author: jhibbits Date: Fri Sep 30 02:48:40 2016 New Revision: 306473 URL: https://svnweb.freebsd.org/changeset/base/306473 Log: Use the cell-index property as the unit number if available. Summary: NXP/Freescale, among others, includes an optional cell-index property on nodes to denote

svn commit: r306474 - head/sys/dev/atkbdc

2016-09-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 30 03:03:42 2016 New Revision: 306474 URL: https://svnweb.freebsd.org/changeset/base/306474 Log: Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN - Replace tunables-only hw.psm.synaptics_support, hw.psm.trackpoint_support, and hw.psm.elantech_support

Re: svn commit: r306355 - in head/sys: dev/atkbdc sys

2016-09-29 Thread Oleksandr Tymoshenko
> On Sep 27, 2016, at 1:55 PM, John Baldwin wrote: > > On Monday, September 26, 2016 10:06:19 PM Oleksandr Tymoshenko wrote: >> Author: gonzo >> Date: Mon Sep 26 22:06:19 2016 >> New Revision: 306355 >> URL: https://svnweb.freebsd.org/changeset/base/306355 >> >> Log: >> Add Elantech trackpad s

svn commit: r306475 - stable/11/sys/netpfil/ipfw

2016-09-29 Thread Andrey V. Elsukov
Author: ae Date: Fri Sep 30 03:27:07 2016 New Revision: 306475 URL: https://svnweb.freebsd.org/changeset/base/306475 Log: MFC r305940: Move opcode rewriter init and destroy handlers into non-VNET code. PR: 212576,212649,212077 Submitted by: John Zielinski Modified:

svn commit: r306476 - stable/11/sys/geom

2016-09-29 Thread Andrey V. Elsukov
Author: ae Date: Fri Sep 30 03:45:41 2016 New Revision: 306476 URL: https://svnweb.freebsd.org/changeset/base/306476 Log: MFC r303019: Use g_resize_provider() to change the size of GEOM_DISK provider, when it is being opened. This should fix the possible loss of a resize event when d

Re: svn commit: r306473 - head/sys/dev/fdt

2016-09-29 Thread Nathan Whitehorn
I'm a little dubious about this change. It's not really safe to rely on newbus unit numbers anywhere, so making them meaningful in this context seems like a bad idea. -Nathan On 09/29/16 19:48, Justin Hibbits wrote: Author: jhibbits Date: Fri Sep 30 02:48:40 2016 New Revision: 306473 URL: http

Re: svn commit: r306473 - head/sys/dev/fdt

2016-09-29 Thread Justin Hibbits
It's more cosmetic than anything else. I did realize a potential complication with it tonight, too, if newbus devices are created as children (like DMA channels in this case), and have the cell-index property. If you object it's an easy revert. - Justin On Sep 29, 2016 23:10, "Nathan Whitehorn"

Re: svn commit: r306473 - head/sys/dev/fdt

2016-09-29 Thread Nathan Whitehorn
Eh, I don't care much, especially if it's for cosmetic reasons only. I'm not sure I understand your suggested complication, but will leave the choice to you in any case. -Nathan On 09/29/16 21:16, Justin Hibbits wrote: It's more cosmetic than anything else. I did realize a potential complica

Re: svn commit: r306473 - head/sys/dev/fdt

2016-09-29 Thread Justin Hibbits
If I remember correctly, newbus will throw an error if you try to create two devices with the same number. Applying the logic of using the cell-index property for all device nodes, if two sub buses from simplebus have the same set of child nodes, with the same cell-index property values, one set of

svn commit: r306477 - in head/sys/arm/nvidia: . tegra124

2016-09-29 Thread Michal Meloun
Author: mmel Date: Fri Sep 30 05:25:15 2016 New Revision: 306477 URL: https://svnweb.freebsd.org/changeset/base/306477 Log: TEGRA: Prepare Tegra subtree for inclusion into ARM generic kernel. - use DEFINE_CLASS_0() for driver classes - unify driver names - cleanup driver definitions and

svn commit: r306478 - in head/sys/dev/usb: . serial

2016-09-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 30 05:28:11 2016 New Revision: 306478 URL: https://svnweb.freebsd.org/changeset/base/306478 Log: Add new USB ID. While at it remove some whitespaces. Submitted by: Jose Luis Duran PR: 213110 MFC after:1 week Modified: head/sys/dev/us

svn commit: r306479 - head/sys/arm/allwinner

2016-09-29 Thread Michal Meloun
Author: mmel Date: Fri Sep 30 05:30:16 2016 New Revision: 306479 URL: https://svnweb.freebsd.org/changeset/base/306479 Log: ALLWINNER: ahci_devclass is local variable, don't export it. Modified: head/sys/arm/allwinner/a10_ahci.c Modified: head/sys/arm/allwinner/a10_ahci.c ===

svn commit: r306480 - head/sys/compat/linuxkpi/common/include/linux

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 05:51:11 2016 New Revision: 306480 URL: https://svnweb.freebsd.org/changeset/base/306480 Log: linuxkpi: Fix PCI BAR lazy allocation support. FreeBSD supports lazy allocation of PCI BAR, that is, when a device driver's attach method is invoked, even if the de

svn commit: r306481 - head/sys/x86/x86

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:08:21 2016 New Revision: 306481 URL: https://svnweb.freebsd.org/changeset/base/306481 Log: 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 destination cpu changes. Reviewed b

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

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:21:00 2016 New Revision: 306482 URL: https://svnweb.freebsd.org/changeset/base/306482 Log: hyperv/hn: If synthetic parts are detached, don't touch them. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.o

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

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:30:16 2016 New Revision: 306483 URL: https://svnweb.freebsd.org/changeset/base/306483 Log: hyperv/hn: Fix detach and attach error handling. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8066 Mod

svn commit: r306484 - head/sys/modules/hyperv/vmbus

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:49:39 2016 New Revision: 306484 URL: https://svnweb.freebsd.org/changeset/base/306484 Log: hyperv/vmbus: Add missing vmbus_if.c to module build. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8067

svn commit: r306485 - in head/sys: dev/hyperv/netvsc net

2016-09-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:58:45 2016 New Revision: 306485 URL: https://svnweb.freebsd.org/changeset/base/306485 Log: hyperv/hn: Add stubs for OFFLOAD_CURRENT_CONFIG and NETWORK_CHANGE status MFC after:1 week Sponsored by: Microsoft Differential Revision:https://revie