| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | libc/nss tests: Fix getpw and getgr single-pass tests | Mark Johnston | 2021-01-21 | 2 | -32/+8 |
| * | libc/nss tests: Style | Mark Johnston | 2021-01-21 | 3 | -36/+37 |
| * | Remove remaining uses of ${COMPILER_FEATURES:Mc++11} | Alex Richardson | 2021-01-19 | 1 | -2/+0 |
| * | Rename NO_WERROR -> MK_WERROR=no | Alex Richardson | 2021-01-07 | 1 | -1/+1 |
| * | libc: tests: add some tests for cpuset(2) | Kyle Evans | 2020-12-31 | 2 | -0/+494 |
| * | libc: tests: hook CPUSET(9) test up to the build | Kyle Evans | 2020-12-31 | 1 | -1/+2 |
| * | Disable ssp raw test without ASAN | Brooks Davis | 2020-10-28 | 1 | -1/+1 |
| * | Only use ASAN when using the in-tree compiler | Brooks Davis | 2020-10-23 | 1 | -1/+3 |
| * | lib/libc/tests/iconv: raise WARNS to 6 | Alan Somers | 2020-09-24 | 2 | -2/+1 |
| * | lib/libc/tests/sys: raise WARNS to 6 | Alan Somers | 2020-09-24 | 1 | -6/+0 |
| * | build: provide a default WARNS for all in-tree builds | Kyle Evans | 2020-09-18 | 1 | -0/+1 |
| * | libc tests: dynthr_mod: fix some WARNS issues | Kyle Evans | 2020-09-09 | 1 | -1/+3 |
| * | libc/resolv: attempt to fix the test under WARNS=6 | Kyle Evans | 2020-09-09 | 1 | -15/+38 |
| * | Various fixes to the load() function. | John Baldwin | 2020-09-03 | 1 | -8/+9 |
| * | Pass a valid mode with O_CREATE to open(2). | John Baldwin | 2020-09-02 | 1 | -6/+6 |