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

2015-11-22 Thread Garrett Cooper
Author: ngie Date: Mon Nov 23 00:40:08 2015 New Revision: 291169 URL: https://svnweb.freebsd.org/changeset/base/291169 Log: Bump .Dd Modified: head/share/man/man4/mlx5en.4 Modified: head/share/man/man4/mlx5en.4 ==

svn commit: r291166 - head/share/man/man9

2015-11-22 Thread Garrett Cooper
Author: ngie Date: Sun Nov 22 23:15:44 2015 New Revision: 291166 URL: https://svnweb.freebsd.org/changeset/base/291166 Log: Recommend cc -Wall instead of gcc -Wall MFC after: 1 week Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9

svn commit: r291167 - head/share/man/man9

2015-11-22 Thread Garrett Cooper
Author: ngie Date: Sun Nov 22 23:16:15 2015 New Revision: 291167 URL: https://svnweb.freebsd.org/changeset/base/291167 Log: Bump .Dd Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9 == ---

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

2015-11-22 Thread Garrett Cooper
Author: ngie Date: Mon Nov 23 00:43:23 2015 New Revision: 291170 URL: https://svnweb.freebsd.org/changeset/base/291170 Log: Install mce(4) and mlx5en(4) if MK_OFED != no MFC after: 1 week Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile

svn commit: r291038 - head/lib/libc/tests/net

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Wed Nov 18 23:42:44 2015 New Revision: 291038 URL: https://svnweb.freebsd.org/changeset/base/291038 Log: Do not print out errno if the call succeeded unexpectedly; this was a mistake made in r290868 MFC after: 4 days X-MFC with: r290563, r290868 Reported by: jilles

svn commit: r291047 - head/sys/ofed/drivers/net/mlx4

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 01:08:16 2015 New Revision: 291047 URL: https://svnweb.freebsd.org/changeset/base/291047 Log: Don't leak work if __mlx4_register_vlan(..) fails in mlx4_master_immediate_activate_vlan_qos(..) MFC after: 3 days Differential Revision:

svn commit: r291042 - stable/10/usr.sbin/bootparamd/bootparamd

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 00:14:23 2015 New Revision: 291042 URL: https://svnweb.freebsd.org/changeset/base/291042 Log: MFC r290645: Fix some trivial warnings with bootparamd/main.c - Convert K to something a bit less ancient - Remove an incorrect, duplicate prototype for

svn commit: r291044 - in stable/10/contrib/netbsd-tests/lib/libc: gen regex

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 00:25:58 2015 New Revision: 291044 URL: https://svnweb.freebsd.org/changeset/base/291044 Log: MFC r290847: Fix -Wunused warnings with variables used unlit code by adding appropriate #ifdef guards around the variables Sponsored by: EMC / Isilon Storage

svn commit: r291043 - stable/9/usr.sbin/bootparamd/bootparamd

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 00:19:09 2015 New Revision: 291043 URL: https://svnweb.freebsd.org/changeset/base/291043 Log: MFstable/10 r291042: MFC r290645: Fix some trivial warnings with bootparamd/main.c - Convert K to something a bit less ancient - Remove an incorrect,

svn commit: r291054 - stable/9/lib/libc/rpc

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 03:53:31 2015 New Revision: 291054 URL: https://svnweb.freebsd.org/changeset/base/291054 Log: MFstable/10 r290899: MFC r290253: Remove unnecessary `if (x)` tests before calling `free(x)`; free(3) already employs this check Sponsored by: EMC /

Re: svn commit: r290976 - head

2015-11-17 Thread Garrett Cooper
> On Nov 17, 2015, at 04:18, Baptiste Daroussin wrote: > > Author: bapt > Date: Tue Nov 17 12:18:57 2015 > New Revision: 290976 > URL: https://svnweb.freebsd.org/changeset/base/290976 > > Log: > install(1) is following symlinks when installing a files, which result in >

Re: svn commit: r290931 - head/usr.sbin/ypldap

2015-11-16 Thread Garrett Cooper
> On Nov 16, 2015, at 08:48, Craig Rodrigues wrote: > > Author: rodrigc > Date: Mon Nov 16 16:48:43 2015 > New Revision: 290931 > URL: https://svnweb.freebsd.org/changeset/base/290931 > > Log: > Import ypldap from OpenBSD. > > ypldap -- Intended to be a drop-in

svn commit: r290868 - head/lib/libc/tests/net

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 18:45:04 2015 New Revision: 290868 URL: https://svnweb.freebsd.org/changeset/base/290868 Log: Fix -Wformat issues X-MFC with: r290563 MFC after: 1 week Reported by: gcc Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290870 - head/share/mk

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 18:51:48 2015 New Revision: 290870 URL: https://svnweb.freebsd.org/changeset/base/290870 Log: Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290871 - head/lib/libc/tests/stdio

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 18:56:58 2015 New Revision: 290871 URL: https://svnweb.freebsd.org/changeset/base/290871 Log: Disable -Wformat with scanfloat_test when compiling with gcc to avoid a "use of assignment suppression and length modifier together in scanf format" warning on line 90

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

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 -

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

svn commit: r290878 - stable/9/sys/boot/common

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:20:03 2015 New Revision: 290878 URL: https://svnweb.freebsd.org/changeset/base/290878 Log: MFstable/10 r290877: 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

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: r290880 - in stable/9: share/man/man4 share/man/man5 tools/build/mk

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:25:26 2015 New Revision: 290880 URL: https://svnweb.freebsd.org/changeset/base/290880 Log: MFstable/10 r290879: MFC r290659,r290660: r290659: - Move ng_bluetooth.4 under MK_BLUETOOTH != no - Move all section 5 bluetooth manpages under

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

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

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,

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: r290886 - in stable/9/share/man: man4 man4/man4.powerpc man7 man9

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:16:13 2015 New Revision: 290886 URL: https://svnweb.freebsd.org/changeset/base/290886 Log: MFstable/10 r233422: r233422 (by joel): Remove superfluous paragraph macro. Command used: $ svn merge --accept mine-conflict -c 233422 ^/stable/10

svn commit: r290887 - in stable/9: lib/libc/db/man lib/libc/gen lib/libc/net lib/libc/rpc lib/libc/sys lib/libcam lib/libdevstat lib/libradius sbin/bsdlabel sbin/newfs_msdos share/man/man4 share/ma...

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:27:50 2015 New Revision: 290887 URL: https://svnweb.freebsd.org/changeset/base/290887 Log: MFstable/10 r231564: r231564 (by ed): Globally replace u_int*_t from (non-contributed) man pages. The reasoning behind this, is that if we are consistent in

svn commit: r290889 - stable/9/usr.sbin/makefs

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:44:10 2015 New Revision: 290889 URL: https://svnweb.freebsd.org/changeset/base/290889 Log: MFstable/10 r290882,r290884,r290885: r290882: MFC r290260,r290262: r290260: Document undocumented long options for -t cd9660 Note which options

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

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: 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: r290896 - in stable/10: . lib/libc/tests/c063 lib/libc/tests/setjmp lib/libc/tests/string

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 00:50:53 2015 New Revision: 290896 URL: https://svnweb.freebsd.org/changeset/base/290896 Log: MFC r290255: Add _test suffix to multiple tests in lib/libc to conform to the design noted in the FreeBSD Test Suite wiki Sponsored by: EMC / Isilon Storage

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

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:

svn commit: r290891 - stable/9/usr.bin/tar

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

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

svn commit: r290888 - in stable/9: sbin/camcontrol sbin/kldload sbin/newfs share/man/man3 share/man/man4 usr.sbin/bluetooth/l2ping usr.sbin/ctladm usr.sbin/makefs usr.sbin/mptutil usr.sbin/services...

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:41:51 2015 New Revision: 290888 URL: https://svnweb.freebsd.org/changeset/base/290888 Log: MFstable/10 r249373: r249373 (by joel): Remove contractions. Command used: $ svn merge --accept mine-full -c r249373 ^/stable/10 Conflicts:

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:

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

svn commit: r290905 - in head: etc/mtree tests/sys/kern tests/sys/kern/acct

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 03:32:12 2015 New Revision: 290905 URL: https://svnweb.freebsd.org/changeset/base/290905 Log: Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test The :encode_tv_random_million testcase fails the epsilon tests a few thousand times out of one

svn commit: r290908 - head/lib/libcrypt/tests

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 04:06:14 2015 New Revision: 290908 URL: https://svnweb.freebsd.org/changeset/base/290908 Log: Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSD test suite as lib/libcrypt/crypt_test MFC after: 1 week Sponsored by: EMC / Isilon Storage

svn commit: r290909 - head/lib/libc/tests/sys

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 04:15:39 2015 New Revision: 290909 URL: https://svnweb.freebsd.org/changeset/base/290909 Log: Add some initial tests for SLIST and STAILQ macros MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added: head/lib/libc/tests/sys/queue_test.c

svn commit: r290911 - head/contrib/netbsd-tests/kernel

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 04:53:13 2015 New Revision: 290911 URL: https://svnweb.freebsd.org/changeset/base/290911 Log: Ignore EINTR from usleep(3) in try_locks(..) NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds` is one million or more MFC after: 3 days

svn commit: r290913 - head/contrib/netbsd-tests/kernel

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 05:28:14 2015 New Revision: 290913 URL: https://svnweb.freebsd.org/changeset/base/290913 Log: Port contrib/netbsd-tests/kernel/t_mqueue.c to FreeBSD - Add missing headers - Ensure mqueuefs is loaded - Make sure the mqueuefs path is absolute and relative to

svn commit: r290907 - head/contrib/netbsd-tests/lib/libcrypt

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 04:04:05 2015 New Revision: 290907 URL: https://svnweb.freebsd.org/changeset/base/290907 Log: Expect all testcases dealing with invalid salts to fail on FreeBSD MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290912 - head/tests/sys/kern

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 04:56:14 2015 New Revision: 290912 URL: https://svnweb.freebsd.org/changeset/base/290912 Log: Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as tests/sys/kern/lockf_test MFC after: 1 week Sponsored by: EMC / Isilon Storage

svn commit: r290914 - in head: etc/mtree tests/sys/kern tests/sys/kern/pipe tools/regression/pipe

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 05:38:40 2015 New Revision: 290914 URL: https://svnweb.freebsd.org/changeset/base/290914 Log: Integrate tools/regression/pipe in to the FreeBSD test suite as tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of

svn commit: r290922 - head/tools/regression/acct

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Mon Nov 16 06:56:45 2015 New Revision: 290922 URL: https://svnweb.freebsd.org/changeset/base/290922 Log: Remove directory made obsolete by r290905 MFC after: 1 week X-MFC with: r290905 X-MFC note: stable/10 only Sponsored by: EMC / Isilon Storage Division Deleted:

svn commit: r290869 - head/contrib/netbsd-tests/lib/libc/regex

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 18:49:31 2015 New Revision: 290869 URL: https://svnweb.freebsd.org/changeset/base/290869 Log: Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to mute -Wunused-but-set-variable warnings with gcc dealing with the function calls X-MFC with:

svn commit: r290848 - head/lib/libc/tests/gen

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:02:41 2015 New Revision: 290848 URL: https://svnweb.freebsd.org/changeset/base/290848 Log: Fix -Wunused warnings MFC after: 1 week X-MFC with: r290572 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/gen/ftw_test.c

svn commit: r290847 - in head/contrib/netbsd-tests/lib/libc: gen regex

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:00:32 2015 New Revision: 290847 URL: https://svnweb.freebsd.org/changeset/base/290847 Log: Fix -Wunused warnings with variables used unlit code by adding appropriate #ifdef guards around the variables MFC after: 3 days Sponsored by: EMC / Isilon

svn commit: r290840 - head/etc

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 03:04:39 2015 New Revision: 290840 URL: https://svnweb.freebsd.org/changeset/base/290840 Log: Setup the symlink to /sys to mirror one's current source, e.g. if my source tree was /usr/src/svn, /sys would point to usr/src/svn This fixes the assumption that

svn commit: r290843 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:33:14 2015 New Revision: 290843 URL: https://svnweb.freebsd.org/changeset/base/290843 Log: Polish up the tests a bit more after projects/collation was merged to head Provide more meaningful diagnostic messages if LC_CTYPE can't be set properly instead of

svn commit: r290850 - head/contrib/netbsd-tests/lib/libc/rpc

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:19:41 2015 New Revision: 290850 URL: https://svnweb.freebsd.org/changeset/base/290850 Log: Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from clang This pattern is used in other areas of lib/libc/rpc MFC after: 1 week

svn commit: r290851 - in head/lib/libc/tests: . locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:21:58 2015 New Revision: 290851 URL: https://svnweb.freebsd.org/changeset/base/290851 Log: Change WARNS to 2 across the board with all the libc testcases This effectively "reverts" r290846 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290844 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:50:08 2015 New Revision: 290844 URL: https://svnweb.freebsd.org/changeset/base/290844 Log: Polish up iswctype_test - Split up the testcases into C locale and ja_JP.eucJP testcases. - Avoid a segfault in the event that setlocale fails, similar to r290843

svn commit: r290846 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:51:14 2015 New Revision: 290846 URL: https://svnweb.freebsd.org/changeset/base/290846 Log: Bump WARNS to 2 MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/locale/Makefile Modified:

svn commit: r290845 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:50:54 2015 New Revision: 290845 URL: https://svnweb.freebsd.org/changeset/base/290845 Log: Remove unused variables; sort by alignment where needed MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290849 - head/lib/libc/tests/gen

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:13:33 2015 New Revision: 290849 URL: https://svnweb.freebsd.org/changeset/base/290849 Log: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs MFC after: 1 week X-MFC with: r290572 Sponsored by: EMC / Isilon Storage Division

svn commit: r290842 - head/lib/libc/tests/stdio

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 03:56:09 2015 New Revision: 290842 URL: https://svnweb.freebsd.org/changeset/base/290842 Log: Fix the Indian numbering system (hi_IN.ISCII-DEV) tests Submitted by: ache X-MFC with: r290494 (if that ever happens) Sponsored by: EMC / Isilon Storage Division

Re: svn commit: r290743 - head/etc/periodic/daily

2015-11-13 Thread Garrett Cooper
> On Nov 13, 2015, at 10:38, John Baldwin wrote: > >> On Friday, November 13, 2015 06:20:27 AM Dag-Erling Smørgrav wrote: >> Author: des >> Date: Fri Nov 13 06:20:27 2015 >> New Revision: 290743 >> URL: https://svnweb.freebsd.org/changeset/base/290743 >> >> Log: >> Allow

Re: svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

2015-11-11 Thread Garrett Cooper
> On Nov 10, 2015, at 06:14, Randall Stewart wrote: > > Author: rrs > Date: Tue Nov 10 14:14:41 2015 > New Revision: 290663 > URL: https://svnweb.freebsd.org/changeset/base/290663 > > Log: > Add a kernel test framework. The callout_test is a demonstration and will > only >

svn commit: r290643 - head

2015-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 10:59:40 2015 New Revision: 290643 URL: https://svnweb.freebsd.org/changeset/base/290643 Log: - Move the testing entries up for netbsd-tests/pjdfstest - Add pjd to contrib/pjdfstest - Add atf to the list; add jmmv - Add tests - Add share/mk/*.test.mk

svn commit: r290645 - head/usr.sbin/bootparamd/bootparamd

2015-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 11:19:36 2015 New Revision: 290645 URL: https://svnweb.freebsd.org/changeset/base/290645 Log: Fix some trivial warnings with bootparamd/main.c - Convert K to something a bit less ancient - Remove an incorrect, duplicate prototype for bootparamprog_1(..)

svn commit: r290646 - head/lib/libc/tests/gen

2015-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 11:28:02 2015 New Revision: 290646 URL: https://svnweb.freebsd.org/changeset/base/290646 Log: Add missing licensing boilerplate to test-fnmatch.c Carry over licensing author info from fnmatch_test.c (jilles@) MFC after: 1 week X-MFC with: r290572

svn commit: r290659 - in head: share/man/man4 share/man/man5 tools/build/mk

2015-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 13:28:41 2015 New Revision: 290659 URL: https://svnweb.freebsd.org/changeset/base/290659 Log: - Move ng_bluetooth.4 under MK_BLUETOOTH != no - Move all section 5 bluetooth manpages under MK_BLUETOOTH != no MFC after: 3 days PR: 193260 Reported by:

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

2015-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 13:32:05 2015 New Revision: 290660 URL: https://svnweb.freebsd.org/changeset/base/290660 Log: Move the MK_BLUETOOTH block down below the architecture specific sections by the other generic options MFC after: 3 days X-MFC with: r290659 PR: 193260

svn commit: r290635 - in vendor/fsx: . dist

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 07:31:41 2015 New Revision: 290635 URL: https://svnweb.freebsd.org/changeset/base/290635 Log: Copy fsx from http://codemonkey.org.uk/projects/fsx/fsx-macosforge/ Added: vendor/fsx/ vendor/fsx/dist/ vendor/fsx/dist/APPLE_LICENSE vendor/fsx/dist/Makefile

svn commit: r290636 - vendor/fsx/2012-04-17

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 07:32:49 2015 New Revision: 290636 URL: https://svnweb.freebsd.org/changeset/base/290636 Log: Copy fsx to 2012-04-17, the last time the code was changed/imported Added: vendor/fsx/2012-04-17/ - copied from r290635, vendor/fsx/dist/

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

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:59:55 2015 New Revision: 290589 URL: https://svnweb.freebsd.org/changeset/base/290589 Log: MFC r289203,r290180: r289203 (by adrian): makefs: introduce a new option to specify what to round the resulting image up to. From ticket: While

svn commit: r290594 - stable/10/usr.sbin/makefs/tests

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:20:01 2015 New Revision: 290594 URL: https://svnweb.freebsd.org/changeset/base/290594 Log: MFC r290265,r290267,r290270: r290265: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues,

svn commit: r290598 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:24:28 2015 New Revision: 290598 URL: https://svnweb.freebsd.org/changeset/base/290598 Log: MFstable/10 r290597: MFC r290268: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained

svn commit: r290600 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:29:38 2015 New Revision: 290600 URL: https://svnweb.freebsd.org/changeset/base/290600 Log: MFstable/10 r290599: MFC r266930,r289225: r266930 (by jmg): convert to using the _daddr_t types like newfs was... Put the superblock in the correct

svn commit: r290599 - stable/10/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:28:34 2015 New Revision: 290599 URL: https://svnweb.freebsd.org/changeset/base/290599 Log: MFC r266930,r289225: r266930 (by jmg): convert to using the _daddr_t types like newfs was... Put the superblock in the correct possition for UFS2... There

svn commit: r290602 - head/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:39:59 2015 New Revision: 290602 URL: https://svnweb.freebsd.org/changeset/base/290602 Log: Bump .Dd Modified: head/usr.sbin/makefs/makefs.8 Modified: head/usr.sbin/makefs/makefs.8 ==

svn commit: r290605 - in head/lib/msun: . man

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 10:40:16 2015 New Revision: 290605 URL: https://svnweb.freebsd.org/changeset/base/290605 Log: Document powl(3) PR: 191751 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/msun/Makefile head/lib/msun/man/exp.3 Modified:

svn commit: r290606 - head/lib/msun/man

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 10:41:27 2015 New Revision: 290606 URL: https://svnweb.freebsd.org/changeset/base/290606 Log: Bump .Dd Modified: head/lib/msun/man/exp.3 Modified: head/lib/msun/man/exp.3 == ---

svn commit: r290587 - stable/10/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:03:15 2015 New Revision: 290587 URL: https://svnweb.freebsd.org/changeset/base/290587 Log: MFC r289687,r289693: r289687: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the function PR: 203647

svn commit: r290593 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:05:09 2015 New Revision: 290593 URL: https://svnweb.freebsd.org/changeset/base/290593 Log: MFstable/10 r290591: MFC r289899: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the

svn commit: r290592 - stable/10/usr.sbin/makefs/tests

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:04:11 2015 New Revision: 290592 URL: https://svnweb.freebsd.org/changeset/base/290592 Log: MFC r289902: Add a regression test for r289899 to validate rockridge encoding of device types Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290591 - stable/10/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:03:24 2015 New Revision: 290591 URL: https://svnweb.freebsd.org/changeset/base/290591 Log: MFC r289899: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the device type), not st_dev

svn commit: r290597 - stable/10/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:23:35 2015 New Revision: 290597 URL: https://svnweb.freebsd.org/changeset/base/290597 Log: MFC r290268: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained from: NetBSD Sponsored by:

svn commit: r290596 - stable/9/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:23:13 2015 New Revision: 290596 URL: https://svnweb.freebsd.org/changeset/base/290596 Log: MFstable/10 r290595: MFC r290264: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add

svn commit: r290588 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:05:15 2015 New Revision: 290588 URL: https://svnweb.freebsd.org/changeset/base/290588 Log: MFstable/10 r290587: MFC r289687,r289693: r289687: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the

