svn commit: r324116 - stable/10/sys/net

2017-09-30 Thread Kristof Provost
Author: kp Date: Sat Sep 30 10:16:15 2017 New Revision: 324116 URL: https://svnweb.freebsd.org/changeset/base/324116 Log: MFC r323864 bridge: Set module version This ensures that the loader will not load the module if it's also built in to the kernel. PR: 220860 Su

svn commit: r324124 - in stable: 10/usr.bin/getconf 11/usr.bin/getconf

2017-09-30 Thread John Baldwin
Author: jhb Date: Sat Sep 30 17:30:22 2017 New Revision: 324124 URL: https://svnweb.freebsd.org/changeset/base/324124 Log: MFC 323631: Add an -a flag to getconf. When -a is specified, the name and value of all system or path configuration values is reported to standard output. Sponso

svn commit: r324132 - stable/10

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:06:36 2017 New Revision: 324132 URL: https://svnweb.freebsd.org/changeset/base/324132 Log: MFC r321845: Standardize on SRCTOP instead of .CURDIR-relative paths Modified: stable/10/Makefile.inc1 Directory Properties: stable/10/ (props changed) Modifie

svn commit: r324135 - stable/10/share/mk

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:07:57 2017 New Revision: 324135 URL: https://svnweb.freebsd.org/changeset/base/324135 Log: MFC r322441: Delete trailing whitespace Modified: stable/10/share/mk/bsd.cpu.mk Directory Properties: stable/10/ (props changed) Modified: stable/10/share/mk/b

svn commit: r324137 - stable/10/crypto/openssh

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:31:27 2017 New Revision: 324137 URL: https://svnweb.freebsd.org/changeset/base/324137 Log: MFC r314601: r314601 (by des): Re-apply part of r311585 which was inadvertantly reverted in the upgrade to 7.3p1. The other part (which adds -DLIBWRAP to sshd's C

svn commit: r324139 - in stable/10: bin sbin usr.bin usr.sbin

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:44:25 2017 New Revision: 324139 URL: https://svnweb.freebsd.org/changeset/base/324139 Log: MFC r322951: Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago t

svn commit: r324140 - stable/10/share/mk

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:46:34 2017 New Revision: 324140 URL: https://svnweb.freebsd.org/changeset/base/324140 Log: MFC r321952: Allowing MK_NLS_CATALOGS to be enabled if MK_NLS == no doesn't make a whole lot of sense. Anchor MK_NLS_CATALOGS being enabled off of MK_NLS. Modified

svn commit: r324141 - stable/10/share/man/man5

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:48:02 2017 New Revision: 324141 URL: https://svnweb.freebsd.org/changeset/base/324141 Log: Regenerate src.conf(5) per r324140 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5 =

svn commit: r324142 - stable/10/usr.sbin/bootparamd/callbootd

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:50:31 2017 New Revision: 324142 URL: https://svnweb.freebsd.org/changeset/base/324142 Log: MFC r322635: Fix WARNS - Remove ad hoc inet_ntoa prototype declaration; it's already handled by the included headers. - De-K&Rify the function prototypes fo