svn commit: r359306 - head/sys/netinet

2020-03-25 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 25 18:20:37 2020 New Revision: 359306 URL: https://svnweb.freebsd.org/changeset/base/359306 Log: Remove an optimization, which was incorrect a couple of times and therefore doesn't seem worth to be there. In this case COOKIE where not retransmitted anymore, when

svn commit: r359307 - in head: lib/libsecureboot lib/libsecureboot/h stand/common stand/libsa stand/userboot stand/userboot/test stand/userboot/userboot usr.sbin/bhyveload

2020-03-25 Thread Simon J. Gerraty
Author: sjg Date: Wed Mar 25 19:12:19 2020 New Revision: 359307 URL: https://svnweb.freebsd.org/changeset/base/359307 Log: Fix pkgfs stat so it satisfies libsecureboot We need a valid st_dev, st_ino and st_mtime to correctly track which files have been verified and to update our notion

svn commit: r359305 - head/sys/netinet

2020-03-25 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 25 18:14:12 2020 New Revision: 359305 URL: https://svnweb.freebsd.org/changeset/base/359305 Log: Improve consistency in debug output. MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r359311 - in head/sys: amd64/include arm/include arm64/include i386/include kern powerpc/include sys

2020-03-25 Thread Conrad Meyer
Author: cem Date: Wed Mar 25 23:12:43 2020 New Revision: 359311 URL: https://svnweb.freebsd.org/changeset/base/359311 Log: Expand generic subword atomic primitives The goal of this change is to make the atomic_load_acq_{8,16}, atomic_testandset{,_acq}_long, and atomic_testandclear_long

svn commit: r359309 - head/tests/sys/netinet

2020-03-25 Thread Alfredo Dal'Ava Junior
Author: alfredo Date: Wed Mar 25 20:20:08 2020 New Revision: 359309 URL: https://svnweb.freebsd.org/changeset/base/359309 Log: so_reuseport_lb_test: correct setsockopt parameter size Change type of variable used in setsocketopt so correct size of option is passed. Test failure was

svn commit: r359301 - head/sys/netinet

2020-03-25 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 25 13:19:41 2020 New Revision: 359301 URL: https://svnweb.freebsd.org/changeset/base/359301 Log: Use consistent debug output. MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r359303 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/sys/fs

2020-03-25 Thread Ryan Moeller
Author: freqlabs Date: Wed Mar 25 15:56:18 2020 New Revision: 359303 URL: https://svnweb.freebsd.org/changeset/base/359303 Log: MFOpenZFS: ZVOLs should not be allowed to have children zfs create, receive and rename can bypass this hierarchy rule. Update both userland and kernel module to

svn commit: r359300 - head/sys/netinet

2020-03-25 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 25 13:18:37 2020 New Revision: 359300 URL: https://svnweb.freebsd.org/changeset/base/359300 Log: Don't restore the vnet too early in error cases. MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r359302 - head/sys/netinet

2020-03-25 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 25 15:29:01 2020 New Revision: 359302 URL: https://svnweb.freebsd.org/changeset/base/359302 Log: Revert https://svnweb.freebsd.org/changeset/base/357829 This introduces a regression reported by koobs@ when running a pyhton test suite on a loaded system.

svn commit: r359296 - in head/libexec/rc: . rc.d

2020-03-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 25 08:35:55 2020 New Revision: 359296 URL: https://svnweb.freebsd.org/changeset/base/359296 Log: Revert r359294 per manu's request It breaks etcupdate Reported by: cy Modified: head/libexec/rc/Makefile head/libexec/rc/rc.d/Makefile Modified:

svn commit: r359299 - head/share/man/man5

2020-03-25 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Mar 25 10:11:37 2020 New Revision: 359299 URL: https://svnweb.freebsd.org/changeset/base/359299 Log: Fix formatting Previously, the whole "jail_* variables" string would be stylized as a variable. This is incorrect. MFC after:3 days