| Commit message (Expand) | Author | Age | Files | Lines |
| * | strfmon: Fix negative sign handling for C locale | Jose Luis Duran | 2025-12-03 | 1 | -3/+3 |
| * | strfmon: EINVAL if the '+' flag and both signs are empty | Jose Luis Duran | 2025-12-03 | 1 | -4/+4 |
| * | strfmon: Add tests for Austin Group Defect 1199 | Jose Luis Duran | 2025-12-03 | 1 | -23/+57 |
| * | libc: Import OpenBSD's inet_net_{ntop,pton} | Lexi Winter | 2025-10-25 | 2 | -0/+335 |
| * | libc: Drop incorrect qsort optimization | Dag-Erling Smørgrav | 2025-08-27 | 2 | -0/+114 |
| * | wordexp(3): Handle ECHILD from waitpid | Kenny Levinsen | 2025-08-12 | 1 | -0/+26 |
| * | link_addr: be more strict about address formats | Lexi Winter | 2025-05-20 | 1 | -1/+151 |
| * | libc: add link_ntoa_r() | Lexi Winter | 2025-05-20 | 1 | -0/+111 |
| * | libc tests: add tests for link_addr(3) and link_ntoa(3) | Lexi Winter | 2025-05-20 | 2 | -0/+274 |
| * | libc: tests: add some tests for __cxa_atexit handling | Kyle Evans | 2025-04-17 | 4 | -0/+212 |
| * | 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/sys: add errno test | Konstantin Belousov | 2024-03-02 | 2 | -0/+37 |
| * | 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-05 | 2 | -0/+82 |
| * | libc: use separate collate objects for C, POSIX, and C.UTF-8 | Yuri Pankov | 2023-09-20 | 2 | -0/+112 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 61 | -61/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 81 | -162/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 8 | -16/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 4 | -4/+4 |
| * | lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsll | Robert Clausecker | 2023-07-21 | 7 | -0/+313 |
| * | netbsd-tests: Serialize message queue tests | Mark Johnston | 2023-03-20 | 1 | -0/+7 |
| * | libc: Add tests for strchrnul(3). | Dag-Erling Smørgrav | 2023-02-09 | 1 | -0/+1 |
| * | qsort_b_test: Only build on clang. | John Baldwin | 2022-11-11 | 1 | -0/+2 |
| * | strfmon_l: Use specified locale for number formatting | Jose Luis Duran | 2022-11-05 | 1 | -2/+2 |
| * | strfmon_test: Add a test for strfmon_l | Jose Luis Duran | 2022-11-05 | 1 | -0/+33 |
| * | strfmon_test: Reserve space for the null terminator | Jose Luis Duran | 2022-11-05 | 1 | -5/+5 |
| * | strfmon: Fix formatting of a second fixed-width value | Jose Luis Duran | 2022-11-01 | 1 | -1/+1 |
| * | strfmon: Fix an edge case when sep_by_space is 2 | Jose Luis Duran | 2022-11-01 | 1 | -1/+1 |
| * | strfmon: Fix alignment when enclosed by parentheses | Jose Luis Duran | 2022-11-01 | 1 | -2/+2 |
| * | strfmon: Trim the SPACE from international currency symbol | Jose Luis Duran | 2022-11-01 | 1 | -2/+2 |
| * | strfmon: Avoid an out-of-bounds access | Jose Luis Duran | 2022-11-01 | 1 | -1/+1 |
| * | strfmon_test: Add some tests | Jose Luis Duran | 2022-11-01 | 1 | -0/+151 |
| * | strfmon_test: Fix typo and remove extra space | Jose Luis Duran | 2022-11-01 | 1 | -2/+2 |
| * | libc: add test case for qsort_b(3) | Xin LI | 2022-09-21 | 2 | -0/+83 |
| * | libc: Add strverscmp(3) and versionsort(3) | Aymeric Wibo | 2022-08-31 | 2 | -2/+96 |
| * | Have stpncpy tests ask the kernel for the page size | Andrew Turner | 2022-05-03 | 2 | -10/+16 |
| * | sendfile_test: fix copy-paste bug | Eric van Gyzen | 2022-03-02 | 1 | -1/+1 |
| * | execve: disallow argc == 0 | Kyle Evans | 2022-02-10 | 1 | -6/+3 |
| * | stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errors | Konstantin Belousov | 2022-02-01 | 2 | -0/+145 |
| * | libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as used | Konstantin Belousov | 2021-12-06 | 1 | -0/+1 |
| * | resolv_test: Fix racy exit check, remove mutexes, and reduce output | Alex Richardson | 2021-04-10 | 1 | -87/+87 |
| * | Allow using sanitizers for ssp tests with out-of-tree compiler | Alex Richardson | 2021-04-10 | 1 | -15/+12 |
| * | AArch64: Don't set flush-subnormals-to-zero flag on startup | Alex Richardson | 2021-03-17 | 1 | -1/+34 |
| * | jail: allow root to implicitly widen its cpuset to attach | Kyle Evans | 2021-03-04 | 1 | -1/+202 |
| * | libc/nss tests: Add regression tests for commit 55444c823e1f | Mark Johnston | 2021-01-21 | 2 | -19/+93 |