svn commit: r362951 - head/sys/kern

2020-07-05 Thread Mateusz Guzik
Author: mjg Date: Mon Jul 6 02:00:35 2020 New Revision: 362951 URL: https://svnweb.freebsd.org/changeset/base/362951 Log: vfs: expand on vhold_smr comment Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c

svn commit: r362949 - head/sys/fs/nfs

2020-07-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 5 21:55:16 2020 New Revision: 362949 URL: https://svnweb.freebsd.org/changeset/base/362949 Log: Add support for ext_pgs mbufs to nfsm_strtom(). Also, add a new function nfsm_add_ext_pgs() which will either add a page or add a new ext_pgs mbuf with a page

svn commit: r362950 - head/sys/kern

2020-07-05 Thread Mateusz Guzik
Author: mjg Date: Sun Jul 5 23:07:54 2020 New Revision: 362950 URL: https://svnweb.freebsd.org/changeset/base/362950 Log: lockf: elide avoidable locking in lf_advlockasync While here assert on ls_threads state. Modified: head/sys/kern/kern_lockf.c Modified: head/sys/kern/kern_lockf.c

svn commit: r362948 - head/sys/kern

2020-07-05 Thread Konstantin Belousov
Author: kib Date: Sun Jul 5 20:54:01 2020 New Revision: 362948 URL: https://svnweb.freebsd.org/changeset/base/362948 Log: Fix typo. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c

svn commit: r362940 - stable/11/usr.bin/top

2020-07-05 Thread Konstantin Belousov
Author: kib Date: Sun Jul 5 06:51:39 2020 New Revision: 362940 URL: https://svnweb.freebsd.org/changeset/base/362940 Log: MFC r362711: top: do not try to use sysctl machdep.smp_active. Modified: stable/11/usr.bin/top/machine.c Directory Properties: stable/11/ (props changed)

svn commit: r362939 - stable/12/usr.bin/top

2020-07-05 Thread Konstantin Belousov
Author: kib Date: Sun Jul 5 06:50:22 2020 New Revision: 362939 URL: https://svnweb.freebsd.org/changeset/base/362939 Log: MFC r362711: top: do not try to use sysctl machdep.smp_active. Modified: stable/12/usr.bin/top/machine.c Directory Properties: stable/12/ (props changed)

Re: svn commit: r362809 - head/contrib/mandoc

2020-07-05 Thread Gordon Bergling
On Thu, Jul 02, 2020 at 12:06:13AM +, Alexey Dokuchaev wrote: > On Wed, Jul 01, 2020 at 05:01:00PM -0700, Rodney W. Grimes wrote: > > Thats good, but realize the page already contains history that > > reads like: > > > > HISTORY > > Part of the functionality of whatis was already

svn commit: r362941 - head/sys/compat/linux

2020-07-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 5 10:57:28 2020 New Revision: 362941 URL: https://svnweb.freebsd.org/changeset/base/362941 Log: Fix Linux recvmsg(2) when msg_namelen returned is 0. Previously it would fail with EINVAL, breaking some of the Python regression tests. While here, cap the

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

2020-07-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jul 5 19:38:36 2020 New Revision: 362946 URL: https://svnweb.freebsd.org/changeset/base/362946 Log: Fix include file order in io.h in the LinuxKPI. Make sure sys/types.h is included before machine/vm.h. PR: 247775 Submitted by: pkubaj@ MFC after:

svn commit: r362947 - head/usr.bin/truss

2020-07-05 Thread Pawel Biernacki
Author: kaktus Date: Sun Jul 5 19:53:54 2020 New Revision: 362947 URL: https://svnweb.freebsd.org/changeset/base/362947 Log: truss: print more information about traced sysctls MFC after:2 weeks Sponsored by: Mysterious Code Ltd. Modified: head/usr.bin/truss/syscalls.c Modified:

Re: svn commit: r362947 - head/usr.bin/truss

2020-07-05 Thread Paweł Biernacki
Before: __sysctl("sysctl.name2oid",2,0x7f763a80,0x7f763280,0x7f763680,8) = 0 (0x0) __sysctl("sysctl.oidfmt.6.2",4,0x7f763ae0,0x7f762e78,0x0,0) = 0 (0x0) __sysctl("sysctl.name.6.2",4,0x7f762180,0x7f761d00,0x0,0) = 0 (0x0)

Re: svn commit: r362809 - head/contrib/mandoc

2020-07-05 Thread Rodney W. Grimes
> On Thu, Jul 02, 2020 at 12:06:13AM +, Alexey Dokuchaev wrote: > > On Wed, Jul 01, 2020 at 05:01:00PM -0700, Rodney W. Grimes wrote: > > > Thats good, but realize the page already contains history that > > > reads like: > > > > > > HISTORY > > > Part of the functionality of whatis was

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

2020-07-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 5 13:15:13 2020 New Revision: 362943 URL: https://svnweb.freebsd.org/changeset/base/362943 Log: Make linux(4) man page also mention /compat/linux/dev. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/linux.4

svn commit: r362945 - head

2020-07-05 Thread Stefan Eßer
Author: se Date: Sun Jul 5 14:43:14 2020 New Revision: 362945 URL: https://svnweb.freebsd.org/changeset/base/362945 Log: Add a note regarding the introduction of the new bc and dc implementations that are built by default on -CURRENT after 2020-06-26. Modified: head/UPDATING Modified:

svn commit: r362942 - head/sbin/shutdown

2020-07-05 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jul 5 13:08:17 2020 New Revision: 362942 URL: https://svnweb.freebsd.org/changeset/base/362942 Log: shutdown.8: Fix typo Fix a typo in shutdown.8, use ',' instead of '.' when listing items. MFC after:1 week Modified:

svn commit: r362944 - in head/sys: amd64/amd64 arm64/arm64 kern sys

2020-07-05 Thread Andrew Turner
Author: andrew Date: Sun Jul 5 14:38:22 2020 New Revision: 362944 URL: https://svnweb.freebsd.org/changeset/base/362944 Log: Rerun kernel ifunc resolvers after all CPUs have started On architectures that use RELA relocations it is safe to rerun the ifunc resolvers on after all CPUs have