Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite aslib/libc/tests/nss- Convert the testcases to ATF- Do some style(9) cleanups:-- Sort headers-- Apply indentation fixes-- Re
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite aslib/libc/tests/nss- Convert the testcases to ATF- Do some style(9) cleanups:-- Sort headers-- Apply indentation fixes-- Remove superfluous parentheses- Explicitly print out debug printfs for use with `kyua {debug,report}`; for items that were overly noisy, they've been put behind #ifdef DEBUG conditionals- Fix some format stringsMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
show more ...
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite aslib/libc/tests/resolvConvert the testcases to ATFMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Remove hosts that don't resolve properly with the nss and resolv testsMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Fix LDADD/DPADD that should be LIBADD.Sponsored by: EMC / Isilon Storage Division
Clean up trailing whitespaceMFC after: 1 week
r291359 was incorrect. Skip over tokens that start with `#' as fgetln canreturn more than one '\n' delimited line in a bufferHandle empty lines too, just in caseMFC after: 3 daysX-MFC with: r29
r291359 was incorrect. Skip over tokens that start with `#' as fgetln canreturn more than one '\n' delimited line in a bufferHandle empty lines too, just in caseMFC after: 3 daysX-MFC with: r291359
Skip over lines that start with # (comments)MFC after: 3 days
Remove cnftp.bjpu.edu.cn (it no longer resolves)Add localhost to resolv/mach for parity with nss/machMFC after: 3 days
Integrate tools/regression/lib/libc/gen into the FreeBSD test suiteas lib/libc/tests/genThe code in test-fnmatch that was used for generating:- bin/sh/tests/builtins/case2.0- bin/sh/tests/built
Integrate tools/regression/lib/libc/gen into the FreeBSD test suiteas lib/libc/tests/genThe code in test-fnmatch that was used for generating:- bin/sh/tests/builtins/case2.0- bin/sh/tests/builtins/case3.0has been left undisturbed. The target `make sh-tests` has been moved overfrom tools/regression/lib/libc/gen/Makefile tolib/libc/tests/gen/Makefile and made into a PHONY targetcase2.0 and case3.0 test input generation isn't being done automatically.This needs additional discussion.MFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/net into the FreeBSD test suiteas lib/libc/tests/netAlso, fix eui64_aton_test:test_str(..). The test was comparing the resultof eui64_aton to a pointer of the
Integrate tools/regression/lib/libc/net into the FreeBSD test suiteas lib/libc/tests/netAlso, fix eui64_aton_test:test_str(..). The test was comparing the resultof eui64_aton to a pointer of the expected result.MFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/string into the FreeBSD test suiteas lib/libc/tests/stringMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteas lib/libc/tests/stdlib- Make the code a bit more style(9) compliant- Convert a sizeof(x)/sizeof(x[0]) to nitemsMFC after:
Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteas lib/libc/tests/stdlib- Make the code a bit more style(9) compliant- Convert a sizeof(x)/sizeof(x[0]) to nitemsMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteas lib/libc/tests/stdio- Fix some whitespace- Convert the testcases to ATF- Convert "/dev/null" to _PATH_DEVNULLMFC after:
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteas lib/libc/tests/stdio- Fix some whitespace- Convert the testcases to ATF- Convert "/dev/null" to _PATH_DEVNULLMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteas lib/libc/tests/localeMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
wordexp(): Improve some error codes.Distinguish between WRDE_BADVAL and WRDE_SYNTAX based on when the erroroccurred (parsing or execution), not based on whether WRDE_UNDEF was passed.Also, retur
wordexp(): Improve some error codes.Distinguish between WRDE_BADVAL and WRDE_SYNTAX based on when the erroroccurred (parsing or execution), not based on whether WRDE_UNDEF was passed.Also, return WRDE_NOSPACE for a few more unexpected results from sh.
Add a missing break statement, which made the code default to IPv6.PR: 201285Submitted by: David BindermanMFC after: 1 week
Reassign copyright statements on several files from AdvancedComputing Technologies LLC to Hudson River Trading LLC.Approved by: Hudson River Trading LLC (who owns ACT LLC)MFC after: 1 week
wordexp(): Add testcase for non-default IFS in environment.The non-default IFS is expected to be used.MFC after: 1 week
Garbage collect a prove test wrapperMFC after: 3 daysSponsored by: EMC / Isilon Storage Division
Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andRename as lib/libc/stdio/fpclassify2_testSponsored by: EMC / Isilon Storage Division
Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andrename as lib/libc/stdio/fmemopen2_testSponsored by: EMC / Isilon Storage Division
Remove test-arc4random from this Makefile so others can continue to usethis as-is for the time being
Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andrename as lib/libc/gen/arc4random_testSponsored by: EMC / Isilon Storage Division
123456