svn commit: r347050 - head/lib/libfetch

2019-05-02 Thread Adrian Chadd
Author: adrian Date: Fri May 3 06:06:39 2019 New Revision: 347050 URL: https://svnweb.freebsd.org/changeset/base/347050 Log: [libfetch] Fix compilation with WITHOUT_CRYPT. Modified: head/lib/libfetch/common.c Modified: head/lib/libfetch/common.c =

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

2019-05-02 Thread Alexander Motin
Author: mav Date: Fri May 3 03:36:00 2019 New Revision: 347049 URL: https://svnweb.freebsd.org/changeset/base/347049 Log: MFC r346762: Add mutex_destroy() missed in r334844. Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Directory Properties: stable/11/ (pr

svn commit: r347048 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-05-02 Thread Alexander Motin
Author: mav Date: Fri May 3 03:35:36 2019 New Revision: 347048 URL: https://svnweb.freebsd.org/changeset/base/347048 Log: MFC r346762: Add mutex_destroy() missed in r334844. Modified: stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Directory Properties: stable/12/ (pr

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

2019-05-02 Thread Alexander Motin
Author: mav Date: Fri May 3 03:34:50 2019 New Revision: 347047 URL: https://svnweb.freebsd.org/changeset/base/347047 Log: MFC r346760: Fix minor mismerges. No functional change. Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/range_tree.h Directory Properties: s

svn commit: r347046 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2019-05-02 Thread Alexander Motin
Author: mav Date: Fri May 3 03:34:22 2019 New Revision: 347046 URL: https://svnweb.freebsd.org/changeset/base/347046 Log: MFC r346760: Fix minor mismerges. No functional change. Modified: stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/range_tree.h Directory Properties: s

svn commit: r347045 - in stable/11/sys/fs: nfs nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 03:05:22 2019 New Revision: 347045 URL: https://svnweb.freebsd.org/changeset/base/347045 Log: MFC: r346424 Add support for the ModeSetMasked attribute to the NFSv4.1 server. I do not know of an extant NFSv4.1 client that currently does a Setattr operati

svn commit: r347044 - in stable/12/sys/fs: nfs nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:58:33 2019 New Revision: 347044 URL: https://svnweb.freebsd.org/changeset/base/347044 Log: MFC: r346424 Add support for the ModeSetMasked attribute to the NFSv4.1 server. I do not know of an extant NFSv4.1 client that currently does a Setattr operati

svn commit: r347043 - head/sys/vm

2019-05-02 Thread Douglas William Moore
Author: dougm Date: Fri May 3 02:55:54 2019 New Revision: 347043 URL: https://svnweb.freebsd.org/changeset/base/347043 Log: fls() should find the most significant bit of an int faster than a linear search can, so use it to avoid a linear search in isqrt. Approved by: kib (mentor), markj

svn commit: r347042 - stable/11/sys/fs/nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:51:33 2019 New Revision: 347042 URL: https://svnweb.freebsd.org/changeset/base/347042 Log: MFC: r346423 Replace "vp" with NULL to make the code more readable. At the time of this nfsv4_sattr() call, "vp == NULL", so this patch doesn't change the sema

svn commit: r347041 - stable/12/sys/fs/nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:44:57 2019 New Revision: 347041 URL: https://svnweb.freebsd.org/changeset/base/347041 Log: MFC: r346423 Replace "vp" with NULL to make the code more readable. At the time of this nfsv4_sattr() call, "vp == NULL", so this patch doesn't change the sema

svn commit: r347040 - in stable/10/sys/fs: nfs nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:30:01 2019 New Revision: 347040 URL: https://svnweb.freebsd.org/changeset/base/347040 Log: MFC: r346365 Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes. During inspection of a packet trace, I noticed that an NFSv4.0 mount report

svn commit: r347039 - in stable/11/sys/fs: nfs nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:17:52 2019 New Revision: 347039 URL: https://svnweb.freebsd.org/changeset/base/347039 Log: MFC: r346365 Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes. During inspection of a packet trace, I noticed that an NFSv4.0 mount report

svn commit: r347038 - in stable/12/sys/fs: nfs nfsserver

