svn commit: r292822 - head/tests/sys/kern/pipe

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:36:57 2015 New Revision: 292822 URL: https://svnweb.freebsd.org/changeset/base/292822 Log: Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292804 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:47:12 2015 New Revision: 292804 URL: https://svnweb.freebsd.org/changeset/base/292804 Log: Revert r292803 Some of the hyperbolic functions (sinh, etc) haven't been implemented on stable/9, so the tests that were MFCed were invalid. A corrected MFC

svn commit: r292807 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:58:13 2015 New Revision: 292807 URL: https://svnweb.freebsd.org/changeset/base/292807 Log: MFstable/10 r226602: r226602 (by das): Tests for cancellation in fma(). Also include more tests for 128-bit long doubles. Thanks for clusteradm (simon) for making

svn commit: r292710 - head/contrib/bsnmp/snmpd

2015-12-24 Thread Garrett Cooper
Author: ngie Date: Thu Dec 24 22:22:02 2015 New Revision: 292710 URL: https://svnweb.freebsd.org/changeset/base/292710 Log: Remove unused function `act_getkernstring` This fixes a clang -Wunused warning Differential Revision: https://reviews.freebsd.org/D4697 MFC after: 1 week

Re: svn commit: r291937 - in head: lib/libc/aarch64/sys lib/libc/arm/sys sys/arm/arm sys/arm/include sys/arm64/arm64 sys/arm64/include sys/conf sys/kern

2015-12-24 Thread Garrett Cooper
> On Dec 24, 2015, at 10:00, Konstantin Belousov wrote: > >> On Thu, Dec 24, 2015 at 08:40:42AM -0700, Ian Lepore wrote: >>> On Mon, 2015-12-07 at 12:20 +, Konstantin Belousov wrote: >>> Author: kib >>> Date: Mon Dec 7 12:20:26 2015 >>> New Revision: 291937 >>> URL:

Re: svn commit: r291937 - in head: lib/libc/aarch64/sys lib/libc/arm/sys sys/arm/arm sys/arm/include sys/arm64/arm64 sys/arm64/include sys/conf sys/kern

2015-12-24 Thread Garrett Cooper
> On Dec 24, 2015, at 07:40, Ian Lepore wrote: > >> On Mon, 2015-12-07 at 12:20 +, Konstantin Belousov wrote: >> Author: kib >> Date: Mon Dec 7 12:20:26 2015 >> New Revision: 291937 >> URL: https://svnweb.freebsd.org/changeset/base/291937 >> >> Log: >> Add support for

svn commit: r292650 - head/tests/sys/mac/bsdextended

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 09:59:31 2015 New Revision: 292650 URL: https://svnweb.freebsd.org/changeset/base/292650 Log: Move mac_bsdextended check up before running the test_libugidfw_strings testcases I realize that these tests could be run before mac_bsdextended is loaded, but it

svn commit: r292651 - head/tests/sys/mac/bsdextended

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:02:51 2015 New Revision: 292651 URL: https://svnweb.freebsd.org/changeset/base/292651 Log: Delete the comment about running `test_libugidfw_strings` before testing `mac_is_present` so it doesn't accidentally confuse people MFC after: 3 days X-MFC with:

svn commit: r292652 - in stable/10/tools/regression/lib/libc: nss resolv

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:11:54 2015 New Revision: 292652 URL: https://svnweb.freebsd.org/changeset/base/292652 Log: MFC r292316: Remove hosts that don't resolve properly with the nss and resolv tests Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292661 - head/sys/dev/hyperv/vmbus

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 17:37:30 2015 New Revision: 292661 URL: https://svnweb.freebsd.org/changeset/base/292661 Log: Remove redundant vmbus_select_outgoing_channel declaration already handled in include/hyperv.h This unbreaks the gcc 4.2.1 kernel build of hyperv Differential

svn commit: r292662 - head/sys/x86/xen

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 17:43:55 2015 New Revision: 292662 URL: https://svnweb.freebsd.org/changeset/base/292662 Log: Remove redundant declarations in sys/x86/xen which are now handled in other sys/x86 headers Differential Revision: https://reviews.freebsd.org/D4685 X-MFC with:

svn commit: r292665 - head/lib/libc/tests/resolv

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 18:48:32 2015 New Revision: 292665 URL: https://svnweb.freebsd.org/changeset/base/292665 Log: Increase the timeout for resolv_test from the default (300 seconds) to 450 seconds This is required on slower network connections, and on older releases

svn commit: r292655 - stable/10/tests/freebsd_test_suite

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:31:46 2015 New Revision: 292655 URL: https://svnweb.freebsd.org/changeset/base/292655 Log: MFC r292319: Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros for testing for kernel features via the feature_present(3) libcall The semantics are

svn commit: r292656 - stable/10/share/examples/tests/tests/atf

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:34:11 2015 New Revision: 292656 URL: https://svnweb.freebsd.org/changeset/base/292656 Log: MFC r292485: Add missing return statement to atf/printf_test to make the example complete and correct, and mute a compiler warning from clang Reported by:

svn commit: r292657 - in stable/9/tools/regression/lib/libc: nss resolv

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:38:44 2015 New Revision: 292657 URL: https://svnweb.freebsd.org/changeset/base/292657 Log: MFstable/10 r292652: MFC r292316: Remove hosts that don't resolve properly with the nss and resolv tests Sponsored by: EMC / Isilon Storage Division

svn commit: r292647 - head/lib/msun/tests

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 09:11:18 2015 New Revision: 292647 URL: https://svnweb.freebsd.org/changeset/base/292647 Log: Use j instead of a hardcoded index (9) and increment it after running the NaNs testcases MFC after: 3 days Pointyhat to: ngie Sponsored by: EMC / Isilon Storage

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

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 09:18:47 2015 New Revision: 292649 URL: https://svnweb.freebsd.org/changeset/base/292649 Log: MFC r292327: Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang because `nums[]` is an array of long doubles Sponsored by: EMC / Isilon

svn commit: r292619 - head/sys/amd64/include

2015-12-22 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 20:08:32 2015 New Revision: 292619 URL: https://svnweb.freebsd.org/changeset/base/292619 Log: Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.h This variable was added to sys/x86/include/x86_var.h recently. This unbreaks building

svn commit: r292641 - head/sys/kern

2015-12-22 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 03:34:43 2015 New Revision: 292641 URL: https://svnweb.freebsd.org/changeset/base/292641 Log: Fix r292640 vim overzealously removed some trailing `+' and I didn't check the diff MFC after: 1 week X-MFC with: r292640 Pointyhat to: ngie Sponsored

svn commit: r292640 - head/sys/kern

2015-12-22 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 03:29:37 2015 New Revision: 292640 URL: https://svnweb.freebsd.org/changeset/base/292640 Log: Clean up trailing whitespace; no functional change MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/sys/kern/link_elf.c Modified:

svn commit: r292626 - head/sys/kern

2015-12-22 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 21:07:33 2015 New Revision: 292626 URL: https://svnweb.freebsd.org/changeset/base/292626 Log: Fold lim_shared into lim_copy to mute a -Wunused compiler warning from clang when the kernel is compiled without INVARIANTS Differential Revision:

Re: svn commit: r292533 - head/tools/regression/mac/mac_bsdextended

2015-12-22 Thread Garrett Cooper
> On Dec 22, 2015, at 22:42, Craig Rodrigues <rodr...@crodrigues.org> wrote: > >> On Mon, Dec 21, 2015 at 12:58 AM, Garrett Cooper <n...@freebsd.org> wrote: >> Author: ngie >> Date: Mon Dec 21 08:58:14 2015 >> New Revision: 292533 >> URL:

svn commit: r292569 - head/tools/regression/mac/mac_portacl

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 21:15:23 2015 New Revision: 292569 URL: https://svnweb.freebsd.org/changeset/base/292569 Log: Make the mac_portacl testcases work / more robust - A trap(1) call has been added to the test scripts to better ensure that the tests do a better job at trying to

svn commit: r292570 - in head: etc/mtree tests/sys tests/sys/mac tests/sys/mac/bsdextended tests/sys/mac/portacl tools/regression/mac

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 21:24:03 2015 New Revision: 292570 URL: https://svnweb.freebsd.org/changeset/base/292570 Log: Integrate tools/regression/mac/mac_bsdextended and tools/regression/mac/mac_portacl into the FreeBSD test suite as tests/sys/mac/bsdextended and tests/sys/mac/portacl,

svn commit: r292578 - in head/contrib/netbsd-tests/lib/libc: gen ssp

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 00:43:22 2015 New Revision: 292578 URL: https://svnweb.freebsd.org/changeset/base/292578 Log: Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_test The default `sysctl kern.corefile` value is compatible with `kyua test` (FreeBSD will

svn commit: r292531 - head/tools/regression/mac/mac_bsdextended

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 08:14:45 2015 New Revision: 292531 URL: https://svnweb.freebsd.org/changeset/base/292531 Log: Make test_matches.sh into a series of TAP testcases Use temporary filesystems / memory disks instead of a hardcoded path which doesn't exist on test systems

svn commit: r292582 - head/tests/sys/file

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 02:10:31 2015 New Revision: 292582 URL: https://svnweb.freebsd.org/changeset/base/292582 Log: Dump out the output from flock_helper on failure so failures with the test app can be debugged MFC after: 1 week Obtained from: Isilon OneFS

svn commit: r292581 - head/contrib/netbsd-tests/usr.bin/grep

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 01:21:27 2015 New Revision: 292581 URL: https://svnweb.freebsd.org/changeset/base/292581 Log: Use stable output to a test file instead of depending on the OS name being grep'able in /bin/sh This fixes the situation where the OS has been rebranded to

svn commit: r292585 - head/usr.sbin/uhsoctl

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Tue Dec 22 05:57:23 2015 New Revision: 292585 URL: https://svnweb.freebsd.org/changeset/base/292585 Log: Prevent use-after-free with ctx->ns in set_nameservers(..), which could occur if the memory wasn't allocated again later on Reported by: Coverity Submitted by:

svn commit: r292532 - head/tools/regression/mac/mac_bsdextended

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 08:53:26 2015 New Revision: 292532 URL: https://svnweb.freebsd.org/changeset/base/292532 Log: Mark `subject matching jailid` testcase as an unexpected failure with TODO to ensure that the testcase isn't marked as a failure PR: 205481 MFC after: 2 weeks

svn commit: r292533 - head/tools/regression/mac/mac_bsdextended

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 08:58:14 2015 New Revision: 292533 URL: https://svnweb.freebsd.org/changeset/base/292533 Log: Skip the testcases if mac_bsdextended(4) isn't detected on the system MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292545 - head/tools/regression/mac/mac_bsdextended

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 12:39:16 2015 New Revision: 292545 URL: https://svnweb.freebsd.org/changeset/base/292545 Log: Redo the TAP integration so it works with Kyua Kyua needs numbers in the TAP results :/, but prove doesn't MFC after: 2 weeks Sponsored by: EMC / Isilon

svn commit: r292546 - head/tools/regression/mac/mac_bsdextended

2015-12-21 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 12:43:04 2015 New Revision: 292546 URL: https://svnweb.freebsd.org/changeset/base/292546 Log: - Convert testcase to TAP format - Use nitems(x) instead of handrolled sizeof(x) / sizeof(*x) macro - Do not mark count != 0 case with bsde_get_rule_count as a

svn commit: r292530 - head/tools/regression/mac/mac_bsdextended

2015-12-20 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 07:04:01 2015 New Revision: 292530 URL: https://svnweb.freebsd.org/changeset/base/292530 Log: - Use 1 for an exit code instead of -1 with err, errx, and exit - Add unistd.h for getuid(3) - Sort #includes MFC after: 1 week Sponsored by: EMC / Isilon

svn commit: r292481 - stable/10/lib/libc/regex/grot

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 00:40:33 2015 New Revision: 292481 URL: https://svnweb.freebsd.org/changeset/base/292481 Log: MFC r292153: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed publicly via the DSO

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:06:30 2015 New Revision: 292489 URL: https://svnweb.freebsd.org/changeset/base/292489 Log: Disable test-ctrig.t testcases which fail assertions on i386 Tested on: stable/10 (amd64/i386), head (amd64/i386) PR: 205446 MFC after: 1 week X-MFC to:

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:32:30 2015 New Revision: 292493 URL: https://svnweb.freebsd.org/changeset/base/292493 Log: Don't run test-fma on i386 It completely fails all assertions on i386 on both stable/9 and stable/10 PR: 205448 MFC after: 1 week X-MFC to: stable/10

svn commit: r292482 - stable/9/lib/libc/regex/grot

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 00:45:34 2015 New Revision: 292482 URL: https://svnweb.freebsd.org/changeset/base/292482 Log: MFstable/10 r292481: MFC r292153: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 03:06:29 2015 New Revision: 292487 URL: https://svnweb.freebsd.org/changeset/base/292487 Log: Update the test list after r292328 Add test-invtrig to the list of tests Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:17:54 2015 New Revision: 292491 URL: https://svnweb.freebsd.org/changeset/base/292491 Log: Disable test-ctrig.t testcases which fail assertions on i386 [*] Also, don't compile the exp2l(3) testcases on platforms that don't support the libcall (technically

svn commit: r292500 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:38:06 2015 New Revision: 292500 URL: https://svnweb.freebsd.org/changeset/base/292500 Log: Simplify Kyuafile generation logic with KYUAFILE == auto and related complexity with variables MFC after: 1 week Differential Revision:

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:52:53 2015 New Revision: 292496 URL: https://svnweb.freebsd.org/changeset/base/292496 Log: Skip the testcases on i386 (all the assertions fail) [*] Also, don't compile the ldexpl(3) testcases on platforms that don't support the libcall (technically only

svn commit: r292504 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:01:53 2015 New Revision: 292504 URL: https://svnweb.freebsd.org/changeset/base/292504 Log: Deal with another hardcoded reference to Kyuafile in the KYUAFILE == auto case Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff)

svn commit: r292507 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:26:15 2015 New Revision: 292507 URL: https://svnweb.freebsd.org/changeset/base/292507 Log: - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1) - Use LOCALBASE instead of hardcoding /usr/local for perl MFC after: 1 week Differential

svn commit: r292508 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:27:36 2015 New Revision: 292508 URL: https://svnweb.freebsd.org/changeset/base/292508 Log: Document LOCALBASE in the bsd.test.mk section MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by:

svn commit: r292486 - head/sys/boot/i386/libi386

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 02:46:51 2015 New Revision: 292486 URL: https://svnweb.freebsd.org/changeset/base/292486 Log: Add missing smbios.h #include to mute a -Wimplicit-function-declaration warning after r279222 Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:42:55 2015 New Revision: 292495 URL: https://svnweb.freebsd.org/changeset/base/292495 Log: Initialize j so it doesn't print out a garbage index Use it consistently instead of i in the first loop MFC after: 3 days X-MFC with: 292492 Sponsored by:

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:41:17 2015 New Revision: 292494 URL: https://svnweb.freebsd.org/changeset/base/292494 Log: Skip infinities testcases that fail assertions on amd64 only on CURRENT PR: 205448 MFC after: never Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292497 - in head: lib/msun/tests tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:06:44 2015 New Revision: 292497 URL: https://svnweb.freebsd.org/changeset/base/292497 Log: Integrate the remaining tools/regression/lib/msun testcases into the FreeBSD test suite under lib/msun/tests MFC after: 3 weeks X-MFC with: r292328 Sponsored

svn commit: r292502 - head

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:52:03 2015 New Revision: 292502 URL: https://svnweb.freebsd.org/changeset/base/292502 Log: Always expose LOCALBASE, not just when CROSS_TOOLCHAIN is defined Instead of using which(1) to look for doxygen, look for it in /bin . $PATH gets mangled by make

svn commit: r292480 - head/etc/mtree

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sat Dec 19 23:02:18 2015 New Revision: 292480 URL: https://svnweb.freebsd.org/changeset/base/292480 Log: Fix whitespace issues in BSD.usr.dist introduced in r291455 Sponsored by: EMC / Isilon Storage Division Modified: head/etc/mtree/BSD.usr.dist Modified:

svn commit: r292485 - head/share/examples/tests/tests/atf

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 02:36:30 2015 New Revision: 292485 URL: https://svnweb.freebsd.org/changeset/base/292485 Log: Add missing return statement to atf/printf_test to make the example complete and correct, and mute a compiler warning from clang MFC after: 3 days Reported by:

svn commit: r292490 - stable/10/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:12:12 2015 New Revision: 292490 URL: https://svnweb.freebsd.org/changeset/base/292490 Log: MFC r291892: Remove redundant default TESTSDIR that is already defined in bsd.test.mk after r289158 Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:28:37 2015 New Revision: 292492 URL: https://svnweb.freebsd.org/changeset/base/292492 Log: - Use nitems instead of handrolling the macro - Use a separate variable for tracking the testcase count instead of hardcoding the offset for the testcases MFC

svn commit: r292501 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:41:12 2015 New Revision: 292501 URL: https://svnweb.freebsd.org/changeset/base/292501 Log: Fix typo in r292500 by adding missing conditional statement MFC after: 1 week X-MFC with: r292500 Pointyhat to: ngie Differential Revision:

svn commit: r292509 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:29:03 2015 New Revision: 292509 URL: https://svnweb.freebsd.org/changeset/base/292509 Log: Clean up Kyuafile.tmp, not Kyuafile.auto.tmp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by:

Re: svn commit: r292454 - head/bin/ed

2015-12-18 Thread Garrett Cooper
> On Dec 18, 2015, at 15:46, Conrad Meyer wrote: > >> On Fri, Dec 18, 2015 at 2:44 PM, Pedro Giffuni wrote: >> Hi Warner; >> >>> Il giorno 18/dic/2015, alle ore 17:01, Warner Losh ha >>> scritto: >>> >>> Isn’t strlcpy() the more

Re: svn commit: r292410 - head/usr.sbin/boot0cfg

2015-12-17 Thread Garrett Cooper
> On Dec 17, 2015, at 21:36, luke wrote: > >> On Fri, Dec 18, 2015 at 4:42 AM, John Baldwin wrote: >> Author: jhb >> Date: Thu Dec 17 20:42:05 2015 >> New Revision: 292410 >> URL: https://svnweb.freebsd.org/changeset/base/292410 >> >> Log: >> Exit

svn commit: r292430 - stable/10/lib/libc/resolv

2015-12-17 Thread Garrett Cooper
Author: ngie Date: Fri Dec 18 06:58:44 2015 New Revision: 292430 URL: https://svnweb.freebsd.org/changeset/base/292430 Log: MFC r292250: Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its definition Reviewed by:

svn commit: r292431 - stable/9/lib/libc/resolv

2015-12-17 Thread Garrett Cooper
Author: ngie Date: Fri Dec 18 07:00:42 2015 New Revision: 292431 URL: https://svnweb.freebsd.org/changeset/base/292431 Log: MFstable/10 r292430: MFC r292250: Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Garrett Cooper
> On Dec 16, 2015, at 08:15, John Baldwin wrote: > >> On Wednesday, December 16, 2015 10:58:47 AM Jonathan T. Looney wrote: >>> On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote: >>> Ahh I think I see this is a difference between our friend >>> clang and

svn commit: r292395 - stable/10/sbin/geom/class/multipath

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Thu Dec 17 06:31:55 2015 New Revision: 292395 URL: https://svnweb.freebsd.org/changeset/base/292395 Log: MFC r292048: Don't leak rsector/sector in mp_label(..) Use calloc instead of malloc + memset(.., 0, ..) when allocating sector Differential Revision:

svn commit: r292396 - stable/9/sbin/geom/class/multipath

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Thu Dec 17 06:35:31 2015 New Revision: 292396 URL: https://svnweb.freebsd.org/changeset/base/292396 Log: MFstable/10 r292395: MFC r292048: Don't leak rsector/sector in mp_label(..) Use calloc instead of malloc + memset(.., 0, ..) when allocating sector

svn commit: r292328 - in head: lib/msun/tests tools/regression/lib/msun

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 09:11:11 2015 New Revision: 292328 URL: https://svnweb.freebsd.org/changeset/base/292328 Log: Integrate a number of testcases from tools/regression/lib/msun into the FreeBSD test suite There's no functional change with these testcases; they're purposely

svn commit: r292324 - head/lib/libc/tests

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:25:12 2015 New Revision: 292324 URL: https://svnweb.freebsd.org/changeset/base/292324 Log: Iterate down lib/libc/tests/nss... MFC after: 1 week X-MFC with: r292323 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/Makefile

svn commit: r292323 - in head: etc/mtree lib/libc/tests/nss tools/regression/lib/libc/nss

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:09:03 2015 New Revision: 292323 URL: https://svnweb.freebsd.org/changeset/base/292323 Log: Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as lib/libc/tests/nss - Convert the testcases to ATF - Do some style(9) cleanups: -- Sort

svn commit: r292316 - in head/tools/regression/lib/libc: nss resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 04:59:30 2015 New Revision: 292316 URL: https://svnweb.freebsd.org/changeset/base/292316 Log: Remove hosts that don't resolve properly with the nss and resolv tests MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292318 - head/lib/libc/tests/resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:19:07 2015 New Revision: 292318 URL: https://svnweb.freebsd.org/changeset/base/292318 Log: Add Makefile accidentally missed in r292317 MFC after: 1 week X-MFC with: r292317 Sponsored by: EMC / Isilon Storage Division Added:

svn commit: r292317 - in head: etc/mtree lib/libc/tests lib/libc/tests/resolv tools/regression/lib/libc/resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:11:57 2015 New Revision: 292317 URL: https://svnweb.freebsd.org/changeset/base/292317 Log: Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as lib/libc/tests/resolv Convert the testcases to ATF MFC after: 1 week Sponsored by:

svn commit: r292319 - head/tests/freebsd_test_suite

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:44:53 2015 New Revision: 292319 URL: https://svnweb.freebsd.org/changeset/base/292319 Log: Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros for testing for kernel features via the feature_present(3) libcall The semantics are similar to the other

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

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:53:24 2015 New Revision: 292327 URL: https://svnweb.freebsd.org/changeset/base/292327 Log: Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang because `nums[]` is an array of long doubles MFC after: 1 week Sponsored by: EMC / Isilon

svn commit: r292280 - in stable/10: tools/build/mk tools/build/options usr.sbin

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 18:01:05 2015 New Revision: 292280 URL: https://svnweb.freebsd.org/changeset/base/292280 Log: MFC r271401: r271401 (by asomers): Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls merge(1), which is part of the RCS package, it must not

svn commit: r292281 - in stable/9: tools/build/mk tools/build/options usr.sbin

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 18:02:56 2015 New Revision: 292281 URL: https://svnweb.freebsd.org/changeset/base/292281 Log: MFstable/10 r292280: MFC r271401: r271401 (by asomers): Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls merge(1), which is part of the

svn commit: r292278 - stable/10/share/mk

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 17:58:10 2015 New Revision: 292278 URL: https://svnweb.freebsd.org/changeset/base/292278 Log: MFC r284408,r289151,r289158: r284408: Ensure TESTSDIR is defined before bsd.test.mk is .include'd r289151: Simplify netbsd-tests.test.mk -

svn commit: r292282 - in stable/10: bin/cat bin/cat/tests etc/mtree

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 18:09:03 2015 New Revision: 292282 URL: https://svnweb.freebsd.org/changeset/base/292282 Log: MFC r276669,r276723: r276669: Integrate bin/cat/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division r276723: Install

svn commit: r292311 - stable/10/sbin/swapon

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 02:43:34 2015 New Revision: 292311 URL: https://svnweb.freebsd.org/changeset/base/292311 Log: MFC r292005: Call va_end on ap when vsnprintf fails in run_cmd(..) to clean up the variable state Reported by: cppcheck Sponsored by: EMC / Isilon Storage

svn commit: r292250 - head/lib/libc/resolv

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 05:37:09 2015 New Revision: 292250 URL: https://svnweb.freebsd.org/changeset/base/292250 Log: Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its definition MFC after: 3 days Reviewed by:

svn commit: r292251 - stable/10/tools/regression/mac/mac_portacl

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 05:47:05 2015 New Revision: 292251 URL: https://svnweb.freebsd.org/changeset/base/292251 Log: MFC r291982: Skip the MAC portacl tests if MAC_PORTACL support is missing instead of marking them failed Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292252 - stable/9/tools/regression/mac/mac_portacl

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 05:47:56 2015 New Revision: 292252 URL: https://svnweb.freebsd.org/changeset/base/292252 Log: MFstable/10 r292251: MFC r291982: Skip the MAC portacl tests if MAC_PORTACL support is missing instead of marking them failed Sponsored by: EMC / Isilon

svn commit: r292211 - stable/10/sys/dev/netmap

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Mon Dec 14 14:44:23 2015 New Revision: 292211 URL: https://svnweb.freebsd.org/changeset/base/292211 Log: Unbreak the powerpc/powerpc64 tinderbox PR: 198805 Submitted by: sbruno MFC r280430: r280430 (by bz): Make ix_crcstrip a public symbol for the

svn commit: r292168 - stable/10/lib/libc/regex/grot

2015-12-13 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 21:09:46 2015 New Revision: 292168 URL: https://svnweb.freebsd.org/changeset/base/292168 Log: MFC r276737,r289369,r289376,r289424,r291219,r291382,r291385,r291908: r276737 (by imp): Remove old ioctl use and support, once and for all. r289369 (by

svn commit: r292170 - stable/10/lib/libc/regex/grot

2015-12-13 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 21:15:03 2015 New Revision: 292170 URL: https://svnweb.freebsd.org/changeset/base/292170 Log: MFC r291837: split.ih: - Create automatically generated include header for split.c main.c: - Use function definitions from debug.ih and split.ih instead of

svn commit: r292169 - stable/10/lib/libc/regex/grot

2015-12-13 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 21:14:04 2015 New Revision: 292169 URL: https://svnweb.freebsd.org/changeset/base/292169 Log: Revert r292168 -- I used the wrong commit message by accident Modified: stable/10/lib/libc/regex/grot/Makefile stable/10/lib/libc/regex/grot/main.c

svn commit: r292171 - stable/9/lib/libc/regex/grot

2015-12-13 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 21:15:56 2015 New Revision: 292171 URL: https://svnweb.freebsd.org/changeset/base/292171 Log: MFstable/10 r292170: MFC r291837: split.ih: - Create automatically generated include header for split.c main.c: - Use function definitions from debug.ih

svn commit: r292141 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:41:50 2015 New Revision: 292141 URL: https://svnweb.freebsd.org/changeset/base/292141 Log: MFstable/10 r292140: MFC r292004: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t Differential Revision:

svn commit: r292140 - stable/10/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:40:43 2015 New Revision: 292140 URL: https://svnweb.freebsd.org/changeset/base/292140 Log: MFC r292004: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t Differential Revision: https://reviews.freebsd.org/D4434

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

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:37:29 2015 New Revision: 292138 URL: https://svnweb.freebsd.org/changeset/base/292138 Log: MFC r291979: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292139 - stable/9/lib/libc/gen

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:38:19 2015 New Revision: 292139 URL: https://svnweb.freebsd.org/changeset/base/292139 Log: MFstable/10 r292138: MFC r291979: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" Sponsored by: EMC / Isilon Storage

svn commit: r292151 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:24:59 2015 New Revision: 292151 URL: https://svnweb.freebsd.org/changeset/base/292151 Log: MFstable/10 r292150: MFC r292013: Use stdint.h instead of inttypes.h as the latter pollutes namespace more Submitted by: bde Sponsored by: EMC / Isilon

svn commit: r292148 - stable/10/share/mk

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:20:47 2015 New Revision: 292148 URL: https://svnweb.freebsd.org/changeset/base/292148 Log: MFC r291896: Remove unused atf.test.mk variables - ATF_BUILD_CC - ATF_BUILD_CPP - ATF_BUILD_CXX - ATF_SHELL - ATF_PREFIX Sponsored by: EMC / Isilon

svn commit: r292153 - head/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 06:33:52 2015 New Revision: 292153 URL: https://svnweb.freebsd.org/changeset/base/292153 Log: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed publicly via the DSO PR: 191354 MFC

svn commit: r292152 - stable/10/lib/libc/tests/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:29:09 2015 New Revision: 292152 URL: https://svnweb.freebsd.org/changeset/base/292152 Log: MFC r291980,r291981: r291980: Add missing va_ends for corresponding va_starts to clean up variable arguments initialized in _test_fmt(..) Reported by:

svn commit: r292136 - stable/10/sys/ofed/drivers/infiniband/hw/mthca

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:32:41 2015 New Revision: 292136 URL: https://svnweb.freebsd.org/changeset/base/292136 Log: MFC r291753: Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) They're only used in the __linux__ case Differential Revision:

svn commit: r292144 - stable/10/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:51:49 2015 New Revision: 292144 URL: https://svnweb.freebsd.org/changeset/base/292144 Log: MFC r291832,r291833,r291834,r291835,r291836,r291838: r291832: Fix -Wformat warnings by using the correct format qualifiers Sponsored by: EMC / Isilon

svn commit: r292142 - in stable/10/tools/regression/tls: ttls2 ttls4

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:45:57 2015 New Revision: 292142 URL: https://svnweb.freebsd.org/changeset/base/292142 Log: MFC r291983,r291984: r291983: Fix compilation warnings by adding unistd.h #include and missing return statements Sponsored by: EMC / Isilon Storage

svn commit: r292143 - in stable/9/tools/regression/tls: ttls2 ttls4

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:47:56 2015 New Revision: 292143 URL: https://svnweb.freebsd.org/changeset/base/292143 Log: MFstable/10 r292142: MFC r291983,r291984: r291983: Fix compilation warnings by adding unistd.h #include and missing return statements Sponsored by:

svn commit: r292149 - stable/10/share/man/man7

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:22:50 2015 New Revision: 292149 URL: https://svnweb.freebsd.org/changeset/base/292149 Log: MFC r291891: Use .Fx instead of explicitly spelling out FreeBSD Fix several warnings reported by igor Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292150 - stable/10/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:24:15 2015 New Revision: 292150 URL: https://svnweb.freebsd.org/changeset/base/292150 Log: MFC r292013: Use stdint.h instead of inttypes.h as the latter pollutes namespace more Submitted by: bde Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292145 - stable/9/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:53:18 2015 New Revision: 292145 URL: https://svnweb.freebsd.org/changeset/base/292145 Log: MFstable/10 r292144: MFC r291832,r291833,r291834,r291835,r291836,r291838: r291832: Fix -Wformat warnings by using the correct format qualifiers

svn commit: r292154 - in stable/9: include lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 06:54:53 2015 New Revision: 292154 URL: https://svnweb.freebsd.org/changeset/base/292154 Log: MFstable/10 r291602: MFC r285140: r285140 (by oshogbo): Add fdclose(3) function. This function is equivalent to fclose(3) function except that it does

<    2   3   4   5   6   7   8   9   10   11   >