svn commit: r287529 - head/sys/netinet

2015-09-06 Thread Allan Jude
Author: allanjude Date: Mon Sep 7 02:00:05 2015 New Revision: 287529 URL: https://svnweb.freebsd.org/changeset/base/287529 Log: missed file that should have been included in r287528 PR: 184110 Submitted by: Marie Helene Kvello-Aune Approved by:

svn commit: r287525 - head/sys/netinet6

2015-09-06 Thread Adrian Chadd
Author: adrian Date: Sun Sep 6 20:57:57 2015 New Revision: 287525 URL: https://svnweb.freebsd.org/changeset/base/287525 Log: Add support for receiving flowtype, flowid and RSS bucket information as part of recvmsg(). Submitted by: Tiwei Bie Differential

svn commit: r287522 - head/usr.sbin/pciconf

2015-09-06 Thread Baptiste Daroussin
Author: bapt Date: Sun Sep 6 20:05:29 2015 New Revision: 287522 URL: https://svnweb.freebsd.org/changeset/base/287522 Log: Prefer pciids database from ports if present Given the pciids database on ports is updated more often than the one in base prefer this version if present, otherwise

svn commit: r287524 - head/sys/netinet

2015-09-06 Thread Adrian Chadd
Author: adrian Date: Sun Sep 6 20:20:48 2015 New Revision: 287524 URL: https://svnweb.freebsd.org/changeset/base/287524 Log: Replace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_direct_nh.nh_m2cpuid, because the RSS hash may need to be recalculated. Submitted by: Tiwei Bie

svn commit: r287523 - head/share/mk

2015-09-06 Thread Baptiste Daroussin
Author: bapt Date: Sun Sep 6 20:17:14 2015 New Revision: 287523 URL: https://svnweb.freebsd.org/changeset/base/287523 Log: Remove last traces of USEPRIVATELIB Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r287528 - head/share/man/man4

2015-09-06 Thread Allan Jude
Author: allanjude Date: Mon Sep 7 01:21:56 2015 New Revision: 287528 URL: https://svnweb.freebsd.org/changeset/base/287528 Log: Document the sctp blackhole sysctl MIB PR: 184110 Submitted by: Marie Helene Kvello-Aune Reviewed by: wblock Approved

svn commit: r287500 - in head: sys/cam/ctl usr.sbin/ctladm usr.sbin/ctld

2015-09-06 Thread Alexander Motin
Author: mav Date: Sun Sep 6 11:23:01 2015 New Revision: 287500 URL: https://svnweb.freebsd.org/changeset/base/287500 Log: Allow LUN options modification via CTL_LUNREQ_MODIFY. Not all changes take effect, but that is a different question. Modified: head/sys/cam/ctl/ctl.h

svn commit: r287501 - head/contrib/llvm/tools/lldb

2015-09-06 Thread Dimitry Andric
Author: dim Date: Sun Sep 6 11:48:50 2015 New Revision: 287501 URL: https://svnweb.freebsd.org/changeset/base/287501 Log: Update lldb's FREEBSD-Xlist to match reality. Modified: head/contrib/llvm/tools/lldb/FREEBSD-Xlist Modified: head/contrib/llvm/tools/lldb/FREEBSD-Xlist

svn commit: r287499 - head/sys/cam/ctl

2015-09-06 Thread Alexander Motin
Author: mav Date: Sun Sep 6 09:54:56 2015 New Revision: 287499 URL: https://svnweb.freebsd.org/changeset/base/287499 Log: Move setting of media parameters inside open routines. This is preparation for possibility to open/close media several times per LUN life cycle. While there, rename

svn commit: r287509 - head/usr.bin/procstat

2015-09-06 Thread Allan Jude
Author: allanjude Date: Sun Sep 6 17:47:03 2015 New Revision: 287509 URL: https://svnweb.freebsd.org/changeset/base/287509 Log: Fix inverted output re: stack protection no-execute flag in procstat(1) PR: 196110 Submitted by: Joerg Pernfuss Approved by:

svn commit: r287520 - head/usr.sbin/ntp

2015-09-06 Thread Garrett Cooper
Author: ngie Date: Sun Sep 6 18:58:33 2015 New Revision: 287520 URL: https://svnweb.freebsd.org/changeset/base/287520 Log: Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories MFC after: 1 week Modified: