svn commit: r290899 - stable/10/lib/libc/rpc

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 01:09:25 2015 New Revision: 290899 URL: https://svnweb.freebsd.org/changeset/base/290899 Log: MFC r290253: Remove unnecessary `if (x)` tests before calling `free(x)`; free(3) already employs this check Sponsored by: EMC / Isilon Storage Division Modifie

svn commit: r290898 - in stable/10: etc/mtree usr.bin/limits usr.bin/limits/tests

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 00:58:31 2015 New Revision: 290898 URL: https://svnweb.freebsd.org/changeset/base/290898 Log: MFC r290567: Add some basic tests that exercise cputime limits with limits(1) Sponsored by: EMC / Isilon Storage Division Added: stable/10/usr.bin/limits/tests

svn commit: r290897 - stable/10

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 00:52:31 2015 New Revision: 290897 URL: https://svnweb.freebsd.org/changeset/base/290897 Log: Follow up to r290255 The utimensat testcase was never integrated into stable/10 because the syscall is not present on stable/10 Sponsored by: EMC / Isilon Stora

svn commit: r290896 - in stable/10: . lib/libc/tests/c063 lib/libc/tests/setjmp lib/libc/tests/string

2015-11-15 Thread Garrett Cooper
== --- stable/10/ObsoleteFiles.inc Mon Nov 16 00:37:53 2015(r290895) +++ stable/10/ObsoleteFiles.inc Mon Nov 16 00:50:53 2015(r290896) @@ -38,6 +38,37 @@ # xargs -n1 | sort | uniq -d; # done +# 20151115: added missing _test suffix on

svn commit: r290895 - stable/10/tools/regression/acltools

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 00:37:53 2015 New Revision: 290895 URL: https://svnweb.freebsd.org/changeset/base/290895 Log: Remove tools/regression/acltools Should have been done with r290894 Sponsored by: EMC / Isilon Storage Division Deleted: stable/10/tools/regression/acltools/ _

svn commit: r290894 - in stable/10: etc/mtree tests/sys tests/sys/acl

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 00:37:00 2015 New Revision: 290894 URL: https://svnweb.freebsd.org/changeset/base/290894 Log: MFC r289446: Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl - Make the requirements more complete for the testcases - Detect

svn commit: r290893 - in stable/10: bin/setfacl lib/libc/posix1e share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/contrib/opensolaris/uts/common/sys sys/kern sys/sys tools/regression/acltools

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 23:54:34 2015 New Revision: 290893 URL: https://svnweb.freebsd.org/changeset/base/290893 Log: MFC r289195: Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to the FreeBSD test suite functional_test.sh was ported from bin/sh/tests

svn commit: r290892 - in stable/10: etc/mtree lib/libarchive lib/libarchive/test lib/libarchive/tests usr.bin/cpio usr.bin/cpio/test usr.bin/cpio/tests usr.bin/tar usr.bin/tar/test usr.bin/tar/tests

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 22:13:41 2015 New Revision: 290892 URL: https://svnweb.freebsd.org/changeset/base/290892 Log: MFC r289195: Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to the FreeBSD test suite functional_test.sh was ported from bin/sh/tests

svn commit: r290890 - stable/10/usr.bin/tar

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:56:15 2015 New Revision: 290890 URL: https://svnweb.freebsd.org/changeset/base/290890 Log: MFC r283245: r283245 (by imp): Remove stray DEBUG_FLAGS=-g that snuck in with r184761. Modified: stable/10/usr.bin/tar/Makefile Directory Properties: stable/

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

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:48:10 2015 New Revision: 290884 URL: https://svnweb.freebsd.org/changeset/base/290884 Log: MFC r290259,r290601: r290259: Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 Sections involving unimplemented filesystems (chfs, msdosfs

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

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:49:03 2015 New Revision: 290885 URL: https://svnweb.freebsd.org/changeset/base/290885 Log: Bump .Dd Modified: stable/10/usr.sbin/makefs/makefs.8 Modified: stable/10/usr.sbin/makefs/makefs.8 =

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

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:44:01 2015 New Revision: 290882 URL: https://svnweb.freebsd.org/changeset/base/290882 Log: MFC r290260,r290262: r290260: Document undocumented long options for -t cd9660 Note which options have been implemented and which options haven't been impl

svn commit: r290881 - stable/10/lib/libc/tests/gen

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:30:54 2015 New Revision: 290881 URL: https://svnweb.freebsd.org/changeset/base/290881 Log: MFC r290571: Fix some TAP -> ATF conversion errors - Remove a leftover printf from when this was a TAP based testcase - Catch mmap failures properly Sponso

svn commit: r290879 - in stable/10: share/man/man4 share/man/man5 tools/build/mk

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:23:09 2015 New Revision: 290879 URL: https://svnweb.freebsd.org/changeset/base/290879 Log: MFC r290659,r290660: r290659: - Move ng_bluetooth.4 under MK_BLUETOOTH != no - Move all section 5 bluetooth manpages under MK_BLUETOOTH != no PR: 193260

svn commit: r290877 - stable/10/sys/boot/common

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:14:54 2015 New Revision: 290877 URL: https://svnweb.freebsd.org/changeset/base/290877 Log: MFC r289896: Make vers.c creation atomic by using a temporary file, then moving the temporary file to vers.c at the end of the script The previous logic wrote o

svn commit: r290876 - in stable/10: lib/libc/tests/stdlib tools/regression/lib/libc/stdlib

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:11:55 2015 New Revision: 290876 URL: https://svnweb.freebsd.org/changeset/base/290876 Log: MFC r290538: Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite as lib/libc/tests/stdlib - Make the code a bit more style(9) compliant - C

svn commit: r290875 - in stable/10: lib/libc/tests/string tools/regression/lib/libc/string

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:08:34 2015 New Revision: 290875 URL: https://svnweb.freebsd.org/changeset/base/290875 Log: MFC r290539: Integrate tools/regression/lib/libc/string into the FreeBSD test suite as lib/libc/tests/string Sponsored by: EMC / Isilon Storage Division Added:

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-15 Thread Bruce Evans
On Sun, 15 Nov 2015, Konstantin Belousov wrote: On Sat, Nov 14, 2015 at 06:30:13PM +, David Chisnall wrote: On 26 Oct 2015, at 16:21, Eric van Gyzen wrote: One counter-argument to this change is that most applications already use SIMD, and the number of applications and amount of SIMD u

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-15 Thread Konstantin Belousov
On Sat, Nov 14, 2015 at 06:30:13PM +, David Chisnall wrote: > On 26 Oct 2015, at 16:21, Eric van Gyzen wrote: > > > > One counter-argument to this change is that most applications already > > use SIMD, and the number of applications and amount of SIMD usage > > are only increasing. > > Not