Re: svn commit: r339085 - head/sys/security/audit

2018-10-04 Thread Robert N. M. Watson
On 2 Oct 2018, at 18:15, Alan Somers wrote: >> 3. Remove a check of trail enablement/suspension from audit_new() -- >> at the point where this function has been entered, we believe that >> system-call auditing is already in force, or we wouldn't get here, >> so simply proceed to

svn commit: r339179 - head/usr.sbin/bsdinstall

2018-10-04 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Oct 4 09:28:40 2018 New Revision: 339179 URL: https://svnweb.freebsd.org/changeset/base/339179 Log: bsdinstall(8): Document ZFS installation scripting. - Extend the bsdinstall(8) man page with ZFS installation scripting details. [1] - Extend th

svn commit: r339181 - in head/lib/csu: arm common

2018-10-04 Thread Ed Maste
Author: emaste Date: Thu Oct 4 17:35:32 2018 New Revision: 339181 URL: https://svnweb.freebsd.org/changeset/base/339181 Log: crt: switch to standard note type definitions from elf_common.h This makes it easier to grep the source tree for these notes, and ensures that they will remain in

svn commit: r339182 - head/sys/dev/ichiic

2018-10-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Oct 4 19:54:47 2018 New Revision: 339182 URL: https://svnweb.freebsd.org/changeset/base/339182 Log: [ig4] style(9) clean-up Submitted by: Rajesh Kumar Approved by: re (gjb, kib) Modified: head/sys/dev/ichiic/ig4_iic.c Modified: head/sys/dev/ichiic/ig4_iic.c

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

2018-10-04 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 4 20:01:48 2018 New Revision: 339183 URL: https://svnweb.freebsd.org/changeset/base/339183 Log: amd64: hide non-erms jump label under non-erms copyin/copyout This change is a no-op in terms of semantics, but has a side effect of removing a perfectly useless nop

svn commit: r339184 - head/include

2018-10-04 Thread Brooks Davis
Author: brooks Date: Thu Oct 4 21:55:58 2018 New Revision: 339184 URL: https://svnweb.freebsd.org/changeset/base/339184 Log: Reduce NL_ARGMAX to 4096 to match Linux. NL_ARGMAX is the maximum number of positional arguments supported by printf(3). Prior to r308145 it was declared as 99 and

svn commit: r339185 - head/sys/netinet

2018-10-04 Thread Ryan Stone
Author: rstone Date: Thu Oct 4 22:03:58 2018 New Revision: 339185 URL: https://svnweb.freebsd.org/changeset/base/339185 Log: Hold a write lock across udp_notify() With the new route cache feature udp_notify() will modify the inp when it needs to invalidate the route cache. Ensure that w

svn commit: r339186 - in head/sys: compat/freebsd32 fs/devfs

2018-10-04 Thread Brooks Davis
Author: brooks Date: Thu Oct 4 23:55:03 2018 New Revision: 339186 URL: https://svnweb.freebsd.org/changeset/base/339186 Log: Revert r339174: Move 32-bit compat support for FIODGNAME to the right place. A case was missed in this commit which breaks sshing into a 32-bit sshd on a 64-bit sy

svn commit: r339187 - in head/sys: kern sys vm

2018-10-04 Thread Matt Macy
Author: mmacy Date: Fri Oct 5 05:50:56 2018 New Revision: 339187 URL: https://svnweb.freebsd.org/changeset/base/339187 Log: eliminate locking surrounding ui_vmsize and swap reserve by using atomics Change swap_reserve and swap_total to be in units of pages so that swap reservations can b

svn commit: r339188 - in head/sys: dev/hwpmc sys

2018-10-04 Thread Matt Macy
Author: mmacy Date: Fri Oct 5 05:55:56 2018 New Revision: 339188 URL: https://svnweb.freebsd.org/changeset/base/339188 Log: hwpmc: Refactor sample ring buffer handling to fix races Refactor sample ring buffer ring handling to make it more robust to long running callchain collection handl