Author: 0mp (ports committer)
Date: Tue Oct 2 08:13:54 2018
New Revision: 339080
URL: https://svnweb.freebsd.org/changeset/base/339080
Log:
top(1): Rework DESCRIPTION OF MEMORY section.
Due to markup issues, the DESCRIPTION OF MEMORY section is rather
unreadable; rework it a bit, using s
Author: mckusick
Date: Tue Oct 2 13:45:25 2018
New Revision: 339082
URL: https://svnweb.freebsd.org/changeset/base/339082
Log:
Add missing newline in pwarn message.
Reported by: Mark Millard
Approved by: re (kib)
Modified:
head/sbin/fsck_ffs/pass5.c
Modified: head/sbin/fsck_ffs/pass
Author: emaste
Date: Tue Oct 2 15:08:41 2018
New Revision: 339083
URL: https://svnweb.freebsd.org/changeset/base/339083
Log:
libelf: correct mips64el test to use ELF header
libelf maintains two views of endianness: e_byteorder, and
e_ident[EI_DATA] in the ELF header itself. e_byteorder
Author: rwatson
Date: Tue Oct 2 15:58:17 2018
New Revision: 339085
URL: https://svnweb.freebsd.org/changeset/base/339085
Log:
Rework the logic around quick checks for auditing that take place at
system-call entry and whenever audit arguments or return values are
captured:
1. Expose a s
Author: 0mp (ports committer)
Date: Tue Oct 2 17:01:42 2018
New Revision: 339088
URL: https://svnweb.freebsd.org/changeset/base/339088
Log:
MODULE_PNP_INFO(9): Add example of T usage.
Provide an example of specifying a common vendor value as the documentation
is not clear enough at the m
On Tue, Oct 2, 2018 at 9:58 AM Robert Watson wrote:
> Author: rwatson
> Date: Tue Oct 2 15:58:17 2018
> New Revision: 339085
> URL: https://svnweb.freebsd.org/changeset/base/339085
>
> Log:
> Rework the logic around quick checks for auditing that take place at
> system-call entry and wheneve
Author: bz
Date: Tue Oct 2 17:29:56 2018
New Revision: 339091
URL: https://svnweb.freebsd.org/changeset/base/339091
Log:
After r338257 is was possible to trigger a KASSERT() in ud6_output()
using an application trying to use a v4mapped destination address on a
kernel without INET support or
+31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20181002:
+ The cam(4) based nda(4) driver will be used over nvd(4) by default on
+
Author: brooks
Date: Tue Oct 2 23:23:56 2018
New Revision: 339101
URL: https://svnweb.freebsd.org/changeset/base/339101
Log:
Move 32-bit compat support for CDIOREADTOCENTRYS to the right place.
ioctl(2) commands only have meaning in the context of a file descriptor
so translating them in