2019-05-02 Thread Rick Macklem
Author: rmacklem Date: Fri May 3 02:03:29 2019 New Revision: 347038 URL: https://svnweb.freebsd.org/changeset/base/347038 Log: MFC: r346365 Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes. During inspection of a packet trace, I noticed that an NFSv4.0 mount report

svn commit: r347037 - in stable: 11/release 11/release/tools 12/release 12/release/tools

2019-05-02 Thread Glen Barber
Author: gjb Date: Fri May 3 00:45:31 2019 New Revision: 347037 URL: https://svnweb.freebsd.org/changeset/base/347037 Log: MFC r346959: Reduce the default image size for virtual machine disk images from 30GB to 3GB. The raw images can be resized using truncate(1), and other formats

svn commit: r347037 - in stable: 11/release 11/release/tools 12/release 12/release/tools

2019-05-02 Thread Glen Barber
Author: gjb Date: Fri May 3 00:45:31 2019 New Revision: 347037 URL: https://svnweb.freebsd.org/changeset/base/347037 Log: MFC r346959: Reduce the default image size for virtual machine disk images from 30GB to 3GB. The raw images can be resized using truncate(1), and other formats

svn commit: r347036 - stable/11/usr.sbin/bhyve

2019-05-02 Thread John Baldwin
Author: jhb Date: Fri May 3 00:20:02 2019 New Revision: 347036 URL: https://svnweb.freebsd.org/changeset/base/347036 Log: MFC 325727: bhyve: avoid applying capsicum capabilities to file that was not opened When using -l option targeting file that can't be opened (ie. nmdm module is not

svn commit: r347035 - stable/11/usr.sbin/bhyve

2019-05-02 Thread John Baldwin
Author: jhb Date: Fri May 3 00:02:07 2019 New Revision: 347035 URL: https://svnweb.freebsd.org/changeset/base/347035 Log: MFC 313732: bhyve: whitespace fix for r313727 Modified: stable/11/usr.sbin/bhyve/consport.c Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.

svn commit: r347034 - in stable/11: . etc/pkg gnu/usr.bin/groff/tmac lib/clang sys/conf

2019-05-02 Thread Glen Barber
Author: gjb Date: Thu May 2 23:59:44 2019 New Revision: 347034 URL: https://svnweb.freebsd.org/changeset/base/347034 Log: Update stable/11 from 11.2-STABLE to 11.3-PRERELEASE, marking the official start of the code slush for the 11.3-RELEASE cycle. Set the default mdoc(7) version to 11.3

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

2019-05-02 Thread John Baldwin
Author: jhb Date: Thu May 2 22:46:37 2019 New Revision: 347033 URL: https://svnweb.freebsd.org/changeset/base/347033 Log: Increase the VirtIO segment count to support modern Windows guests. The Windows virtio driver ignores the advertized seg_max field and assumes the host can accept up

svn commit: r347032 - head/lib/libc/gen

2019-05-02 Thread Alan Somers
Author: asomers Date: Thu May 2 19:59:37 2019 New Revision: 347032 URL: https://svnweb.freebsd.org/changeset/base/347032 Log: directory.3: add a STANDARDS section Reviewed by: jilles, ngie MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https

svn commit: r347031 - head/sys/net

2019-05-02 Thread Ed Maste
Author: emaste Date: Thu May 2 19:13:31 2019 New Revision: 347031 URL: https://svnweb.freebsd.org/changeset/base/347031 Log: iflib: remove assertion that isc_capabilities is nonzero It's atypical, but not invalid, for a driver to pass no capabilities. Submitted by: Gerald Aryeetey

svn commit: r347030 - head/sys/compat/linprocfs

2019-05-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 2 19:02:16 2019 New Revision: 347030 URL: https://svnweb.freebsd.org/changeset/base/347030 Log: Fix flags in cpuinfo. Reviewed by: dchagin MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org

svn commit: r347029 - in head/sys: amd64/conf arm/conf arm64/conf conf i386/conf mips/conf powerpc/conf sparc64/conf

2019-05-02 Thread Conrad Meyer
Author: cem Date: Thu May 2 18:10:23 2019 New Revision: 347029 URL: https://svnweb.freebsd.org/changeset/base/347029 Log: Add a COMPAT_FREEBSD12 kernel option. Use it wherever COMPAT_FREEBSD11 is currently specified, like r309749. Reviewed by: imp, jhb, markj Sponsored by: Dell EMC

svn commit: r347028 - head/lib/libbe

2019-05-02 Thread Kyle Evans
Author: kevans Date: Thu May 2 17:50:56 2019 New Revision: 347028 URL: https://svnweb.freebsd.org/changeset/base/347028 Log: libbe: set mountpoint=none in be_import If we're going to set a mountpoint at all, mountpoint=none makes more sense than mountpoint=/. MFC after: 3 days

svn commit: r347027 - head/lib/libbe

2019-05-02 Thread Kyle Evans
Author: kevans Date: Thu May 2 17:44:46 2019 New Revision: 347027 URL: https://svnweb.freebsd.org/changeset/base/347027 Log: libbe(3): Properly mount BEs with mountpoint=none Instead of pretending to successfully mount them while not actually mounting anything, we'll now actually mount t

svn commit: r347026 - stable/12/contrib/bsnmp/snmp_mibII

2019-05-02 Thread Andrey V. Elsukov
Author: ae Date: Thu May 2 17:43:47 2019 New Revision: 347026 URL: https://svnweb.freebsd.org/changeset/base/347026 Log: MFC r345798: Create 64bit mibII counters for all interfaces. PR: 157015 Obtained from: Yandex LLC Modified: stable/12/contrib/bsnmp/snmp_mibII/

svn commit: r347025 - stable/11/contrib/bsnmp/snmp_mibII

2019-05-02 Thread Andrey V. Elsukov
Author: ae Date: Thu May 2 17:41:42 2019 New Revision: 347025 URL: https://svnweb.freebsd.org/changeset/base/347025 Log: MFC r345798: Create 64bit mibII counters for all interfaces. PR: 157015 Obtained from: Yandex LLC Modified: stable/11/contrib/bsnmp/snmp_mibII/

svn commit: r347024 - head/sys/modules/dtb/rockchip

2019-05-02 Thread Emmanuel Vadot
Author: manu Date: Thu May 2 17:04:01 2019 New Revision: 347024 URL: https://svnweb.freebsd.org/changeset/base/347024 Log: dtb: Include RK3399 RockPro64 DTS in kernel build The DTS for this board is already present in sys/gnu/dts/arm64/rockchip/ and just needs to be enabled. Submitt

svn commit: r347023 - head/stand/efi/loader

2019-05-02 Thread Kyle Evans
Author: kevans Date: Thu May 2 17:01:13 2019 New Revision: 347023 URL: https://svnweb.freebsd.org/changeset/base/347023 Log: stand: correct mis-merge from r346879 Small mis-merge from multiple WIP resulted in block io media handles getting double-initialized. This resulted in some instal

svn commit: r347022 - svnadmin/conf

2019-05-02 Thread John Baldwin
Author: jhb Date: Thu May 2 16:57:39 2019 New Revision: 347022 URL: https://svnweb.freebsd.org/changeset/base/347022 Log: Release peterj@ from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r347021 - head/sys/conf

2019-05-02 Thread Kyle Evans
Author: kevans Date: Thu May 2 16:56:03 2019 New Revision: 347021 URL: https://svnweb.freebsd.org/changeset/base/347021 Log: fdt: Fix installation of aarch64 dtb r345519 rewrote parts of how we build .dtb, but mistakenly dropped the vendor dir for aarch64. Simply drop the :T for buildin

svn commit: r347020 - head/share/misc

2019-05-02 Thread Douglas William Moore
Author: dougm Date: Thu May 2 16:28:33 2019 New Revision: 347020 URL: https://svnweb.freebsd.org/changeset/base/347020 Log: Enroll new committer Doug Moore (do...@freebsd.org). Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D20136 Modified: head/share/mis

svn commit: r347019 - head/libexec/rtld-elf

2019-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 15:03:16 2019 New Revision: 347019 URL: https://svnweb.freebsd.org/changeset/base/347019 Log: Cleanup for rtld_malloc.c. - Remove dead and most likely rotten MALLOC_DEBUG, MSTAT, and RCHECK options. - Remove unused headers. - Remove one case of undefined beh

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

