svn commit: r313256 - in stable/10/sys: amd64/amd64 i386/i386

2017-02-04 Thread Konstantin Belousov
Author: kib Date: Sun Feb 5 00:42:15 2017 New Revision: 313256 URL: https://svnweb.freebsd.org/changeset/base/313256 Log: MFC r312954: Do not leave stale 4K TLB entries on pde (superpage) removal or protection change. Modified: stable/10/sys/amd64/amd64/pmap.c

svn commit: r313234 - in stable/10: crypto/openssh secure/usr.sbin/sshd

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 17:00:47 2017 New Revision: 313234 URL: https://svnweb.freebsd.org/changeset/base/313234 Log: MFC r311585: Conditionalize building libwrap support into sshd Only build libwrap support into sshd if MK_TCP_WRAPPERS != no This will unbreak the build if

svn commit: r313226 - stable/10/libexec/tftpd

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:47:35 2017 New Revision: 313226 URL: https://svnweb.freebsd.org/changeset/base/313226 Log: MFC r311473: Conditionalize all code that uses tcpd.h behind `LIBWRAP` guard This will allow the code to stand by itself without libwrap Modified:

svn commit: r313225 - stable/10/usr.sbin/sendmail

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:45:44 2017 New Revision: 313225 URL: https://svnweb.freebsd.org/changeset/base/313225 Log: MFC r311471: Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of always building support into sendmail. Modified: stable/10/usr.sbin/sendmail/Makefile

svn commit: r313224 - stable/10/etc

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:43:35 2017 New Revision: 313224 URL: https://svnweb.freebsd.org/changeset/base/313224 Log: MFC r310467: Provide some guidance when dealing with sections and variables contained within them For example, using variables designated for %usm requires

svn commit: r313223 - in stable/10: share/mk usr.sbin/bsnmpd/modules usr.sbin/bsnmpd/modules/snmp_hostres usr.sbin/bsnmpd/modules/snmp_mibII

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:40:28 2017 New Revision: 313223 URL: https://svnweb.freebsd.org/changeset/base/313223 Log: MFC r311744,r312328,r312329,r312330: r311744: Document bsd.snmpmod.mk from a high-level r312328: Add a make target (smilint) for running smilint tool

svn commit: r313222 - stable/10/contrib/bsnmp/snmp_usm

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:37:43 2017 New Revision: 313222 URL: https://svnweb.freebsd.org/changeset/base/313222 Log: MFC r311394: op_usm_users: don't deref uusers if it's NULL when SETting the value Add an XXX comment to note that the conditional seems suspect given how it's

svn commit: r313221 - stable/10/lib/libc/regex/grot

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:36:07 2017 New Revision: 313221 URL: https://svnweb.freebsd.org/changeset/base/313221 Log: MFC r312332: Use SRCTOP where possible and use :H to manipulate .CURDIR to get rid of unnecessarily long relative path .PATH values with make Modified:

svn commit: r313220 - stable/10/usr.sbin/ypserv

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:34:44 2017 New Revision: 313220 URL: https://svnweb.freebsd.org/changeset/base/313220 Log: MFC r311469: Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of always building support into ypserv. Modified: stable/10/usr.sbin/ypserv/Makefile

svn commit: r313219 - stable/10/tests/sys/mac/bsdextended

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:31:24 2017 New Revision: 313219 URL: https://svnweb.freebsd.org/changeset/base/313219 Log: MFC r312164: Fix -Wformat issue Use %zu for printing out results from nitems, as it's size_t based Modified: stable/10/tests/sys/mac/bsdextended/ugidfw_test.c

svn commit: r313218 - stable/10/tests/sys

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:29:23 2017 New Revision: 313218 URL: https://svnweb.freebsd.org/changeset/base/313218 Log: MFC r312114,r312194: r312114: Enable WARNS?= 6 across all of tests/sys r312194: Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/... The

svn commit: r313217 - stable/10/tests/sys/vm

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:16:41 2017 New Revision: 313217 URL: https://svnweb.freebsd.org/changeset/base/313217 Log: MFC r312110: Fix -Wsign-compare warnings The loop index (i) doesn't need to be size_t as its comparison is signed Modified: stable/10/tests/sys/vm/mmap_test.c

svn commit: r313216 - stable/10/tests/sys/mac/bsdextended

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 16:15:26 2017 New Revision: 313216 URL: https://svnweb.freebsd.org/changeset/base/313216 Log: MFC r312120: Fix warnings - Staticize test_num - Promote i to size_t to deal with -Wsign-compare issues Tested with: clang, gcc, gcc49 Modified:

svn commit: r313209 - stable/10/usr.sbin/rpcbind

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 15:55:31 2017 New Revision: 313209 URL: https://svnweb.freebsd.org/changeset/base/313209 Log: MFC r311470: Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of always building support into rpcbind. Modified: stable/10/usr.sbin/rpcbind/Makefile

svn commit: r313206 - stable/10/usr.sbin/inetd

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 15:52:08 2017 New Revision: 313206 URL: https://svnweb.freebsd.org/changeset/base/313206 Log: MFC r312105,r312162: r312105: Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERS This will allow inetd to stand by itself without libwrap.

svn commit: r313201 - stable/10/contrib/bsnmp/lib

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 15:45:51 2017 New Revision: 313201 URL: https://svnweb.freebsd.org/changeset/base/313201 Log: MFC r311263: Use calloc instead of malloc with buffers in snmp_{recv,send}_packet This doesn't fix the issue noted in the PR, but at the very least it cleans

svn commit: r313199 - stable/10/lib

2017-02-04 Thread Ngie Cooper
Author: ngie Date: Sat Feb 4 15:44:49 2017 New Revision: 313199 URL: https://svnweb.freebsd.org/changeset/base/313199 Log: MFC r312937: Fix typo in lib/Makefile The SUBDIR_DEPEND variable should be for librpcsec_gss, not liblibrpc_gss PR: 216409 Modified: