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
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
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
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
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
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
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
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
=
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