svn commit: r354131 - in stable/12/sys/fs: nfs nfsclient

2019-10-27 Thread Rick Macklem
Author: rmacklem Date: Mon Oct 28 01:44:31 2019 New Revision: 354131 URL: https://svnweb.freebsd.org/changeset/base/354131 Log: MFC: r352636 Replace all mtx_lock()/mtx_unlock() on n_mtx with the macros. For a long time, some places in the NFS code have locked/unlocked the NFS node lock

svn commit: r354130 - head/tests/sys/netpfil/common

2019-10-27 Thread Li-Wen Hsu
Author: lwhsu Date: Sun Oct 27 21:07:50 2019 New Revision: 354130 URL: https://svnweb.freebsd.org/changeset/base/354130 Log: Follow r354121 to fix some python3 errors in sys.netpfil.* stderr: Traceback (most recent call last): File "/usr/tests/sys/netpfil/common/pft_ping.py", line

svn commit: r354129 - head/libexec/rc

2019-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 27 18:27:25 2019 New Revision: 354129 URL: https://svnweb.freebsd.org/changeset/base/354129 Log: Remove trailing tab. MFC after:3 days Modified: head/libexec/rc/rc.subr Modified: head/libexec/rc/rc.subr

Re: svn commit: r354121 - in head/tests/sys/netpfil: common pf

2019-10-27 Thread Kristof Provost
On 2019-10-26 21:19:55 (+), Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Oct 26 21:19:55 2019 > New Revision: 354121 > URL: https://svnweb.freebsd.org/changeset/base/354121 > > Log: > Upgrade (scapy) py2 tests to work on py3. > > In order to move python2 out of the test framework to

Re: svn commit: r353937 - in head/share: man/man5 mk

2019-10-27 Thread Alexey Dokuchaev
On Sat, Oct 26, 2019 at 04:34:14PM +0200, Dimitry Andric wrote: > > On 24 Oct 2019, at 14:49, Alexey Dokuchaev wrote: > > What are the benefits of the new order? > > The advantages and disadvantages of dynamic linking are a contentious > and almost religious issue, so I hope you don't mind that

svn commit: r354128 - in stable/12: sys/dev/netmap tools/tools/netmap

2019-10-27 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Oct 27 09:28:33 2019 New Revision: 354128 URL: https://svnweb.freebsd.org/changeset/base/354128 Log: MFC r353775 netmap: minor misc improvements - use ring->head rather than ring->cur in lb(8) - use strlcat() rather than strncat() - fix bandwidth

svn commit: r354127 - head/sys/cddl/boot/zfs

2019-10-27 Thread Toomas Soome
Author: tsoome Date: Sun Oct 27 08:35:29 2019 New Revision: 354127 URL: https://svnweb.freebsd.org/changeset/base/354127 Log: loader: zio_checksum_verify should check byteswap We do have both native and byteswap checksum callbacks in place but the selection is not wired. MFC after: