summaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-051-15/+13
* opendir, readdir, telldir: Use the correct types.Dag-Erling Smørgrav2026-02-052-7/+6
* opendir, fdopendir: Add tests, clean up.Dag-Erling Smørgrav2026-02-052-0/+145
* scandir: Propagate errors from readdir().Dag-Erling Smørgrav2026-02-051-0/+63
* libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav2026-02-052-12/+12
* scandir: Fix behavior when no entries match.Dag-Erling Smørgrav2026-02-051-0/+22
* libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav2026-02-053-0/+240
* libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans2026-01-201-3/+137
* libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker2026-01-041-16/+39
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-12-031-3/+3
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-12-031-4/+4
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-12-031-23/+57
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter2025-10-252-0/+335
* realpath: Report correct path on failureDag-Erling Smørgrav2025-10-201-9/+2
* realpath: Additional test casesDag-Erling Smørgrav2025-10-201-12/+101
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-272-0/+114
* stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav2025-08-142-0/+50
* wordexp(3): Handle ECHILD from waitpidKenny Levinsen2025-08-121-0/+26
* libc/powerpc64: Fix swapcontext(3)Timothy Pearson2025-07-212-2/+65
* link_addr: be more strict about address formatsLexi Winter2025-05-201-1/+151
* libc: add link_ntoa_r()Lexi Winter2025-05-201-0/+111
* libc tests: add tests for link_addr(3) and link_ntoa(3)Lexi Winter2025-05-202-0/+274
* libc: locale: fix EUC shift checkKyle Evans2025-04-261-0/+13
* libc: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-174-0/+212
* getentropy tests: Update after commit 473681a1a506daMark Johnston2025-04-011-5/+6
* Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers2025-01-203-0/+12
* strptime: Fix day-of-week calculation.Dag-Erling Smørgrav2024-12-163-0/+58
* libc: fix access mode tests in fmemopen(3)Ed Maste2024-10-291-0/+33
* regex: mixed sets are misidentified as singletonsBill Sommerfeld2024-09-251-1/+42
* libc/tests: Further refine the condition for installing h_rawMark Johnston2024-07-141-1/+2
* libc/tests: Fix installation without MK_TOOLCHAINMark Johnston2024-07-141-1/+1
* pkgbase: install all libc test files into the tests packageBaptiste Daroussin2024-03-273-0/+3
* libc/sys: add errno testKonstantin Belousov2024-03-022-0/+37
* lib/libc/tests/string: add memrchr unit testsRobert Clausecker2024-01-242-0/+117
* lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2024-01-242-0/+206
* lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2024-01-242-0/+184
* lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker2024-01-241-13/+84
* lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker2024-01-242-0/+166
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-281-1/+50
* lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker2023-12-285-26/+155
* lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun...Robert Clausecker2023-12-281-24/+33
* lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker2023-12-282-0/+134
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2786-86/+0
* fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav2023-11-072-0/+156
* Remove a few more stray __FBSDID usesJohn Baldwin2023-10-241-3/+0
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-042-0/+82
* lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker2023-09-231-0/+64
* lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker2023-09-233-4/+54
* lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker2023-09-232-1/+138
* libc: Don't assume signed char.Dag-Erling Smørgrav2023-09-142-4/+4