svn commit: r361071 - head

2020-05-14 Thread Conrad Meyer
Author: cem Date: Fri May 15 03:54:25 2020 New Revision: 361071 URL: https://svnweb.freebsd.org/changeset/base/361071 Log: ObsoleteFiles: pdwait4.2.gz A belated follow-up to r320058. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r361066 - head/usr.sbin/jail

2020-05-14 Thread Ryan Moeller
Author: freqlabs Date: Thu May 14 23:38:11 2020 New Revision: 361066 URL: https://svnweb.freebsd.org/changeset/base/361066 Log: jail: Add exec.prepare and exec.release command hooks This change introduces new jail command hooks that run before and after any other actions. The

svn commit: r361065 - head/tests/sys/netpfil/pf/ioctl

2020-05-14 Thread Kyle Evans
Author: kevans Date: Thu May 14 23:20:58 2020 New Revision: 361065 URL: https://svnweb.freebsd.org/changeset/base/361065 Log: pf tests: fix up a couple WARNS= 6 nits common_init_tbl is only used within this single CU, so it should be marked static. WARNS=6 also complained about the

Re: svn commit: r361064 - head/sys/amd64/vmm

2020-05-14 Thread Konstantin Belousov
On Thu, May 14, 2020 at 10:18:12PM +, Peter Grehan wrote: > Author: grehan > Date: Thu May 14 22:18:12 2020 > New Revision: 361064 > URL: https://svnweb.freebsd.org/changeset/base/361064 > > Log: > Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guest > > In recent Linux (5.3+)

Re: svn commit: r361034 - head

2020-05-14 Thread Ed Maste
On Thu, 14 May 2020 at 13:49, John Baldwin wrote: > > Oops, sorry. I meant to fix that up before commit. :-/ No worries. > (I use as the date while it is in the branch) I usually do too; I spotted this due to a merge conflict with my WIP that touches ObsoleteFiles.inc (D24790, retiring

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

2020-05-14 Thread Peter Grehan
Author: grehan Date: Thu May 14 22:18:12 2020 New Revision: 361064 URL: https://svnweb.freebsd.org/changeset/base/361064 Log: Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guest In recent Linux (5.3+) and OpenBSD (6.6+) kernels, and with hosts that support CPUID 0x15, the local

svn commit: r361060 - in head: include lib/libc/gen

2020-05-14 Thread Konstantin Belousov
Author: kib Date: Thu May 14 21:12:08 2020 New Revision: 361060 URL: https://svnweb.freebsd.org/changeset/base/361060 Log: Add memalign(3), mostly for glibc compatibility. Reviewed by: emaste, imp (previous version) Sponsored by: The FreeBSD Foundation MFC after:2 weeks

Re: svn commit: r360833 - head

2020-05-14 Thread Brooks Davis
On Tue, May 12, 2020 at 09:01:33PM -0500, Kyle Evans wrote: > On Tue, May 12, 2020 at 5:16 PM Brooks Davis wrote: > > > > On Mon, May 11, 2020 at 01:45:14PM -0500, Kyle Evans wrote: > > > On Mon, May 11, 2020 at 1:10 PM Brooks Davis wrote: > > > > > > > > On Sat, May 09, 2020 at 02:01:29AM

svn commit: r361056 - head/sys/kern

2020-05-14 Thread Konstantin Belousov
Author: kib Date: Thu May 14 20:17:09 2020 New Revision: 361056 URL: https://svnweb.freebsd.org/changeset/base/361056 Log: Fix r361037. Reorder flag manipulations and use barrier to ensure that the program order is followed by compiler and CPU, for unlocked reader of so_state. In

svn commit: r361054 - head/contrib/lib9p

2020-05-14 Thread Jakub Wojciech Klama
Author: jceel Date: Thu May 14 19:57:52 2020 New Revision: 361054 URL: https://svnweb.freebsd.org/changeset/base/361054 Log: Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66. Approved by: trasz MFC after:1 month Sponsored by: Conclusive Engineering (development), vStack.com

svn commit: r361039 - head/sys/i386/i386

2020-05-14 Thread Mark Johnston
Author: markj Date: Thu May 14 17:56:44 2020 New Revision: 361039 URL: https://svnweb.freebsd.org/changeset/base/361039 Log: Fix the i386 build after r361033. Reported by: Jenkins Modified: head/sys/i386/i386/mp_machdep.c Modified: head/sys/i386/i386/mp_machdep.c

svn commit: r361037 - head/sys/kern

2020-05-14 Thread Konstantin Belousov
Author: kib Date: Thu May 14 17:54:08 2020 New Revision: 361037 URL: https://svnweb.freebsd.org/changeset/base/361037 Log: Fix spurious ENOTCONN from closed unix domain socket other' side. Sometimes, when doing read(2) over unix domain socket, for which the other side socket was closed,

svn commit: r361036 - head/usr.sbin/inetd

2020-05-14 Thread Kyle Evans
Author: kevans Date: Thu May 14 17:52:29 2020 New Revision: 361036 URL: https://svnweb.freebsd.org/changeset/base/361036 Log: inetd(8): Add comments to all examples Submitted by: debdrup (with some minor changes by kevans) Reviewed by: bcr (manpages) MFC after:3 days

Re: svn commit: r361034 - head

2020-05-14 Thread John Baldwin
On 5/14/20 10:19 AM, Ed Maste wrote: > Author: emaste > Date: Thu May 14 17:19:07 2020 > New Revision: 361034 > URL: https://svnweb.freebsd.org/changeset/base/361034 > > Log: > ObsoleteFiles.inc: use date (not ) for ubsec removal > > Modified: > head/ObsoleteFiles.inc Oops, sorry. I

svn commit: r361034 - head

2020-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 17:19:07 2020 New Revision: 361034 URL: https://svnweb.freebsd.org/changeset/base/361034 Log: ObsoleteFiles.inc: use date (not ) for ubsec removal Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r361033 - in head/sys: amd64/amd64 arm64/arm64 dev/acpica i386/i386 x86/acpica

2020-05-14 Thread Mark Johnston
Author: markj Date: Thu May 14 16:07:27 2020 New Revision: 361033 URL: https://svnweb.freebsd.org/changeset/base/361033 Log: Call acpi_pxm_set_proximity_info() slightly earlier on x86. This function is responsible for setting pc_domain in each pcpu structure. Call it from the main

svn commit: r361032 - head/sys/vm

2020-05-14 Thread Mark Johnston
Author: markj Date: Thu May 14 16:06:54 2020 New Revision: 361032 URL: https://svnweb.freebsd.org/changeset/base/361032 Log: Allocate UMA per-CPU counters earlier. Otherwise anything counted before SI_SUB_VM_CONF is discarded. However, it is useful to be able to see stats from

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

2020-05-14 Thread Mark Johnston
Author: markj Date: Thu May 14 15:49:37 2020 New Revision: 361031 URL: https://svnweb.freebsd.org/changeset/base/361031 Log: Assert that page table traversal functions don't operate on superpages. Reviewed by: kib MFC after:1 week Differential Revision:

svn commit: r361028 - head/share/man/man7

2020-05-14 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Thu May 14 09:18:50 2020 New Revision: 361028 URL: https://svnweb.freebsd.org/changeset/base/361028 Log: Add new stats(7) man page and hook it up to the build. This man page contains stat utilities that are available in the base system. This is a better