| Commit message (Expand) | Author | Age | Files | Lines |
| * | manuals: Fix more Fx and nearby mechanical typos | Alexander Ziaee | 6 days | 1 | -2/+2 |
| * | libc: getopt{,_long}: Const correctness for C23 | Lexi Winter | 7 days | 2 | -2/+2 |
| * | libc: Add strfromd, strfromf, and strfroml per C23 | Faraz Vahedi | 8 days | 8 | -1/+768 |
| * | libc/merge.c: use memcpy() for copying | Minsoo Choo | 8 days | 1 | -48/+21 |
| * | system(3): Use plural form of 'command' | Mathias Eggers | 2026-06-26 | 1 | -1/+1 |
| * | hcreate(3): fix incorrect claim that hdestroy frees keys | Kit Dallege | 2026-06-10 | 1 | -5/+6 |
| * | libc: Add free_sized() and free_aligned_sized() as per C23 | Faraz Vahedi | 2026-06-07 | 6 | -1/+173 |
| * | qsort.3: Document mergesort() behaviour on size overflow | Faraz Vahedi | 2026-06-07 | 1 | -3/+11 |
| * | libc: Guard mergesort() allocation size arithmetic | Faraz Vahedi | 2026-06-07 | 1 | -5/+11 |
| * | rand(3): Normalize function ordering | Aymeric Wibo | 2026-05-30 | 1 | -5/+5 |
| * | reallocarray.3: Fix formatting | Mark Johnston | 2026-04-28 | 1 | -1/+1 |
| * | _exit.2: Cross-reference atexit(3) | Artem Bunichev | 2026-03-31 | 1 | -1/+2 |
| * | realpath: Improve manual page | Dag-Erling Smørgrav | 2026-03-19 | 1 | -24/+12 |
| * | realpath: Improve prev_len logic | Dag-Erling Smørgrav | 2026-03-19 | 1 | -3/+7 |
| * | libc: Fix dtor order in __cxa_thread_atexit | ShengYi Hung | 2026-03-14 | 1 | -2/+2 |
| * | system(3): Unwrap execve() | Dag-Erling Smørgrav | 2026-03-04 | 1 | -1/+3 |
| * | system(3): Fix null case | Dag-Erling Smørgrav | 2026-02-25 | 1 | -1/+1 |
| * | system(3): Clarify return values | Dag-Erling Smørgrav | 2026-02-25 | 1 | -3/+5 |
| * | system(3): Improve signal handling | Dag-Erling Smørgrav | 2026-02-25 | 1 | -43/+73 |
| * | libc: Roll {l,ll,imax}abs(3) manpages into just abs(3) | Aymeric Wibo | 2026-02-21 | 9 | -216/+61 |
| * | libc: Roll {l,ll,imax}div(3) manpages into just div(3) | Aymeric Wibo | 2026-02-21 | 5 | -242/+67 |
| * | Summary: *.3: misc man page fixes | Robert Clausecker | 2026-02-13 | 1 | -1/+1 |
| * | libc: Improve {,l,ll,imax}div(3) manpages | Aymeric Wibo | 2026-02-12 | 6 | -24/+28 |
| * | libc: Remove leftover comments | Aymeric Wibo | 2026-02-12 | 3 | -4/+0 |
| * | tdestroy: don't visit one-child node twice | Doug Moore | 2026-01-16 | 1 | -34/+32 |
| * | libc/stdlib: Port strtonumx() from Illumos | Hans Rosenfeld | 2026-01-15 | 4 | -23/+80 |
| * | getopt(3): be more explicit about :: extension | Simon Wollwage | 2026-01-09 | 1 | -15/+34 |
| * | tdestroy(3) man page | Konstantin Belousov | 2025-12-29 | 2 | -3/+25 |
| * | libc: add glibc-compatible tdestroy(3) | Konstantin Belousov | 2025-12-29 | 3 | -0/+70 |
| * | libc/stdlib/Makefile: one line for each source file name | Konstantin Belousov | 2025-12-29 | 1 | -13/+69 |
| * | strfmon: Fix negative sign handling for C locale | Jose Luis Duran | 2025-11-26 | 1 | -1/+1 |
| * | strfmon: EINVAL if the '+' flag and both signs are empty | Jose Luis Duran | 2025-11-26 | 2 | -2/+14 |
| * | strfmon: Fix typo s/poistion/position/ | Jose Luis Duran | 2025-11-26 | 1 | -1/+1 |
| * | jemalloc: apply freebsd changes to jemalloc 5.3.0 man page | Minsoo Choo | 2025-11-25 | 1 | -1/+31 |
| * | jemalloc: import jemalloc 5.3.0 man page | Minsoo Choo | 2025-11-25 | 1 | -52/+180 |
| * | exit.3: Fix a typo in the manual page | Gordon Bergling | 2025-11-19 | 1 | -1/+1 |
| * | lib/libc: implement C23 memalignment() | Robert Clausecker | 2025-11-12 | 4 | -2/+84 |
| * | realpath: Belatedly document POSIX conformance | Dag-Erling Smørgrav | 2025-10-13 | 1 | -6/+6 |
| * | realpath: Report correct path on failure | Dag-Erling Smørgrav | 2025-10-13 | 1 | -2/+12 |
| * | lib/libc: add recallocarray() | Robert Clausecker | 2025-10-03 | 4 | -2/+115 |
| * | lib{c,openbsd}: use ckd_mul() for overflow checking in re(c)allocarray | Robert Clausecker | 2025-10-03 | 1 | -9/+5 |
| * | jemalloc: don't error out on initializer warning in gcc | Warner Losh | 2025-08-17 | 1 | -0/+2 |
| * | jemalloc: Merge from jemalloc 5.3.0 vendor branch | Warner Losh | 2025-08-15 | 8 | -128/+648 |
| * | libc: Drop incorrect qsort optimization | Dag-Erling Smørgrav | 2025-08-15 | 1 | -13/+0 |
| * | getopt_long.3: Use "optstring" consistently | Ed Maste | 2025-04-29 | 1 | -2/+2 |
| * | alloca.3: move to share/man/man3 | Brooks Davis | 2025-04-29 | 2 | -86/+1 |
| * | libc: Add getenv_r() function. | Dag-Erling Smørgrav | 2025-04-27 | 3 | -3/+75 |
| * | issetugid() is a system call and belongs in section 2 (not 3). | Jens Schweikhardt | 2025-04-17 | 1 | -2/+2 |
| * | libc: allow __cxa_atexit handlers to be added during __cxa_finalize | Aurélien Croc de Suray | 2025-04-05 | 1 | -25/+36 |
| * | libc: use __sys___realpathat directly in realpath | Brooks Davis | 2025-02-19 | 1 | -9/+3 |