svn commit: r290177 - in head: etc/mtree lib/libc/tests

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 03:28:00 2015 New Revision: 290177 URL: https://svnweb.freebsd.org/changeset/base/290177 Log: Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise the testcases

svn commit: r290178 - head/secure/lib/libcrypto/engines/libgost

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 05:33:38 2015 New Revision: 290178 URL: https://svnweb.freebsd.org/changeset/base/290178 Log: Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" MFC after: 3 days PR: 184805

svn commit: r290179 - head/lib/libc/gen

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 05:50:05 2015 New Revision: 290179 URL: https://svnweb.freebsd.org/changeset/base/290179 Log: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290183 - head/lib/libc/tests/ssp

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 07:48:03 2015 New Revision: 290183 URL: https://svnweb.freebsd.org/changeset/base/290183 Log: - Re-enable h_raw with clang 3.7.0+ - Fix the compiler check to allow the test to be compiled for gcc PR: 196430 MFC after: never Sponsored by: EMC / Isilon

svn commit: r290184 - head/contrib/netbsd-tests/lib/libc/ssp

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 08:01:53 2015 New Revision: 290184 URL: https://svnweb.freebsd.org/changeset/base/290184 Log: Fix a set but not used variable warning flagged by gcc 4.9 with lib/libc/ssp/h_readlink MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290190 - head/tools/regression/security/open_to_operation

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 10:09:04 2015 New Revision: 290190 URL: https://svnweb.freebsd.org/changeset/base/290190 Log: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert errx/exit with -1 to errx/exit with 1 - Fix a

svn commit: r290252 - in head: . etc/defaults etc/periodic/daily tools/build/mk

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:05:34 2015 New Revision: 290252 URL: https://svnweb.freebsd.org/changeset/base/290252 Log: Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptime The command was checking local/remote system uptime, so rename the script to match its

svn commit: r290254 - head/lib/libc/tests/tls_dso

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:23:04 2015 New Revision: 290254 URL: https://svnweb.freebsd.org/changeset/base/290254 Log: Remove unused variable (SRCDIR) MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/tls_dso/Makefile Modified:

svn commit: r290256 - head/sys/kern

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:47:26 2015 New Revision: 290256 URL: https://svnweb.freebsd.org/changeset/base/290256 Log: Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mute an -Wunused-but-set-variable warning Reported by: FreeBSD_HEAD_amd64_gcc4.9 jenkins job

svn commit: r290253 - head/lib/libc/rpc

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:22:06 2015 New Revision: 290253 URL: https://svnweb.freebsd.org/changeset/base/290253 Log: Remove unnecessary `if (x)` tests before calling `free(x)`; free(3) already employs this check MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division

svn commit: r290257 - head/sys/kern

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 03:14:37 2015 New Revision: 290257 URL: https://svnweb.freebsd.org/changeset/base/290257 Log: Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mute an -Wunused-but-set-variable warning Reported by: FreeBSD_HEAD_amd64_gcc4.9 jenkins job

svn commit: r290255 - in head: . lib/libc/tests/c063 lib/libc/tests/setjmp lib/libc/tests/string

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:29:01 2015 New Revision: 290255 URL: https://svnweb.freebsd.org/changeset/base/290255 Log: Add _test suffix to multiple tests in lib/libc to conform to the design noted in the FreeBSD Test Suite wiki MFC after: 3 days Sponsored by: EMC / Isilon Storage

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

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 00:39:28 2015 New Revision: 290250 URL: https://svnweb.freebsd.org/changeset/base/290250 Log: Conditionally install (if_)?(otus|rsu).4, otusfw.4, rsufw.4, and urtwn.4 if MK_USB != no Add the manpages to OptionalObsoleteFiles.inc As a side-effect, this

svn commit: r290251 - head/tools/regression/security/open_to_operation

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 00:42:31 2015 New Revision: 290251 URL: https://svnweb.freebsd.org/changeset/base/290251 Log: Use nitems(x) instead of sizeof(x)/sizeof(x[0]) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:42:42 2015 New Revision: 290261 URL: https://svnweb.freebsd.org/changeset/base/290261 Log: Bump .Dd for r290259 and r290260 Modified: head/usr.sbin/makefs/makefs.8 Modified: head/usr.sbin/makefs/makefs.8

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

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 08:43:15 2015 New Revision: 290264 URL: https://svnweb.freebsd.org/changeset/base/290264 Log: 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 isolevel is always

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

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:36:42 2015 New Revision: 290259 URL: https://svnweb.freebsd.org/changeset/base/290259 Log: Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 Sections involving unimplemented filesystems (chfs, msdosfs, udf, v7fs) and options have been

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

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:46:47 2015 New Revision: 290262 URL: https://svnweb.freebsd.org/changeset/base/290262 Log: Fix spelling of `isolevel` cd9660 option MFC after: 1 week X-MFC with: r290260 Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:40:18 2015 New Revision: 290260 URL: https://svnweb.freebsd.org/changeset/base/290260 Log: Document undocumented long options for -t cd9660 Note which options have been implemented and which options haven't been implemented Submitted as the following

svn commit: r290532 - in head: lib/libc/tests/locale tools/regression/lib/libc/locale

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 02:06:17 2015 New Revision: 290532 URL: https://svnweb.freebsd.org/changeset/base/290532 Log: Integrate tools/regression/lib/libc/locale into the FreeBSD test suite as lib/libc/tests/locale MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290537 - in head: lib/libc/tests/stdio tools/regression/lib/libc/stdio

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 06:37:50 2015 New Revision: 290537 URL: https://svnweb.freebsd.org/changeset/base/290537 Log: Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert

svn commit: r290538 - in head: lib/libc/tests/stdlib tools/regression/lib/libc/stdlib

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 07:03:17 2015 New Revision: 290538 URL: https://svnweb.freebsd.org/changeset/base/290538 Log: 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 - Convert a

svn commit: r290539 - in head: lib/libc/tests/string tools/regression/lib/libc/string

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 07:53:31 2015 New Revision: 290539 URL: https://svnweb.freebsd.org/changeset/base/290539 Log: Integrate tools/regression/lib/libc/string into the FreeBSD test suite as lib/libc/tests/string MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

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

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 08:27:51 2015 New Revision: 290540 URL: https://svnweb.freebsd.org/changeset/base/290540 Log: printfloat_test and scanfloat_test need symbols from msun; these are automatically provided on amd64, but not i386. Add libm to DPADD/LDADD to unbreak the i386

svn commit: r290265 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 09:16:51 2015 New Revision: 290265 URL: https://svnweb.freebsd.org/changeset/base/290265 Log: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues, so mark it as an expected failure. -- -o

svn commit: r290267 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:08:00 2015 New Revision: 290267 URL: https://svnweb.freebsd.org/changeset/base/290267 Log: Clean up mtree keyword support a slight bit and add a few more default keywords - Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS - Test with the extra

svn commit: r290268 - head/usr.sbin/makefs/ffs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:09:09 2015 New Revision: 290268 URL: https://svnweb.freebsd.org/changeset/base/290268 Log: 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 MFC after: 1 week Sponsored

svn commit: r290270 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 11:06:51 2015 New Revision: 290270 URL: https://svnweb.freebsd.org/changeset/base/290270 Log: Add testcases for -t ffs -o version=[12] Verify the filesystem type using dumpfs. Add preliminary support for NetBSD (needs to be validated) MFC after: 1 week

Re: svn commit: r290435 - head/tools/build/options

2015-11-05 Thread Garrett Cooper
Thank you > On Nov 5, 2015, at 21:28, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 05:28:08 2015 > New Revision: 290435 > URL: https://svnweb.freebsd.org/changeset/base/290435 > > Log: > Don't allow environment-set options to bleed into src.conf.5

svn commit: r290437 - head/usr.bin/netstat

2015-11-06 Thread Garrett Cooper
Author: ngie Date: Fri Nov 6 08:43:12 2015 New Revision: 290437 URL: https://svnweb.freebsd.org/changeset/base/290437 Log: Fix compiling netstat after r290367 by substituting sys/types.h for sys/param.h, as sys/param.h defines the MAX(..) macro Reported by: O. Hartmann

Re: svn commit: r290445 - head/contrib/libxo/libxo

2015-11-06 Thread Garrett Cooper
Hi Umemoto-san, > On Nov 6, 2015, at 06:29, Hajimu UMEMOTO wrote: > > Author: ume > Date: Fri Nov 6 14:29:25 2015 > New Revision: 290445 > URL: https://svnweb.freebsd.org/changeset/base/290445 > > Log: > The field modifier for trimming whitespace > is not `q' but `t'.

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-06 Thread Garrett Cooper
> On Nov 6, 2015, at 02:25, Kubilay Kocak wrote: > >> On 6/11/2015 4:52 PM, Dmitry Sivachenko wrote: >> >> 6 нояб. 2015 г., в 8:00, Bryan Drewery написал(а): > On 11/5/15 8:59 PM, Dmitry Sivachenko wrote: > > On 06 Nov 2015, at

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-06 Thread Garrett Cooper
> On Nov 5, 2015, at 20:45, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 04:45:29 2015 > New Revision: 290433 > URL: https://svnweb.freebsd.org/changeset/base/290433 Should this be announced on current? ___

svn commit: r289300 - in head: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

2015-10-14 Thread Garrett Cooper
Author: ngie Date: Wed Oct 14 08:16:15 2015 New Revision: 289300 URL: https://svnweb.freebsd.org/changeset/base/289300 Log: Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added:

svn commit: r289332 - head/tools/regression/lib/msun

2015-10-14 Thread Garrett Cooper
Author: ngie Date: Wed Oct 14 20:22:12 2015 New Revision: 289332 URL: https://svnweb.freebsd.org/changeset/base/289332 Log: 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. Not all

Re: svn commit: r289002 - head/release/scripts

2015-10-08 Thread Garrett Cooper
> On Oct 7, 2015, at 23:14, Alexey Dokuchaev wrote: > >> On Thu, Oct 08, 2015 at 03:28:15AM +, Craig Rodrigues wrote: >> New Revision: 289002 >> URL: https://svnweb.freebsd.org/changeset/base/289002 >> >> Log: >> Use print as a function, not operator. > >

svn commit: r289600 - head/usr.sbin/pw

2015-10-19 Thread Garrett Cooper
Author: ngie Date: Mon Oct 19 18:29:32 2015 New Revision: 289600 URL: https://svnweb.freebsd.org/changeset/base/289600 Log: Initialize `quiet` to false so `pw groupnext` again prints out the next gid by default Reported by: Florian Degner MFC after: 1 week PR:

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

2015-10-19 Thread Garrett Cooper
Author: ngie Date: Mon Oct 19 18:45:14 2015 New Revision: 289601 URL: https://svnweb.freebsd.org/changeset/base/289601 Log: Don't check if `val` is NULL before calling free; free(3) already handles this MFC after: 1 week PR: 203649 Submitted by: Thomas Schmitt

svn commit: r289687 - head/usr.sbin/makefs/cd9660

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 11:38:48 2015 New Revision: 289687 URL: https://svnweb.freebsd.org/changeset/base/289687 Log: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the function MFC after: 1 week PR: 203647 Submitted by:

svn commit: r289481 - head/share/mk

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sun Oct 18 04:07:40 2015 New Revision: 289481 URL: https://svnweb.freebsd.org/changeset/base/289481 Log: Only enable -fstack-protector-strong on gcc 4.9+ and default to -fstack-protector when -fstack-protector-strong is not available, like it was implicitly before

svn commit: r289487 - in head: bin/dd bin/dd/tests contrib/netbsd-tests/bin/dd etc/mtree

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sun Oct 18 05:49:58 2015 New Revision: 289487 URL: https://svnweb.freebsd.org/changeset/base/289487 Log: 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 it's used in

svn commit: r289490 - in head: bin/ps lib/libxo lib/libxo/tests lib/libxo/tests/encoder sbin/savecore share/mk usr.bin/iscsictl usr.bin/wc usr.bin/xo

2015-10-18 Thread Garrett Cooper
Author: ngie Date: Sun Oct 18 07:30:50 2015 New Revision: 289490 URL: https://svnweb.freebsd.org/changeset/base/289490 Log: Make libxo depend on libutil because it uses humanize_number after r287111 Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo}

svn commit: r289488 - head/bin/test/tests

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sun Oct 18 05:51:44 2015 New Revision: 289488 URL: https://svnweb.freebsd.org/changeset/base/289488 Log: Clean up trailing whitespace MFC after: 3 days Modified: head/bin/test/tests/legacy_test.sh Modified: head/bin/test/tests/legacy_test.sh

svn commit: r289441 - in head: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm

2015-10-16 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 04:32:21 2015 New Revision: 289441 URL: https://svnweb.freebsd.org/changeset/base/289441 Log: Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over

svn commit: r289449 - in head: sbin/mount sys/kern

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 08:51:10 2015 New Revision: 289449 URL: https://svnweb.freebsd.org/changeset/base/289449 Log: Replace /dev/acd0 with /dev/cd1 atapicd(4) has been removed since r249083, and if a system has more than one optical drive, it will likely be /dev/cd1 Update

svn commit: r289451 - head/share/zoneinfo

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 09:26:16 2015 New Revision: 289451 URL: https://svnweb.freebsd.org/changeset/base/289451 Log: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674 Submitted by: Fabian

svn commit: r289446 - in head: etc/mtree tests/sys tests/sys/acl tools/regression/acltools

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 08:39:37 2015 New Revision: 289446 URL: https://svnweb.freebsd.org/changeset/base/289446 Log: Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl - Make the requirements more complete for the testcases - Detect prerequisites so

svn commit: r289450 - head/lib/libcam

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 09:07:53 2015 New Revision: 289450 URL: https://svnweb.freebsd.org/changeset/base/289450 Log: 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 later point in

svn commit: r289465 - head/share/mk

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 19:48:17 2015 New Revision: 289465 URL: https://svnweb.freebsd.org/changeset/base/289465 Log: Only use -fstack-protector-strong with supported compilers This includes clang 3.5.0+, gcc 4.2.1, gcc 4.8.4+ This allows me to do subdirectory makes again after

svn commit: r289469 - head/rescue/rescue

2015-10-17 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 21:11:42 2015 New Revision: 289469 URL: https://svnweb.freebsd.org/changeset/base/289469 Log: Make iscsictl and iscsid build if MK_ISCSI == yes MFC after: 1 month X-MFC with: r289452 Modified: head/rescue/rescue/Makefile Modified:

Re: svn commit: r289137 - in head: . sbin/geom/class/raid share/man/man4 sys/amd64/conf sys/arm/conf sys/cam sys/cam/ata sys/conf sys/geom sys/geom/raid sys/i386/conf sys/mips/conf sys/pc98/conf

2015-10-11 Thread Garrett Cooper
> On Oct 11, 2015, at 06:01, Alexander Motin wrote: > > Author: mav > Date: Sun Oct 11 13:01:51 2015 > New Revision: 289137 > URL: https://svnweb.freebsd.org/changeset/base/289137 > > Log: > Remove compatibility shims for legacy ATA device names. > > We got new ATA stack

svn commit: r289151 - head/share/mk

2015-10-11 Thread Garrett Cooper
Author: ngie Date: Sun Oct 11 20:02:10 2015 New Revision: 289151 URL: https://svnweb.freebsd.org/changeset/base/289151 Log: Simplify netbsd-tests.test.mk - projects/bmake and subsequent commits provide SRCTOP; there's no need to manually specify it now. - Compute a sane default for

svn commit: r289158 - head/share/mk

2015-10-11 Thread Garrett Cooper
Author: ngie Date: Sun Oct 11 21:29:24 2015 New Revision: 289158 URL: https://svnweb.freebsd.org/changeset/base/289158 Log: Default TESTSDIR to /usr/tests/${RELDIR:H} When run from bin/ls/tests, for example, the value of TESTSDIR would be ${TESTSBASE}/${RELDIR:H} ->

svn commit: r289172 - in head: bin/cat/tests bin/date/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sleep/tests bin/test/tests bin/tests cddl/lib/tes...

2015-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 12 08:16:03 2015 New Revision: 289172 URL: https://svnweb.freebsd.org/changeset/base/289172 Log: Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert

svn commit: r289195 - in head: 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-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 12 18:31:21 2015 New Revision: 289195 URL: https://svnweb.freebsd.org/changeset/base/289195 Log: 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

Re: svn commit: r288966 - head/share/mk

2015-10-06 Thread Garrett Cooper
> On Oct 6, 2015, at 17:46, Bryan Drewery wrote: ... > I think we can use DPSRCS as well for this. If it's something that needs to build before depend, yes. Thanks! -NGie ___ svn-src-head@freebsd.org mailing list

svn commit: r288913 - in head: lib/libxo usr.bin/xo

2015-10-06 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 07:28:54 2015 New Revision: 288913 URL: https://svnweb.freebsd.org/changeset/base/288913 Log: Use LIBXOSRC instead of LIBXO when defining the path to contrib/libxo The latter is already defined in bsd.libnames.mk, so avoid the conflict in case someone

svn commit: r289102 - head/bin/ls/tests

2015-10-09 Thread Garrett Cooper
Author: ngie Date: Sat Oct 10 01:31:39 2015 New Revision: 289102 URL: https://svnweb.freebsd.org/changeset/base/289102 Log: Remove all of the syncs They're unnecessary as shown by further testing on my VM Requested by: jhb Modified: head/bin/ls/tests/ls_tests.sh Directory

svn commit: r289229 - in head: sbin/mount share/man/man5

2015-10-13 Thread Garrett Cooper
Author: ngie Date: Tue Oct 13 17:14:27 2015 New Revision: 289229 URL: https://svnweb.freebsd.org/changeset/base/289229 Log: Replace references to /dev/acd0 with /dev/cd0 atapicd(4) was replaced by cd(4) with the atacam work done by mav@ and then removed in r249083 X-MFC to:

Re: svn commit: r289253 - head/share/mk

2015-10-13 Thread Garrett Cooper
> On Oct 13, 2015, at 12:11, Bryan Drewery wrote: > > Author: bdrewery > Date: Tue Oct 13 19:11:22 2015 > New Revision: 289253 > URL: https://svnweb.freebsd.org/changeset/base/289253 > > Log: > bsd.subdir.mk: Handle cleanobj. > > Before this, the target was unknown.

Re: svn commit: r289208 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-10-12 Thread Garrett Cooper
> On Oct 12, 2015, at 20:12, Conrad E. Meyer wrote: > > Author: cem > Date: Tue Oct 13 03:12:11 2015 > New Revision: 289208 > URL: https://svnweb.freebsd.org/changeset/base/289208 > > Log: > NTB: MFV 948d3a65: Xeon Errata Workaround NTB?

Re: svn commit: r287236 - head/bin/df

2015-08-28 Thread Garrett Cooper
On Aug 28, 2015, at 00:24, O'Connor, Daniel dar...@dons.net.au wrote: On 28 Aug 2015, at 15:34, Alexey Dokuchaev da...@freebsd.org wrote: On Thu, Aug 27, 2015 at 10:25:28PM -0700, NGie Cooper wrote: On Thu, Aug 27, 2015 at 9:43 PM, Alexey Dokuchaev da...@freebsd.org wrote: On Fri, Aug

Re: svn commit: r287236 - head/bin/df

2015-08-29 Thread Garrett Cooper
On Aug 28, 2015, at 09:00, Allan Jude allanj...@freebsd.org wrote: … Libxo (iirc) doesn't install atexit handlers, which means that you need to use exit (or a reason facsimile) in order for it to flush its file streams. This is unintuitive though. I wish it did the right thing as part of

Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys

2015-09-05 Thread Garrett Cooper
> On Sep 5, 2015, at 07:50, Conrad Meyer wrote: > > I'll be offline for the next ~48 hours. It sounds like it's annoying > but not critical to fix. If it isn't fixed when I get back, I'll > figure something out. > > Thanks, > Conrad > > P.S., What systems have both

svn commit: r287559 - head/sys/modules/zfs

2015-09-08 Thread Garrett Cooper
Author: ngie Date: Tue Sep 8 08:54:40 2015 New Revision: 287559 URL: https://svnweb.freebsd.org/changeset/base/287559 Log: Revert r286984 (adding opt_random.h to sys/modules/zfs/Makefile) opt_random.h is no longer needed/referenced in the kernel build X-MFC with: r287558 Modified:

svn commit: r287558 - in head/sys: conf sys

2015-09-08 Thread Garrett Cooper
Author: ngie Date: Tue Sep 8 08:50:28 2015 New Revision: 287558 URL: https://svnweb.freebsd.org/changeset/base/287558 Log: Remove opt_random.h header pollution from sys/random.h by moving RANDOM_LOADABLE and RANDOM_YARROW's definitions from opt_random.h to opt_global.h This unbreaks

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:

Re: svn commit: r287465 - head/sys/dev/e1000

2015-09-12 Thread Garrett Cooper
> On Sep 12, 2015, at 15:45, hiren panchasara > wrote: > >> On 09/12/15 at 07:23P, Eric Joyner wrote: >> For the errata, the (lack of) details are in the specification updates for >> HW like I210, I211, 82575 etc. It would be in the ones updated in August >> 2015. >

svn commit: r288423 - head/bin/ls/tests

2015-09-30 Thread Garrett Cooper
Author: ngie Date: Wed Sep 30 17:43:02 2015 New Revision: 288423 URL: https://svnweb.freebsd.org/changeset/base/288423 Log: Skip the B_flag testcase to stop blowing up freebsd-current@ with "test failure emails" because kyua report-jenkins doesn't properly escape non-printable chars

svn commit: r288682 - in head: contrib/ipfilter tests/sys/kern/execve tests/sys/kqueue

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 03:25:30 2015 New Revision: 288682 URL: https://svnweb.freebsd.org/changeset/base/288682 Log: Remove some paths preparing for a re-copy from head Deleted: head/contrib/ipfilter/ head/tests/sys/kern/execve/ head/tests/sys/kqueue/

svn commit: r288683 - in head: contrib/ipfilter tests/sys/kern/execve tests/sys/kqueue

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 03:26:51 2015 New Revision: 288683 URL: https://svnweb.freebsd.org/changeset/base/288683 Log: Revert r288682 I meant to do this on ^/user/ngie/more-tests Pointyhat to: ngie (use svn info next time...) Added: - copied from r288681,

svn commit: r288678 - head/bin/ls/tests

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 00:33:57 2015 New Revision: 288678 URL: https://svnweb.freebsd.org/changeset/base/288678 Log: Merge additional testcases and improvements to bin/ls/ls_tests from ^/user/ngie/more-tests. - Additional testcases added: -- ls -D -- ls -F -- ls -H -- ls

svn commit: r288330 - in head: bin/ls bin/ls/tests etc/mtree

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Mon Sep 28 03:36:15 2015 New Revision: 288330 URL: https://svnweb.freebsd.org/changeset/base/288330 Log: Add initial testcases for bin/ls MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added: head/bin/ls/tests/ - copied from r284388,

svn commit: r288328 - head/etc

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Mon Sep 28 03:28:22 2015 New Revision: 288328 URL: https://svnweb.freebsd.org/changeset/base/288328 Log: Delete stray svn:mergeinfo Modified: Directory Properties: head/etc/ (props changed) ___ svn-src-head@freebsd.org mailing

svn commit: r288295 - in head: . share/man/man9

2015-09-26 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 04:40:54 2015 New Revision: 288295 URL: https://svnweb.freebsd.org/changeset/base/288295 Log: Posthumously remove all references to MFREE(9) The macro was removed in r90227 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r288298 - in head: . share/man/man9

2015-09-26 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 04:55:43 2015 New Revision: 288298 URL: https://svnweb.freebsd.org/changeset/base/288298 Log: Remove MLINKS to more non-existent mbuf(9) macros X-MFC with: r288295 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r288304 - head/sys/modules/netgraph

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 07:40:19 2015 New Revision: 288304 URL: https://svnweb.freebsd.org/changeset/base/288304 Log: Enable parallel subdirectory building with sys/modules/netgraph MFC after: 2 weeks Modified: head/sys/modules/netgraph/Makefile Modified:

svn commit: r288305 - head/sbin/ifconfig

2015-09-27 Thread Garrett Cooper
Author: ngie Date: Sun Sep 27 07:51:18 2015 New Revision: 288305 URL: https://svnweb.freebsd.org/changeset/base/288305 Log: Replace N #defines with nitems to simplify ifconfig code slightly MFC after: 1 week Modified: head/sbin/ifconfig/af_inet6.c head/sbin/ifconfig/carp.c

svn commit: r288906 - head/bin/ls/tests

2015-10-05 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 00:55:31 2015 New Revision: 288906 URL: https://svnweb.freebsd.org/changeset/base/288906 Log: Explicitly set BLOCKSIZE to 512 in the environment Modified: head/bin/ls/tests/ls_tests.sh Modified: head/bin/ls/tests/ls_tests.sh

svn commit: r288907 - head/bin/ls/tests

2015-10-05 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 01:00:12 2015 New Revision: 288907 URL: https://svnweb.freebsd.org/changeset/base/288907 Log: Call sync consistently using atf_check Remove superfluous sync's Modified: head/bin/ls/tests/ls_tests.sh Modified: head/bin/ls/tests/ls_tests.sh

svn commit: r288905 - head/bin/ls/tests

2015-10-05 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 00:23:50 2015 New Revision: 288905 URL: https://svnweb.freebsd.org/changeset/base/288905 Log: Add some more syncs to quiesce the filesystem after creating the files to see if this fixes deterministic Jenkin failures Modified: head/bin/ls/tests/ls_tests.sh

svn commit: r288057 - head/tools/build/mk

2015-09-20 Thread Garrett Cooper
Author: ngie Date: Mon Sep 21 03:39:13 2015 New Revision: 288057 URL: https://svnweb.freebsd.org/changeset/base/288057 Log: Delete /etc/autofs/special_noauto when MK_AUTOFS == no MFC after: 1 week Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

Re: svn commit: r286995 - head/share/mk

2015-09-23 Thread Garrett Cooper
> On Sep 23, 2015, at 10:02, Bryan Drewery wrote: > >> On 9/23/2015 9:44 AM, Warner Losh wrote: >> >> >> On Tue, Sep 22, 2015 at 10:07 PM, Bryan Drewery > > wrote: >> >>>On 8/21/15 8:15 AM, Warner Losh wrote: >>>

Re: svn commit: r286995 - head/share/mk

2015-09-23 Thread Garrett Cooper
> On Sep 23, 2015, at 11:20, Bryan Drewery wrote: ... >> NOTE: wipe out /usr/tests before running installworld to ensure the files >> that are present there aren't from previous runs >> >> cd /usr/tests >> kyua test > > I am comparing full objtree and destdir from

Re: svn commit: r286995 - head/share/mk

2015-09-23 Thread Garrett Cooper
> On Sep 22, 2015, at 23:25, Baptiste Daroussin wrote: > >> On Tue, Sep 22, 2015 at 10:07:33PM -0700, Bryan Drewery wrote: >>> On 8/21/15 8:15 AM, Warner Losh wrote: >>> Author: imp >>> Date: Fri Aug 21 15:15:22 2015 >>> New Revision: 286995 >>> URL:

svn commit: r288929 - in head: etc/mtree lib/libxo lib/libxo/tests usr.bin/xo usr.bin/xo/tests

2015-10-06 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 16:58:47 2015 New Revision: 288929 URL: https://svnweb.freebsd.org/changeset/base/288929 Log: Integrate the tests from libxo into the FreeBSD test suite The functional_test.sh harness for each test subdir was inspired by the version in

svn commit: r288933 - head/lib/libxo/tests

2015-10-06 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 17:18:15 2015 New Revision: 288933 URL: https://svnweb.freebsd.org/changeset/base/288933 Log: Remove a comment from an earlier iteration of trying to figure out how the test encoder testcases worked Modified: head/lib/libxo/tests/Makefile Modified:

svn commit: r288934 - head/lib/libxo/tests/encoder

2015-10-06 Thread Garrett Cooper
Author: ngie Date: Tue Oct 6 17:22:54 2015 New Revision: 288934 URL: https://svnweb.freebsd.org/changeset/base/288934 Log: Add directory for test encoder missed by accident in r288929 Sponsored by: EMC / Isilon Storage Division Added: head/lib/libxo/tests/encoder/

svn commit: r291681 - head/share/mk

2015-12-02 Thread Garrett Cooper
Author: ngie Date: Thu Dec 3 07:42:00 2015 New Revision: 291681 URL: https://svnweb.freebsd.org/changeset/base/291681 Log: Fix a typo in a comment (spacial -> special) Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r291753 - head/sys/ofed/drivers/infiniband/hw/mthca

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 09:01:58 2015 New Revision: 291753 URL: https://svnweb.freebsd.org/changeset/base/291753 Log: Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) They're only used in the __linux__ case Differential Revision:

svn commit: r291896 - head/share/mk

2015-12-05 Thread Garrett Cooper
Author: ngie Date: Sun Dec 6 07:30:18 2015 New Revision: 291896 URL: https://svnweb.freebsd.org/changeset/base/291896 Log: Remove unused atf.test.mk variables - ATF_BUILD_CC - ATF_BUILD_CPP - ATF_BUILD_CXX - ATF_SHELL - ATF_PREFIX MFC after: 1 week Sponsored by: EMC /

svn commit: r291891 - head/share/man/man7

2015-12-05 Thread Garrett Cooper
Author: ngie Date: Sun Dec 6 06:53:37 2015 New Revision: 291891 URL: https://svnweb.freebsd.org/changeset/base/291891 Log: Use .Fx instead of explicitly spelling out FreeBSD Fix several warnings reported by igor MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r291892 - head/share/mk

2015-12-05 Thread Garrett Cooper
Author: ngie Date: Sun Dec 6 07:00:23 2015 New Revision: 291892 URL: https://svnweb.freebsd.org/changeset/base/291892 Log: Remove redundant default TESTSDIR that is already defined in bsd.test.mk after r289158 MFC after: 1 week X-MFC with: r289158 Sponsored by: EMC / Isilon Storage

svn commit: r291908 - head/sbin/newfs_msdos

2015-12-06 Thread Garrett Cooper
Author: ngie Date: Sun Dec 6 21:07:33 2015 New Revision: 291908 URL: https://svnweb.freebsd.org/changeset/base/291908 Log: Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the end of the function Differential Revision: https://reviews.freebsd.org/D4405 MFC after:

svn commit: r291919 - head/bin/ls/tests

2015-12-06 Thread Garrett Cooper
Author: ngie Date: Mon Dec 7 04:03:01 2015 New Revision: 291919 URL: https://svnweb.freebsd.org/changeset/base/291919 Log: Enable bin/ls testcases disabled previously because of issues with how kyua 0.11's version of report-junit was rendering non-printable characters Upgrade to kyua

svn commit: r292013 - head/lib/libc/stdio

2015-12-09 Thread Garrett Cooper
Author: ngie Date: Wed Dec 9 09:14:57 2015 New Revision: 292013 URL: https://svnweb.freebsd.org/changeset/base/292013 Log: Use stdint.h instead of inttypes.h as the latter pollutes namespace more MFC after: 3 days X-MFC with: r292004 Submitted by: bde Sponsored by: EMC / Isilon

Re: svn commit: r292004 - head/lib/libc/stdio

2015-12-09 Thread Garrett Cooper
> On Dec 8, 2015, at 23:23, Bruce Evans <b...@optusnet.com.au> wrote: > >> On Tue, 8 Dec 2015, Garrett Cooper wrote: >> >> Author: ngie >> ... >> >> Log: >> Fix compilation when -DDEBUG is defined by adding inttypes.h #include >

svn commit: r292004 - head/lib/libc/stdio

2015-12-08 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 22:47:54 2015 New Revision: 292004 URL: https://svnweb.freebsd.org/changeset/base/292004 Log: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D4434

svn commit: r292005 - head/sbin/swapon

2015-12-08 Thread Garrett Cooper
Author: ngie Date: Wed Dec 9 01:24:34 2015 New Revision: 292005 URL: https://svnweb.freebsd.org/changeset/base/292005 Log: Call va_end on ap when vsnprintf fails in run_cmd(..) to clean up the variable state MFC after: 1 week Reported by: cppcheck Sponsored by: EMC / Isilon Storage

Re: svn commit: r291860 - in head/tools/tools/nanobsd: . embedded

2015-12-05 Thread Garrett Cooper
> On Dec 5, 2015, at 09:26, Benjamin Kaduk wrote: ... >> - [ ! -z "${NANO_NOPRIV_BUILD" ] && [ -z "${NANO_METALOG}"] && \ >> + [ ! -z "${NANO_NOPRIV_BUILD}" ] && [ -z "${NANO_METALOG}"] && \ > > Hmm, is there still a missing space between '"' and ']' in the

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