summaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-312-0/+36
* getmntinfo(3): Scale faster, and return soonerConrad Meyer2017-08-252-0/+87
* Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-121-2/+7
* fnmatch(3): Update testcase for r322368.Pedro F. Giffuni2017-08-101-1/+1
* Properly set userid for truncate_test.Bryan Drewery2017-07-211-1/+1
* Fix cleanup in lib/libc/gen/setdomainname_testAlan Somers2017-07-061-0/+1
* tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
* hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper2017-05-281-8/+10
* hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper2017-05-281-1/+1
* Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper2017-05-281-1/+1
* Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper2017-05-282-25/+32
* Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0Enji Cooper2017-05-281-2/+1
* Fix -Wunused and -Wshadow warningsEnji Cooper2017-05-281-8/+6
* getgr_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getpw_test: fix -Wunused warningsEnji Cooper2017-05-281-3/+7
* gethostby_test: fix multiple warning typesEnji Cooper2017-05-281-27/+29
* getproto_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getrpc_test: fix -Wunused warningsEnji Cooper2017-05-281-4/+2
* getserv_test: mark unused parameters __unused to fix correspondingEnji Cooper2017-05-281-2/+2
* getusershell_test: mark mdata parameter in compare_usershell __unusedEnji Cooper2017-05-281-1/+2
* getaddrinfo_test: mark unused function parameters __unused to fix -WunusedEnji Cooper2017-05-281-3/+4
* getproto_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getrpc_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getaddrinfo_test: fix -Wsign-compare warningsEnji Cooper2017-05-281-7/+7
* getserv_test: fix -Wsign-compare and -Wmissing-prototypes warningsEnji Cooper2017-05-281-4/+4
* getusershell_test: staticize run_tests(..) to fix warningsEnji Cooper2017-05-281-1/+1
* Fix -Wsign-compare warningsEnji Cooper2017-05-281-2/+2
* Staticize functions and remove unused variables to aid with bumping WARNSEnji Cooper2017-05-284-8/+2
* Sort make variables to suit style.Makefile(5)Enji Cooper2017-05-281-7/+8
* lib/libc/tests/nss: use calloc appropriatelyEnji Cooper2017-05-285-7/+6
* Add tests for some cases in r318298.Konstantin Belousov2017-05-182-0/+103
* libc glob: Avoid pathological exponential behaviorConrad Meyer2017-05-032-0/+115
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-161-0/+93
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-304-0/+260
* Don't build/install lib/libc/io_test anymoreEnji Cooper2017-03-201-1/+2
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+1
* Increase WARNS for nss testsAlan Somers2017-03-111-0/+1
* Increase WARNS for iconv testsAlan Somers2017-03-111-0/+1
* style(9): sort the #includesEnji Cooper2017-03-091-1/+1
* Move ATF_TC_WITHOUT_HEAD(getgrent) near the testcase it annotatesEnji Cooper2017-03-061-1/+1
* Manipulate OBJDIR with :H when referencing dso directoryEnji Cooper2017-02-111-1/+1
* MFhead@r313380Enji Cooper2017-02-072-21/+20
|\
| * Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base typeEnji Cooper2017-02-071-0/+5
| * Wrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop atf_tc_fail useEnji Cooper2017-02-071-10/+7
| * Fix :hexadecimal_floating_point on i386Enji Cooper2017-02-071-11/+8
* | Add -DSKIP_LEFTASSOC to CFLAGS so leftassoc is skipped, like on NetBSDEnji Cooper2017-01-151-1/+2
* | Remove CFLAGS for sha2_testEnji Cooper2017-01-141-2/+0
* | Diff reduce with upstream using lib/libnetbsd's updated copy of sha1.hEnji Cooper2017-01-141-0/+1
|/
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-133-1/+17
* Remove __HAVE_LONG_DOUBLE #define from t_strtod.c and place it in MakefileEnji Cooper2017-01-121-0/+8