svn commit: r290590 - stable/9/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:02:30 2015 New Revision: 290590 URL: https://svnweb.freebsd.org/changeset/base/290590 Log: MFstable/10 r290589: MFC r289203,r290180: r289203 (by adrian): makefs: introduce a new option to specify what to round the resulting image up to.

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

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:22:11 2015 New Revision: 290595 URL: https://svnweb.freebsd.org/changeset/base/290595 Log: MFC r290264: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add some asserts to ensure that

svn commit: r290601 - head/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:39:07 2015 New Revision: 290601 URL: https://svnweb.freebsd.org/changeset/base/290601 Log: Follow up to r290259 dealing with makefs(8) - Don't use contractions (don't -> do not) - Change "throw away" to "discard" when describing the -o keep-bad-images

svn commit: r290560 - head/lib/libc/tests/stdio

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 21:38:46 2015 New Revision: 290560 URL: https://svnweb.freebsd.org/changeset/base/290560 Log: Convert print_positional_test over to ATF Somehow missed in r290537 X-MFC with: r290537 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290561 - head/lib/libc/tests/locale

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 21:57:35 2015 New Revision: 290561 URL: https://svnweb.freebsd.org/changeset/base/290561 Log: Delete leftover printfs from when these were TAP tests MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290567 - in head: etc/mtree usr.bin/limits usr.bin/limits/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 01:05:31 2015 New Revision: 290567 URL: https://svnweb.freebsd.org/changeset/base/290567 Log: Add some basic tests that exercise cputime limits with limits(1) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/limits/tests/

svn commit: r290570 - head/cddl/usr.sbin/dtrace/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 02:29:38 2015 New Revision: 290570 URL: https://svnweb.freebsd.org/changeset/base/290570 Log: Reduce the Makefile snippet complexity a bit - Set BINDIR to TESTSDIR globally (and subsequently, remove all `${FILESGROUP}DIR` setting because BINDIR is set to

svn commit: r290563 - in head: lib/libc/tests/net tools/regression/lib/libc/net

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 23:06:40 2015 New Revision: 290563 URL: https://svnweb.freebsd.org/changeset/base/290563 Log: Integrate tools/regression/lib/libc/net into the FreeBSD test suite as lib/libc/tests/net Also, fix eui64_aton_test:test_str(..). The test was comparing the result

svn commit: r290571 - head/lib/libc/tests/gen

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:16:38 2015 New Revision: 290571 URL: https://svnweb.freebsd.org/changeset/base/290571 Log: Fix some TAP -> ATF conversion errors - Remove a leftover printf from when this was a TAP based testcase - Catch mmap failures properly MFC after: 3 days

svn commit: r290572 - in head: lib/libc/tests/gen tools/regression/lib/libc/gen

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:24:11 2015 New Revision: 290572 URL: https://svnweb.freebsd.org/changeset/base/290572 Log: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: -

svn commit: r290574 - in stable/10: bin/dd bin/dd/tests contrib/netbsd-tests/bin/dd etc/mtree

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:50:42 2015 New Revision: 290574 URL: https://svnweb.freebsd.org/changeset/base/290574 Log: MFC r289487: Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as bin/dd/tests Ensure fdescfs is mounted on /dev/fd/ for the length testcase as

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

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:34:30 2015 New Revision: 290582 URL: https://svnweb.freebsd.org/changeset/base/290582 Log: MFC r290179: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290581 - stable/9/tools/regression/security/open_to_operation

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:28:17 2015 New Revision: 290581 URL: https://svnweb.freebsd.org/changeset/base/290581 Log: MFstable/10 r290580: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with

svn commit: r290576 - stable/10/usr.sbin/rtsold

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:07:25 2015 New Revision: 290576 URL: https://svnweb.freebsd.org/changeset/base/290576 Log: MFC r290182: Fix rtsold's usage message - Remove -a from the usage message example dealing with specific interfaces. -a only makes sense when not specifying

svn commit: r290578 - stable/10/contrib/netbsd-tests/lib/libc/ssp

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:16:17 2015 New Revision: 290578 URL: https://svnweb.freebsd.org/changeset/base/290578 Log: MFC r290184: Fix a set but not used variable warning flagged by gcc 4.9 with lib/libc/ssp/h_readlink Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:18:09 2015 New Revision: 290579 URL: https://svnweb.freebsd.org/changeset/base/290579 Log: MFC r289903: Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no Sponsored by: EMC / Isilon Storage Division Modified:

<    4   5   6   7   8   9   10   11   12   13   >