Author: lwhsu
Date: Sat May 25 23:58:09 2019
New Revision: 348284
URL: https://svnweb.freebsd.org/changeset/base/348284
Log:
Remove an uneeded indentation introduced in r223637 to silence gcc warnging
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/netpfil/
Author: markj
Date: Sat May 25 23:36:20 2019
New Revision: 348283
URL: https://svnweb.freebsd.org/changeset/base/348283
Log:
Remove pmap_pid_dump() from the i386 pmap.
It has not been compilable in a long time and doesn't seem very useful.
Suggested by: kib
MFC after:1 week
Modi
Author: lwhsu
Date: Sat May 25 21:57:01 2019
New Revision: 348282
URL: https://svnweb.freebsd.org/changeset/base/348282
Log:
Remove an uneeded indentation introduced in r286196 to silence gcc warnging
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/pw/
Author: trasz
Date: Sat May 25 17:37:28 2019
New Revision: 348274
URL: https://svnweb.freebsd.org/changeset/base/348274
Log:
We don't really need two entries to describe how to deal with
optical drives in devfs.conf(5).
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modifie
On Fri, 2019-05-24 at 10:08 -0700, Conrad Meyer wrote:
> On Fri, May 24, 2019 at 9:24 AM Andrew Gallatin > wrote:
> > Dumb question about this: Will it update toolchains, or just use
> > what
> > can find?
>
> -DMAKE_JUST_KERNELS doesn't touch toolchains. For that, there is the
> less memorable
Author: rgrimes
Date: Sat May 25 11:22:49 2019
New Revision: 348270
URL: https://svnweb.freebsd.org/changeset/base/348270
Log:
Correctly align usage: output
Modified:
head/libexec/bootpd/bootpd.c
Modified: head/libexec/bootpd/bootpd.c
=
Author: sef
Date: Sat May 25 07:26:30 2019
New Revision: 348268
URL: https://svnweb.freebsd.org/changeset/base/348268
Log:
Add an AESNI-optimized version of the CCM/CBC cryptographic and authentication
code. The primary client of this is probably going to be ZFS encryption.
Reviewed by: