svn commit: r348284 - head/sys/netpfil/pf

2019-05-25 Thread Li-Wen Hsu
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/

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

2019-05-25 Thread Mark Johnston
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

svn commit: r348282 - head/usr.sbin/pw

2019-05-25 Thread Li-Wen Hsu
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/

svn commit: r348274 - head/share/man/man5

2019-05-25 Thread Edward Tomasz Napierala
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

Re: svn commit: r348241 - head

2019-05-25 Thread Ian Lepore
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

svn commit: r348270 - head/libexec/bootpd

2019-05-25 Thread Rodney W. Grimes
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 =

svn commit: r348268 - in head/sys: conf crypto/aesni modules/aesni

2019-05-25 Thread Sean Eric Fagan
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: