aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-272-0/+114
* wordexp(3): Handle ECHILD from waitpidKenny Levinsen2025-08-121-0/+26
* 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: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-174-0/+212
* 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/sys: add errno testKonstantin Belousov2024-03-022-0/+37
* 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-052-0/+82
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-09-202-0/+112
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2361-61/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2381-162/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-254-4/+4
* lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker2023-07-217-0/+313
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-201-0/+7
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-091-0/+1
* qsort_b_test: Only build on clang.John Baldwin2022-11-111-0/+2
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-11-051-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-11-051-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-11-051-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-11-011-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-11-011-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-11-011-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-11-011-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-11-011-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-11-011-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-11-011-2/+2
* libc: add test case for qsort_b(3)Xin LI2022-09-212-0/+83
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-312-2/+96
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-05-032-10/+16
* sendfile_test: fix copy-paste bugEric van Gyzen2022-03-021-1/+1
* execve: disallow argc == 0Kyle Evans2022-02-101-6/+3
* stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errorsKonstantin Belousov2022-02-012-0/+145
* libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov2021-12-061-0/+1
* resolv_test: Fix racy exit check, remove mutexes, and reduce outputAlex Richardson2021-04-101-87/+87
* Allow using sanitizers for ssp tests with out-of-tree compilerAlex Richardson2021-04-101-15/+12
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-171-1/+34
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-041-1/+202
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93