2019-05-02 Thread Roger Pau Monné
On Thu, May 02, 2019 at 08:14:08AM -0500, Kyle Evans wrote: > On Thu, May 2, 2019 at 7:54 AM Roger Pau Monné wrote: > > > > On Thu, May 02, 2019 at 04:58:39AM -0700, Cy Schubert wrote: > > > In message <2019050206.pfosaq73kgo6g...@air-de-roger.citrite.net>, > > > Roger Pa > > > u =?utf-8?B?TW9

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

2019-05-02 Thread Kyle Evans
On Thu, May 2, 2019 at 7:54 AM Roger Pau Monné wrote: > > On Thu, May 02, 2019 at 04:58:39AM -0700, Cy Schubert wrote: > > In message <2019050206.pfosaq73kgo6g...@air-de-roger.citrite.net>, > > Roger Pa > > u =?utf-8?B?TW9ubsOp?= writes: > > > On Thu, Apr 25, 2019 at 12:44:08PM +, Kyle Eva

svn commit: r347017 - in head/sys: arm64/conf conf dts/arm64/overlays modules/dtb/allwinner

2019-05-02 Thread Emmanuel Vadot
Author: manu Date: Thu May 2 12:56:13 2019 New Revision: 347017 URL: https://svnweb.freebsd.org/changeset/base/347017 Log: arm64: Add support for NanoPI NEO2 Add overlay files and activate devicetree file for NanoPi NEO2 featuring Allwinner H5 ARM64 core. To enable sound, dma and codec

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

2019-05-02 Thread Roger Pau Monné
On Thu, May 02, 2019 at 04:58:39AM -0700, Cy Schubert wrote: > In message <2019050206.pfosaq73kgo6g...@air-de-roger.citrite.net>, > Roger Pa > u =?utf-8?B?TW9ubsOp?= writes: > > On Thu, Apr 25, 2019 at 12:44:08PM +, Kyle Evans wrote: > > Apr 26 16:23:57.662653 panic: mtx_lock() of spin mut

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

2019-05-02 Thread Cy Schubert
In message <2019050206.pfosaq73kgo6g...@air-de-roger.citrite.net>, Roger Pa u =?utf-8?B?TW9ubsOp?= writes: > On Thu, Apr 25, 2019 at 12:44:08PM +, Kyle Evans wrote: > > Author: kevans > > Date: Thu Apr 25 12:44:08 2019 > > New Revision: 346670 > > URL: https://svnweb.freebsd.org/changeset/

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

2019-05-02 Thread Roger Pau Monné
On Thu, Apr 25, 2019 at 12:44:08PM +, Kyle Evans wrote: > Author: kevans > Date: Thu Apr 25 12:44:08 2019 > New Revision: 346670 > URL: https://svnweb.freebsd.org/changeset/base/346670 > > Log: > tun/tap: close race between destroy/ioctl handler > > It seems that there should be a bette

svn commit: r347016 - head/sys/compat/linsysfs

2019-05-02 Thread Dmitry Chagin
Author: dchagin Date: Thu May 2 09:00:36 2019 New Revision: 347016 URL: https://svnweb.freebsd.org/changeset/base/347016 Log: Remove unneeded includes. MFC after:2 week Modified: head/sys/compat/linsysfs/linsysfs.c Modified: head/sys/compat/linsysfs/linsysfs.c =

svn commit: r347015 - head/sys/compat/linsysfs

2019-05-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 2 08:17:29 2019 New Revision: 347015 URL: https://svnweb.freebsd.org/changeset/base/347015 Log: Add sys/devices/system/cpu/{possible,present} to linsysfs(5). That makes Linux lscpu(1) work. Reviewed by: dchagin MFC after:2 weeks Sponsored by: The Free

Re: svn commit: r347012 - stable/12/sys/compat/linuxkpi/common/src

2019-05-02 Thread Hans Petter Selasky
On 2019-05-02 04:26, Johannes Lundberg wrote: Author: johalun Date: Thu May 2 02:26:42 2019 New Revision: 347012 URL: https://svnweb.freebsd.org/changeset/base/347012 Log: MFC r346712: Don't call cdev_init where cdev_alloc is called. cdev_alloc already handles initialization. Ple