svn commit: r347967 - head/share/man/man4

2019-05-18 Thread Conrad Meyer
Author: cem Date: Sun May 19 06:01:11 2019 New Revision: 347967 URL: https://svnweb.freebsd.org/changeset/base/347967 Log: nvd.4: Reference nda(4) Fix a totally minor typo in nvme.4 while here. Modified: head/share/man/man4/nvd.4 head/share/man/man4/nvme.4 Modified: head/share/man/man

svn commit: r347966 - head/share/man/man4

2019-05-18 Thread Warner Losh
Author: imp Date: Sun May 19 05:46:24 2019 New Revision: 347966 URL: https://svnweb.freebsd.org/changeset/base/347966 Log: Add note about nvd / nda selection. Noticed by: cem@ Modified: head/share/man/man4/nvme.4 Modified: head/share/man/man4/nvme.4 =

svn commit: r347965 - stable/12/usr.sbin/ntp/ntpd

2019-05-18 Thread Xin LI
Author: delphij Date: Sun May 19 04:56:02 2019 New Revision: 347965 URL: https://svnweb.freebsd.org/changeset/base/347965 Log: MFC r347488,347606: Update leap-seconds to leap-seconds.3676924800. Modified: stable/12/usr.sbin/ntp/ntpd/leap-seconds Directory Properties: stable/12/ (props cha

svn commit: r347964 - head/sys/amd64/vmm

2019-05-18 Thread John Baldwin
Author: jhb Date: Sat May 18 21:20:38 2019 New Revision: 347964 URL: https://svnweb.freebsd.org/changeset/base/347964 Log: Expose the MD_CLEAR capability used by Intel MDS mitigations to guests. Submitted by: Patrick Mooney Reviewed by: kib Tested by:Patrick on SmartOS with Linux

svn commit: r347963 - in head: libexec/rc sbin/ifconfig share/man/man5 tools/tools/tinybsd/conf/firewall/etc usr.sbin/jail

2019-05-18 Thread Brooks Davis
Author: brooks Date: Sat May 18 21:01:36 2019 New Revision: 347963 URL: https://svnweb.freebsd.org/changeset/base/347963 Log: Change ed(4), ep(4), and fxp(4) examples to em(4). ed(4) and ep(4) have been removed. fxp(4) remains popular in older systems, but isn't as future proof as em(4).

svn commit: r347962 - in stable/11: share/man/man4 share/man/man4/man4.i386 share/man/man4/man4.powerpc sys/dev/bm sys/dev/cs sys/dev/de sys/dev/ed sys/dev/ep sys/dev/ex sys/dev/fe sys/dev/pcn sys/...

2019-05-18 Thread Brooks Davis
Author: brooks Date: Sat May 18 20:43:13 2019 New Revision: 347962 URL: https://svnweb.freebsd.org/changeset/base/347962 Log: MFC r339703, r347365, r347703, r347940 r339703: Deprecate a number of less used 10 and 10/100 Ethernet devices. The current deprecated list is: ae, bm, cs, de

svn commit: r347961 - head

2019-05-18 Thread Brad Davis
Author: brd Date: Sat May 18 19:36:23 2019 New Revision: 347961 URL: https://svnweb.freebsd.org/changeset/base/347961 Log: Add note to UPDATING for users of mergemaster after the move of master.passwd and group in r347638. Approved by: allanjude (mentor) Modified: head/UPDATING Modif

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

2019-05-18 Thread Rodney W. Grimes
Author: rgrimes Date: Sat May 18 19:32:38 2019 New Revision: 347960 URL: https://svnweb.freebsd.org/changeset/base/347960 Log: bhyve virtio needs barriers Under certain tight race conditions, we found that the lack of a memory barrier in bhyve's virtio handling causes it to miss a NO_NOTI

svn commit: r347959 - stable/12/share/man/man4

2019-05-18 Thread Brooks Davis
Author: brooks Date: Sat May 18 17:30:03 2019 New Revision: 347959 URL: https://svnweb.freebsd.org/changeset/base/347959 Log: MFC r347940 Remove the notice that ae(4) will be removed in FreeBSD 13. Modified: stable/12/share/man/man4/ae.4 Directory Properties: stable/12/ (props change

svn commit: r347958 - head/tools/build

2019-05-18 Thread Brad Davis
Author: brd Date: Sat May 18 17:13:08 2019 New Revision: 347958 URL: https://svnweb.freebsd.org/changeset/base/347958 Log: Update beinstall to use the mergemaster/etcupdate from the source tree instead of the installed one. Approved by: will (mentor) Differential Revision:https

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

2019-05-18 Thread Konstantin Belousov
Author: kib Date: Sat May 18 16:19:31 2019 New Revision: 347957 URL: https://svnweb.freebsd.org/changeset/base/347957 Log: Make lock-less delayed invalidation operational very early. Apparently, there is more code trying to call pmap_remove() early, mostly to free preloaded memory. Inste

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Bruce Evans
On Sat, 18 May 2019, Toomas Soome wrote: On 18 May 2019, at 15:37, Alexey Dokuchaev wrote: On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: New Revision: 347953 URL: https://svnweb.freebsd.org/changeset/base/347953 Log: MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after t

svn commit: r347956 - head/sys/powerpc/aim

2019-05-18 Thread Justin Hibbits
Author: jhibbits Date: Sat May 18 14:55:59 2019 New Revision: 347956 URL: https://svnweb.freebsd.org/changeset/base/347956 Log: powerpc: Fix moea64 pmap from 347952 vm_paddr_t is only 32 bits on AIM32 (currently), causing a build failure with the shifting. MFC after:2 weeks MFC

svn commit: r347955 - head/sys/kern

2019-05-18 Thread Mark Johnston
Author: markj Date: Sat May 18 14:19:23 2019 New Revision: 347955 URL: https://svnweb.freebsd.org/changeset/base/347955 Log: Update the DIAGNOSTIC-only vmem_check_sanity() after r347949. Cursor tags are special and shouldn't be subject to the existing checks. Reported by: kib, David W

Re: svn commit: r347954 - in stable/12/sys/compat/linuxkpi/common: include/linux src

2019-05-18 Thread Hans Petter Selasky
On 2019-05-18 15:27, Johannes Lundberg wrote: Author: johalun Date: Sat May 18 13:27:09 2019 New Revision: 347954 URL: https://svnweb.freebsd.org/changeset/base/347954 Log: MFC r347470 | johalun | 2019-05-10 16:10:

svn commit: r347954 - in stable/12/sys/compat/linuxkpi/common: include/linux src

2019-05-18 Thread Johannes Lundberg
Author: johalun Date: Sat May 18 13:27:09 2019 New Revision: 347954 URL: https://svnweb.freebsd.org/changeset/base/347954 Log: MFC r347470 | johalun | 2019-05-10 16:10:22 -0700 (Fri, 10 May 2019) | 9 lines Implemen

Re: svn commit: r347951 - stable/12/lib/libc/stdlib

2019-05-18 Thread Rodney W. Grimes
> Hello Konstantin and Bruce, > > thank you for your comments. Clearly, this should have been addressed in > the review and checked by a second pair of eyes. I mostly did the man > page changes and can't comment much on the actual coding example. Two > people (dab and jilles) approved the revision

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Toomas Soome via svn-src-all
> On 18 May 2019, at 15:37, Alexey Dokuchaev wrote: > > On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: >> New Revision: 347953 >> URL: https://svnweb.freebsd.org/changeset/base/347953 >> >> Log: >> MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first >> >> zfson

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Alexey Dokuchaev
On Sat, May 18, 2019 at 04:53:35AM -0400, Allan Jude wrote: > On 5/18/19 8:37 AM, Alexey Dokuchaev wrote: > > On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: > >> New Revision: 347953 > >> URL: https://svnweb.freebsd.org/changeset/base/347953 > >> > >> ... > >> -

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Allan Jude
On 5/18/19 8:37 AM, Alexey Dokuchaev wrote: On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: New Revision: 347953 URL: https://svnweb.freebsd.org/changeset/base/347953 Log: MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first zfsonlinux/zfs@88cfff182432e4d1c

Re: svn commit: r347951 - stable/12/lib/libc/stdlib

2019-05-18 Thread Konstantin Belousov
On Sat, May 18, 2019 at 08:39:03AM -0400, Benedict Reuschling wrote: > Hello Konstantin and Bruce, > > thank you for your comments. Clearly, this should have been addressed in > the review and checked by a second pair of eyes. I mostly did the man > page changes and can't comment much on the actua

Re: svn commit: r347951 - stable/12/lib/libc/stdlib

2019-05-18 Thread Benedict Reuschling
Hello Konstantin and Bruce, thank you for your comments. Clearly, this should have been addressed in the review and checked by a second pair of eyes. I mostly did the man page changes and can't comment much on the actual coding example. Two people (dab and jilles) approved the revision in the Phab

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Alexey Dokuchaev
On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: > New Revision: 347953 > URL: https://svnweb.freebsd.org/changeset/base/347953 > > Log: > MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first > > zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee > > zfs

svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Allan Jude
Author: allanjude Date: Sat May 18 12:27:22 2019 New Revision: 347953 URL: https://svnweb.freebsd.org/changeset/base/347953 Log: MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee zfs_main: fix `zfs userspace` sq

Re: svn commit: r347951 - stable/12/lib/libc/stdlib

2019-05-18 Thread Bruce Evans
On Sat, 18 May 2019, Konstantin Belousov wrote: On Sat, May 18, 2019 at 03:15:08AM +, Benedict Reuschling wrote: Author: bcr (doc committer) Date: Sat May 18 03:15:07 2019 New Revision: 347951 URL: https://svnweb.freebsd.org/changeset/base/347951 Log: MFC r347617: Add small EXAMPLE sec

svn commit: r347952 - head/sys/powerpc/aim

2019-05-18 Thread Justin Hibbits
Author: jhibbits Date: Sat May 18 11:14:43 2019 New Revision: 347952 URL: https://svnweb.freebsd.org/changeset/base/347952 Log: powerpc64/pmap: NUMA-ize the page pv lock pool to reduce contention It was found during building llvm that the page pv lock pool was seeing very high contention.

Re: svn commit: r347695 - in head/sys: amd64/amd64 amd64/include kern

2019-05-18 Thread Konstantin Belousov
On Sat, May 18, 2019 at 11:35:29AM +0300, Dmitry Chagin wrote: > чт, 16 мая 2019 г. в 16:29, Konstantin Belousov : > > > Author: kib > > Date: Thu May 16 13:28:48 2019 > > New Revision: 347695 > > URL: https://svnweb.freebsd.org/changeset/base/347695 > > > > Log: > > amd64 pmap: rework delayed i

Re: svn commit: r347695 - in head/sys: amd64/amd64 amd64/include kern

2019-05-18 Thread Dmitry Chagin
чт, 16 мая 2019 г. в 16:29, Konstantin Belousov : > Author: kib > Date: Thu May 16 13:28:48 2019 > New Revision: 347695 > URL: https://svnweb.freebsd.org/changeset/base/347695 > > Log: > amd64 pmap: rework delayed invalidation, removing global mutex. > > For machines having cmpxcgh16b instruct

Re: svn commit: r347951 - stable/12/lib/libc/stdlib

2019-05-18 Thread Konstantin Belousov
On Sat, May 18, 2019 at 03:15:08AM +, Benedict Reuschling wrote: > Author: bcr (doc committer) > Date: Sat May 18 03:15:07 2019 > New Revision: 347951 > URL: https://svnweb.freebsd.org/changeset/base/347951 > > Log: > MFC r347617: > Add small EXAMPLE section to bsearch.3. > > Submitte