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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo