| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Preserve const qualifier on strchr(3), strrchr(3), and memchr(3) results | Faraz Vahedi | 4 days | 1 | -1/+1 |
| * | stdio: *memstream: grow the buffer by 1.5x on write | Kyle Evans | 2026-08-01 | 2 | -12/+31 |
| * | stdio: *memstream: decouple the buffer size from the stream length | Kyle Evans | 2026-08-01 | 2 | -8/+17 |
| * | stdio: *memstream: slightly streamline growth function | Kyle Evans | 2026-08-01 | 2 | -18/+15 |
| * | libc: drop NO_FP_LIBC support | Xin LI | 2026-01-17 | 8 | -68/+0 |
| * | stdio: Fix bug in integer-parsing FSM | Dag-Erling Smørgrav | 2025-08-08 | 2 | -6/+4 |
| * | libc: Drop gets() from symbol map | Dag-Erling Smørgrav | 2025-08-02 | 1 | -1/+0 |
| * | lib: Fix calls that naively set F_SETFD. | Ricardo Branco | 2025-07-17 | 2 | -7/+21 |
| * | libc: mkostemp(3) should support O_CLOFORK | Ricardo Branco | 2025-07-08 | 2 | -4/+5 |
| * | fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__ | Graham Percival | 2024-12-06 | 1 | -1/+2 |
| * | libc/stdio: Increase BUF in vfprintf.c and vfwprintf.c | Ahmad Khalifa | 2024-11-29 | 2 | -12/+4 |
| * | fileno(3): set errno when returning -1 | Konstantin Belousov | 2024-11-29 | 2 | -7/+38 |
| * | stdio(3): correct summary information for fileno(3) | Konstantin Belousov | 2024-11-29 | 1 | -1/+1 |
| * | libc: indicate existing functions that are POSIX 2024 | Ed Maste | 2024-11-15 | 2 | -1/+10 |
| * | mktemp(3): bring the documentation up to date with best practice | Wolfram Schneider | 2024-10-27 | 1 | -3/+3 |
| * | libc: fix access mode tests in fmemopen(3) | Ed Maste | 2024-10-23 | 1 | -5/+5 |
| * | stdio: Disable USE_XPRINTF envar. | Dag-Erling Smørgrav | 2024-09-25 | 1 | -2/+0 |
| * | printf(): Save errno earlier. | Dag-Erling Smørgrav | 2024-09-20 | 7 | -27/+34 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | include: ssp: round out fortification of current set of headers | Kyle Evans | 2024-07-13 | 3 | -3/+7 |
| * | Prepare the system for _FORTIFY_SOURCE | Kyle Evans | 2024-05-13 | 5 | -0/+10 |
| * | libc printf_render_errno(): do not use strerror() | Konstantin Belousov | 2024-04-23 | 1 | -3/+4 |
| * | libc: minor style, wrap long lines | Konstantin Belousov | 2024-04-23 | 1 | -2/+4 |
| * | __vprintf(): switch from strerror() to strerror_rl() | Konstantin Belousov | 2024-04-23 | 1 | -1/+5 |
| * | libc: don't try to export __sF | Brooks Davis | 2024-04-16 | 1 | -1/+0 |
| * | fclose.3: remove a confusing sentence | Maxim Konovalov | 2024-02-16 | 1 | -4/+1 |
| * | lib: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 2 | -4/+0 |
| * | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 101 | -269/+0 |
| * | libc: remove some obsolete VCS data | Brooks Davis | 2023-11-21 | 2 | -9/+0 |
| * | libc: Remove empty comments in Symbol.map | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
| * | fflush: correct buffer handling in __sflush | Ed Maste | 2023-11-07 | 2 | -21/+4 |
| * | libc: remove unused errno.h include | Ed Maste | 2023-11-07 | 1 | -1/+0 |
| * | fflush: correct buffer handling in __sflush | Dag-Erling Smørgrav | 2023-11-07 | 3 | -17/+10 |
| * | fflush: Split a temporary variable in two. | Dag-Erling Smørgrav | 2023-11-03 | 1 | -4/+4 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 102 | -102/+0 |
| * | libc: Fix missing or misspelled MLINKS. | Dag-Erling Smørgrav | 2023-10-18 | 1 | -33/+85 |
| * | libc: Implement N2680. | Dag-Erling Smørgrav | 2023-09-07 | 7 | -2/+201 |
| * | libc: Further nit in fopen(3) man page. | Dag-Erling Smørgrav | 2023-09-01 | 1 | -2/+3 |
| * | libc: Fix fmemopen(3) prototype in fopen(3) man page. | Dag-Erling Smørgrav | 2023-09-01 | 1 | -4/+6 |
| * | libc: Fix fixed-width case in the new integer parser. | Dag-Erling Smørgrav | 2023-08-28 | 2 | -2/+2 |
| * | libc: Document support for binary integers. | Dag-Erling Smørgrav | 2023-08-28 | 2 | -19/+44 |
| * | libc: Implement N2630. | Dag-Erling Smørgrav | 2023-08-28 | 5 | -235/+335 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 29 | -29/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 6 | -12/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 102 | -204/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 5 | -5/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 11 | -22/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 31 | -31/+31 |
| * | libc: Use secure_getenv(3) where appropriate | Mark Johnston | 2023-03-27 | 2 | -4/+2 |