| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: locale: fix EUC shift check | Kyle Evans | 2025-04-26 | 1 | -0/+13 |
| * | libc: tests: add some tests for __cxa_atexit handling | Kyle Evans | 2025-04-17 | 4 | -0/+212 |
| * | getentropy tests: Update after commit 473681a1a506da | Mark Johnston | 2025-04-01 | 1 | -5/+6 |
| * | Fix lib/libc/nss/getgr_test with large numbers of groups | Alan Somers | 2025-01-20 | 3 | -0/+12 |
| * | strptime: Fix day-of-week calculation. | Dag-Erling Smørgrav | 2024-12-16 | 3 | -0/+58 |
| * | libc: fix access mode tests in fmemopen(3) | Ed Maste | 2024-10-29 | 1 | -0/+33 |
| * | regex: mixed sets are misidentified as singletons | Bill Sommerfeld | 2024-09-25 | 1 | -1/+42 |
| * | libc/tests: Further refine the condition for installing h_raw | Mark Johnston | 2024-07-14 | 1 | -1/+2 |
| * | libc/tests: Fix installation without MK_TOOLCHAIN | Mark Johnston | 2024-07-14 | 1 | -1/+1 |
| * | pkgbase: install all libc test files into the tests package | Baptiste Daroussin | 2024-03-27 | 3 | -0/+3 |
| * | libc/sys: add errno test | Konstantin Belousov | 2024-03-02 | 2 | -0/+37 |
| * | lib/libc/tests/string: add memrchr unit tests | Robert Clausecker | 2024-01-24 | 2 | -0/+117 |
| * | lib/libc/tests/string: add unit tests for memccpy() | Robert Clausecker | 2024-01-24 | 2 | -0/+206 |
| * | lib/libc/tests/string: add unit test for strlcpy | Robert Clausecker | 2024-01-24 | 2 | -0/+184 |
| * | lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementation | Robert Clausecker | 2024-01-24 | 1 | -13/+84 |
| * | lib/libc/tests/string: add unit tests for strncmp(3) | Robert Clausecker | 2024-01-24 | 2 | -0/+166 |
| * | lib/libc/tests/string/strcspn_test.c: add test for correct match order | Robert Clausecker | 2023-12-28 | 1 | -1/+50 |
| * | lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmp | Robert Clausecker | 2023-12-28 | 5 | -26/+155 |
| * | lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun... | Robert Clausecker | 2023-12-28 | 1 | -24/+33 |
| * | lib/libc/tests/string: add extended unit tests for strcmp() | Robert Clausecker | 2023-12-28 | 2 | -0/+134 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-27 | 86 | -86/+0 |
| * | fflush: Add test for buffer handling in __sflush | Dag-Erling Smørgrav | 2023-11-07 | 2 | -0/+156 |
| * | Remove a few more stray __FBSDID uses | John Baldwin | 2023-10-24 | 1 | -3/+0 |
| * | libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics. | Dag-Erling Smørgrav | 2023-10-04 | 2 | -0/+82 |
| * | lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bug | Robert Clausecker | 2023-09-23 | 1 | -0/+64 |
| * | lib/libc/tests/string: derive strspn(3) tests from strcspn(3) tests | Robert Clausecker | 2023-09-23 | 3 | -4/+54 |
| * | lib/libc/tests/string: add unit tests for strcspn(3) | Robert Clausecker | 2023-09-23 | 2 | -1/+138 |
| * | libc: Don't assume signed char. | Dag-Erling Smørgrav | 2023-09-14 | 2 | -4/+4 |
| * | libc: Implement N2680. | Dag-Erling Smørgrav | 2023-09-07 | 4 | -3/+267 |
| * | libc: Implement N2630. | Dag-Erling Smørgrav | 2023-09-07 | 5 | -1/+823 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 61 | -61/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 83 | -166/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 8 | -16/+0 |
| * | lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsll | Robert Clausecker | 2023-07-03 | 7 | -0/+313 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 5 | -5/+5 |
| * | libc: use separate collate objects for C, POSIX, and C.UTF-8 | Yuri Pankov | 2023-03-28 | 2 | -0/+112 |
| * | netbsd-tests: Serialize message queue tests | Mark Johnston | 2023-03-10 | 1 | -0/+7 |
| * | libc: Add tests for strchrnul(3). | Dag-Erling Smørgrav | 2023-02-02 | 1 | -0/+1 |
| * | strfmon_l: Use specified locale for number formatting | Jose Luis Duran | 2022-10-29 | 1 | -2/+2 |
| * | strfmon_test: Add a test for strfmon_l | Jose Luis Duran | 2022-10-29 | 1 | -0/+33 |
| * | strfmon_test: Reserve space for the null terminator | Jose Luis Duran | 2022-10-29 | 1 | -5/+5 |
| * | strfmon: Fix formatting of a second fixed-width value | Jose Luis Duran | 2022-10-25 | 1 | -1/+1 |
| * | strfmon: Fix an edge case when sep_by_space is 2 | Jose Luis Duran | 2022-10-25 | 1 | -1/+1 |
| * | strfmon: Fix alignment when enclosed by parentheses | Jose Luis Duran | 2022-10-25 | 1 | -2/+2 |
| * | strfmon: Trim the SPACE from international currency symbol | Jose Luis Duran | 2022-10-25 | 1 | -2/+2 |
| * | strfmon: Avoid an out-of-bounds access | Jose Luis Duran | 2022-10-25 | 1 | -1/+1 |
| * | strfmon_test: Add some tests | Jose Luis Duran | 2022-10-25 | 1 | -0/+151 |
| * | strfmon_test: Fix typo and remove extra space | Jose Luis Duran | 2022-10-25 | 1 | -2/+2 |
| * | qsort_b_test: Only build on clang. | John Baldwin | 2022-10-03 | 1 | -0/+2 |