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

2017-08-15 Thread Mark Johnston
Author: markj Date: Wed Aug 16 06:33:48 2017 New Revision: 322567 URL: https://svnweb.freebsd.org/changeset/base/322567 Log: Add device resource management fields to struct device. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/linux/device.h Modified: head/sys/c

svn commit: r322565 - head/share/mk

2017-08-15 Thread Bryan Drewery
Author: bdrewery Date: Wed Aug 16 05:02:31 2017 New Revision: 322565 URL: https://svnweb.freebsd.org/changeset/base/322565 Log: Use -S for library installations except for -DNO_ROOT builds. Also disable this if NO_SAFE_LIBINSTALL is defined. There is little harm in always using -S and

Re: svn commit: r320944 - head/etc/rc.d

2017-08-15 Thread Gleb Smirnoff
Emmanuel, On Thu, Jul 13, 2017 at 01:40:18PM +, Emmanuel Vadot wrote: E> Author: manu E> Date: Thu Jul 13 13:40:18 2017 E> New Revision: 320944 E> URL: https://svnweb.freebsd.org/changeset/base/320944 E> E> Log: E> Add an rc.d script to setup a netflow export via ng_netflow E> The defau

Re: svn commit: r320944 - head/etc/rc.d

2017-08-15 Thread Gleb Smirnoff
Emmanuel, On Thu, Jul 13, 2017 at 01:40:18PM +, Emmanuel Vadot wrote: E> Author: manu E> Date: Thu Jul 13 13:40:18 2017 E> New Revision: 320944 E> URL: https://svnweb.freebsd.org/changeset/base/320944 E> E> Log: E> Add an rc.d script to setup a netflow export via ng_netflow E> The defau

svn commit: r322552 - in head/etc: periodic/daily rc.d

2017-08-15 Thread John Baldwin
Author: jhb Date: Tue Aug 15 22:16:15 2017 New Revision: 322552 URL: https://svnweb.freebsd.org/changeset/base/322552 Log: Unconditionally install rwhod support scripts. r322277 moved rwho* and ruptime out of the MK_RCMDS conditional including updating the obsolete files entries to not re

svn commit: r322550 - head/sbin/route

2017-08-15 Thread Konstantin Belousov
Author: kib Date: Tue Aug 15 19:29:10 2017 New Revision: 322550 URL: https://svnweb.freebsd.org/changeset/base/322550 Log: Typo, the '-6' option selects inet6. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sbin/route/route.8 Modified: head/sbin/route/route.8

svn commit: r322549 - head/sys/dev/cxgbe/tom

2017-08-15 Thread Navdeep Parhar
Author: np Date: Tue Aug 15 19:21:27 2017 New Revision: 322549 URL: https://svnweb.freebsd.org/changeset/base/322549 Log: cxgbe/t4_tom: Use correct name for the ISS-valid bit in options2. MFC after:3 days Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/tom/t4_list

svn commit: r322548 - head/sys/net

2017-08-15 Thread Matt Joras
Author: mjoras Date: Tue Aug 15 17:52:37 2017 New Revision: 322548 URL: https://svnweb.freebsd.org/changeset/base/322548 Log: Rework vlan(4) locking. Previously the locking of vlan(4) interfaces was not very comprehensive. Particularly there was very little protection against the destruct

svn commit: r322547 - head/sys/vm

2017-08-15 Thread Mark Johnston
Author: markj Date: Tue Aug 15 16:39:49 2017 New Revision: 322547 URL: https://svnweb.freebsd.org/changeset/base/322547 Log: Add vm_page_alloc_after(). This is a variant of vm_page_alloc() which accepts an additional parameter: the page in the object with largest index that is smaller tha

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

2017-08-15 Thread Alan Somers
Author: asomers Date: Tue Aug 15 15:20:04 2017 New Revision: 322546 URL: https://svnweb.freebsd.org/changeset/base/322546 Log: Fix some ZFS debugging messages sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Be more careful about the use of provider names vs vdev names in

svn commit: r322545 - in head: . release/packages

2017-08-15 Thread Glen Barber
Author: gjb Date: Tue Aug 15 15:13:33 2017 New Revision: 322545 URL: https://svnweb.freebsd.org/changeset/base/322545 Log: Revert r322327, r322352, r322358: Disconnect the dependency on the kernel package from the runtime package. There are a number of problems here: 1) The runtime

svn commit: r322544 - head/release

2017-08-15 Thread Glen Barber
Author: gjb Date: Tue Aug 15 15:08:19 2017 New Revision: 322544 URL: https://svnweb.freebsd.org/changeset/base/322544 Log: Always expand the full path to the configuration file specified with the '-c' flag. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/rele

svn commit: r322542 - head/sys/boot/efi/loader/arch/amd64

2017-08-15 Thread Toomas Soome
Author: tsoome Date: Tue Aug 15 14:03:26 2017 New Revision: 322542 URL: https://svnweb.freebsd.org/changeset/base/322542 Log: loader.efi: repace XXX with real comments in trap.c There are two missing comments marked as XXX in trap.c, fix this. Reviewed by: kib Differential Revision:

svn commit: r322530 - head/sys/dev/usb/quirk

2017-08-15 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 15 08:44:36 2017 New Revision: 322530 URL: https://svnweb.freebsd.org/changeset/base/322530 Log: Add new USB quirk. Submitted by: de...@stasyan.com PR: 221328 MFC after:1 week Sponsored by: Mellanox Technolog