svn commit: r289924 - in stable/10: share/man/man4 sys/cam/scsi

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 07:26:12 2015 New Revision: 289924 URL: https://svnweb.freebsd.org/changeset/base/289924 Log: MFC r289146: Make delete method set via kern.cam.da.X.delete_method persistent. This allows to set delete method via tunable, before device capabilities are known.

svn commit: r289938 - in stable/10: bin/sh lib/libc/gen

2015-10-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 25 17:17:50 2015 New Revision: 289938 URL: https://svnweb.freebsd.org/changeset/base/289938 Log: MFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable. Shell syntax is too complicated to detect command substitution and unquoted operators reliably without i

svn commit: r289943 - stable/10/lib/libc/gen

2015-10-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 25 21:39:23 2015 New Revision: 289943 URL: https://svnweb.freebsd.org/changeset/base/289943 Log: MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201. The old code was exponential in the number of asterisks in the pattern. However, once a matc

svn commit: r289949 - stable/10/usr.sbin/syslogd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:17:43 2015 New Revision: 289949 URL: https://svnweb.freebsd.org/changeset/base/289949 Log: MFC r286304: Set f_file to -1/F_UNUSED when after closing when possible This will help ensure we don't trash file descriptors that get used later on in the daem

svn commit: r289952 - stable/10/sys/geom/uzip

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:21:19 2015 New Revision: 289952 URL: https://svnweb.freebsd.org/changeset/base/289952 Log: MFC r286367: Make some debug printf's into DPRINTF's to reduce noise on attach/detach Differential Revision: https://reviews.freebsd.org/D3306 Reviewed by: loos

svn commit: r289953 - in stable/10: . share/mk

2015-10-25 Thread Garrett Cooper
:04 2015(r289953) @@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20151025: + ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support has been removed from

svn commit: r289954 - stable/10/tools/regression/p1003_1b

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:30:45 2015 New Revision: 289954 URL: https://svnweb.freebsd.org/changeset/base/289954 Log: MFC r282072,r283018: r282072: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam r283018: Fix more warnings relat

svn commit: r289956 - stable/10/cddl/lib

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:34:49 2015 New Revision: 289956 URL: https://svnweb.freebsd.org/changeset/base/289956 Log: MFC r283144: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory Sponsored by: EMC / Isilon Storage

svn commit: r289958 - stable/10/sys/geom/uncompress

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:38:17 2015 New Revision: 289958 URL: https://svnweb.freebsd.org/changeset/base/289958 Log: MFC r286512: Make some debug printf's into DPRINTF's to reduce noise on attach/detahh Similar reasoning to what was done in r286367 with geom_uzip(4) Differe

svn commit: r289959 - in stable/10: share/mk tools/build/options tools/tools/nanobsd/gateworks

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:41:26 2015 New Revision: 289959 URL: https://svnweb.freebsd.org/changeset/base/289959 Log: MFC r286822: Reap MK_SYSINSTALL It's no longer in use in the tree (most likely missed when sade/sysinstall were removed) Deleted: stable/10/tools/build/optio

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

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:43:10 2015 New Revision: 289960 URL: https://svnweb.freebsd.org/changeset/base/289960 Log: Regen src.conf(5) after r289959 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

svn commit: r289961 - stable/10/usr.sbin/ntp

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:44:37 2015 New Revision: 289961 URL: https://svnweb.freebsd.org/changeset/base/289961 Log: MFC r287520: Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories Modified: stable/10/usr.sbin/ntp/Makefil

svn commit: r289962 - stable/10/tools/build/mk

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:50:33 2015 New Revision: 289962 URL: https://svnweb.freebsd.org/changeset/base/289962 Log: MFC r288057: Delete /etc/autofs/special_noauto when MK_AUTOFS == no Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc Directory Properties: stable/10/

svn commit: r289963 - in stable/10: . share/man/man9

2015-10-25 Thread Garrett Cooper
; # done +# 20151025: remove links to removed/unimplemented mbuf(9) macros +OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz +OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz +OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz +OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz +OLD_FILES+=usr/share/man/man9

svn commit: r289965 - in stable/10: bin/ls bin/ls/tests etc/mtree

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 23:03:04 2015 New Revision: 289965 URL: https://svnweb.freebsd.org/changeset/base/289965 Log: MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102: r288330: Add initial testcases for bin/ls Sponsored by: EMC / Isilon Storage Division r2884

svn commit: r289969 - stable/10/bin/test/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:05:02 2015 New Revision: 289969 URL: https://svnweb.freebsd.org/changeset/base/289969 Log: MFC r289488: Clean up trailing whitespace Modified: stable/10/bin/test/tests/legacy_test.sh Directory Properties: stable/10/ (props changed) Modified: stable/1

svn commit: r289970 - stable/10/tools/regression/lib/msun

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:06:04 2015 New Revision: 289970 URL: https://svnweb.freebsd.org/changeset/base/289970 Log: MFC r289332: Fix test-fenv:test_dfl_env when run on some amd64 CPUs Compare the fields that the AMD [1] and Intel [2] specs say will be set once fnstenv returns

svn commit: r289972 - stable/10/lib/libcam

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:08:40 2015 New Revision: 289972 URL: https://svnweb.freebsd.org/changeset/base/289972 Log: MFC r289450: Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fd descriptor to avoid trashing valid file descriptors that access dev->fd at a

svn commit: r289974 - stable/10/share/zoneinfo

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:11:07 2015 New Revision: 289974 URL: https://svnweb.freebsd.org/changeset/base/289974 Log: MFC r289451: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674 Subm

svn commit: r289976 - stable/10/sys/modules/netgraph

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:13:49 2015 New Revision: 289976 URL: https://svnweb.freebsd.org/changeset/base/289976 Log: MFC r288304: Enable parallel subdirectory building with sys/modules/netgraph Modified: stable/10/sys/modules/netgraph/Makefile Directory Properties: stable/10/

svn commit: r289978 - stable/10/usr.sbin/pw

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:28:05 2015 New Revision: 289978 URL: https://svnweb.freebsd.org/changeset/base/289978 Log: MFC r289600: Initialize `quiet` to false so `pw groupnext` again prints out the next gid by default Reported by: Florian Degner PR: 203876 Sponsored by: EM

svn commit: r289981 - in stable/10: etc/mtree usr.bin/col usr.bin/col/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:15:06 2015 New Revision: 289981 URL: https://svnweb.freebsd.org/changeset/base/289981 Log: MFC r282339,r282341: r282339 (by bapt): Add regression test about reverse line feed to col(1) r282341 (by bapt): Actually push the right tests Added:

svn commit: r289984 - stable/10/tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:33:40 2015 New Revision: 289984 URL: https://svnweb.freebsd.org/changeset/base/289984 Log: MFC r264965: r264965 (by des): Note that the bug was fixed, and when. Modified: stable/10/tools/regression/vfs/trailing_slash.t Directory Properties: stable/10/

svn commit: r289985 - in stable/10: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:37:01 2015 New Revision: 289985 URL: https://svnweb.freebsd.org/changeset/base/289985 Log: MFC r289300: Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs Sponsored by: EMC / Isilon Storage Division Added: stable/10/tests/sys

svn commit: r289986 - stable/10/sbin/ifconfig

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:43:28 2015 New Revision: 289986 URL: https://svnweb.freebsd.org/changeset/base/289986 Log: MFC r288305: Replace N #defines with nitems to simplify ifconfig code slightly Modified: stable/10/sbin/ifconfig/af_atalk.c stable/10/sbin/ifconfig/af_inet6.c s

svn commit: r289989 - stable/10/usr.sbin/makefs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:53:48 2015 New Revision: 289989 URL: https://svnweb.freebsd.org/changeset/base/289989 Log: MFC r289601: Don't check if `val` is NULL before calling free; free(3) already handles this PR: 203649 Submitted by: Thomas Schmitt Coverity CID: 1305659