aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework check for libclang_rt to see if the needed library exists.Bryan Drewery2018-06-271-18/+9
* Don't build brk_test on platforms that don't support brk().Mark Johnston2018-06-051-0/+2
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-042-0/+150
* Conform to Berne Convention.Cy Schubert2018-05-221-1/+1
* Remove 'All rights reserved' from my filesEric van Gyzen2018-05-091-1/+0
* Add new gets_s(3) stdio function.Cy Schubert2018-04-032-0/+146
* getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer2018-03-211-0/+3
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-212-0/+87
* Add a new set of simple tests for makecontext().John Baldwin2018-01-312-0/+190
* Add libregex, connect it to the buildKyle Evans2018-01-222-58/+59
* Optimize telldir(3)Alan Somers2017-12-062-2/+192
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3124-24/+3
* 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