aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+1
* libc: tests: add some tests for cpuset(2)Kyle Evans2020-12-312-0/+494
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2020-12-311-1/+2
* Disable ssp raw test without ASANBrooks Davis2020-10-281-1/+1
* Only use ASAN when using the in-tree compilerBrooks Davis2020-10-231-1/+3
* lib/libc/tests/iconv: raise WARNS to 6Alan Somers2020-09-242-2/+1
* lib/libc/tests/sys: raise WARNS to 6Alan Somers2020-09-241-6/+0
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+1
* libc tests: dynthr_mod: fix some WARNS issuesKyle Evans2020-09-091-1/+3
* libc/resolv: attempt to fix the test under WARNS=6Kyle Evans2020-09-091-15/+38
* Various fixes to the load() function.John Baldwin2020-09-031-8/+9
* Pass a valid mode with O_CREATE to open(2).John Baldwin2020-09-021-6/+6
* Fix a buffer overrun.John Baldwin2020-09-011-3/+3
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
* Revert r351416 to let lib.libc.gen.getmntinfo_test.getmntinfo_test get more testLi-Wen Hsu2020-07-131-3/+0
* Enable long double tests on RISC-VMitchell Horne2020-06-242-6/+8
* Add missing shell script from r361995Kyle Evans2020-06-101-0/+4
* execvp: fix up the ENOEXEC fallbackKyle Evans2020-06-102-0/+48
* Avoid using non-portable dd status=none flagAlex Richardson2020-06-052-2/+10
* Provide O_SEARCHKyle Evans2020-02-021-2/+1
* Add qsort_r(3) regression test.Edward Tomasz Napierala2020-01-202-0/+93
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-202-0/+258
* Add sigsetop extensions commonly found in musl libc and glibcKyle Evans2019-12-122-0/+192
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* Fix various -Wpointer-compare warningsBrooks Davis2019-10-084-8/+8
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-311-0/+3
* lib.libc.gen.getmntinfo_test.getmntinfo_test is unstable since 8/20, skip itLi-Wen Hsu2019-08-231-0/+3
* Avoid copying too much from the input string.Brooks Davis2019-07-191-1/+1
* Include a mode when creating files with openat().Brooks Davis2019-07-181-2/+2
* Fix filename to avoid skipping lib/libc/net/servent test.Olivier Cochard2019-07-151-0/+2
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-11/+11
* Fix `get_int_via_sysctlbyname(..)` on JenkinsEnji Cooper2019-04-221-0/+2
* Allow users to override CSTD/CXXSTD on a per-prog basisEnji Cooper2019-03-291-2/+2
* Revert r345706: the third time will be the charmEnji Cooper2019-03-291-2/+2
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-2/+2
* Revert r345704Enji Cooper2019-03-291-2/+2
* CXXSTD is the C++ analogue to CSTD.Enji Cooper2019-03-291-2/+2
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Make `server_cat(..)` handle short receivesEnji Cooper2019-02-191-27/+27
* Avoid the DNS lookup for "localhost"Enji Cooper2019-02-041-4/+13
* libc/tests: Add test case for jemalloc/libthr bug fixed in r343566Kyle Evans2019-01-314-0/+178
* Fix reporting errors with `gai_strerror(..)`Enji Cooper2019-01-261-1/+1
* Fix up r343367Enji Cooper2019-01-231-1/+1
* Unbreak the build on architectures where size_t isn't synonymous with uintmax_tEnji Cooper2019-01-231-2/+2
* Unbreak the gcc build with sendfile_test after r343362Enji Cooper2019-01-231-5/+5
* Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfileEnji Cooper2019-01-232-0/+1147
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-192-0/+72
* regcomp: reduce size of bitmap for multibyte localesYuri Pankov2018-12-121-4/+22
* regexec: fix processing multibyte strings.Yuri Pankov2018-11-232-0/+38
* Connect libc/tests/time to the build, adding test cases for strptime()Yuri Pankov2018-10-301-0/+1