| Age | Commit message (Expand) | Author |
| 2 days | libc: drop NO_FP_LIBC support | Xin LI |
| 2025-11-30 | libc: implement C23 <stdbit.h> functions | Robert Clausecker |
| 2025-10-04 | libc/resolv: get rid of MD5 | Robert Clausecker |
| 2024-09-29 | libmd, kern, stand: consolidate md5 implementations (NFC) | Kyle Evans |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-05-13 | Prepare the system for _FORTIFY_SOURCE | Kyle Evans |
| 2024-03-13 | lib{c,sys}: return wrapped syscall APIs to libc | Brooks Davis |
| 2024-02-19 | lib{c,thr}: add DT_RUNPATH for gcc -m32 | Brooks Davis |
| 2024-02-19 | lib{c,sys}: move auxargs more firmly into libsys | Brooks Davis |
| 2024-02-07 | libc: don't directly link libsys | Brooks Davis |
| 2024-02-07 | lib/libc: version auxiliary libsys.so | Brooks Davis |
| 2024-02-05 | libc: make syscall stubs empty for shared lib | Brooks Davis |
| 2024-02-05 | libc: link libsys as a auxiliary filter library | Brooks Davis |
| 2024-02-05 | libc: Move per-arch sys/Makefile.inc to libsys | Brooks Davis |
| 2024-02-05 | libc: libc/sys/Makefile.inc -> libsys/Makefile.sys | Brooks Davis |
| 2024-02-05 | libsys: relocate implementations and manpages | Brooks Davis |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-15 | lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGS | Brooks Davis |
| 2023-11-13 | libc: fix typo in Makefile comment | Brooks Davis |
| 2023-11-09 | libc: enable initial-exec (IE) as default thread-local storage model on arm | R. Christian McDonald |
| 2023-09-05 | msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc instead | Warner Losh |
| 2023-08-16 | libc: include malloc via stdlib/Makefile.inc | Brooks Davis |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-05-01 | bsd.lib.mk: decouple lib*_pic.a from TOOLCHAIN build knob | Ed Maste |
| 2023-04-20 | Remove a few more references to riscv64sf. | John Baldwin |
| 2023-03-12 | csu: move common code to libc | Konstantin Belousov |
| 2023-02-14 | libc: Simplify soft-float on 32-bit arm | Warner Losh |
| 2022-10-05 | libc: Include quad support on long32 ABIs | Brooks Davis |
| 2022-09-09 | src.conf: Introduce WITHOUT_MACHDEP knob. | Gleb Popov |
| 2022-02-22 | powerpc: enable initial-exec TLS | Piotr Kubaj |
| 2021-12-31 | mips: remove libc | Warner Losh |
| 2021-07-15 | libc: Use the initial-exec TLS model | Mark Johnston |
| 2021-04-09 | libc: include rtld.h into static implementations of rtld interface | Konstantin Belousov |
| 2020-09-23 | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le. | Brandon Bergren |
| 2020-07-19 | Revert that! | Simon J. Gerraty |
| 2020-07-19 | Oops missed Makefile.config | Simon J. Gerraty |
| 2020-02-26 | Remove sparc64 specific parts of libc. | Warner Losh |
| 2020-02-05 | libssp_nonshared: use only on i386 and ppc | Ed Maste |
| 2019-03-28 | revert r341429 "disable BIND_NOW in libc, libthr, and rtld" | Ed Maste |
| 2019-02-14 | Unify i386 and amd64 getcontextx.c, and use ifuncs while there. | Konstantin Belousov |
| 2018-12-03 | disable BIND_NOW in libc, libthr, and rtld | Ed Maste |
| 2018-11-26 | revert r340640 "libc: forcibly disable BIND_NOW" | Ed Maste |
| 2018-11-19 | libc: forcibly disable BIND_NOW | Ed Maste |
| 2018-09-24 | Move libc linker ifunc test to build target only | Ed Maste |
| 2018-09-21 | libc: require ifunc-capable linker for amd64/i386 | Ed Maste |
| 2018-07-03 | Strip __RCSID() and __SCCSID() strings by default when building libc. | John Baldwin |
| 2018-05-09 | Now that a special no-SSP libc is used for rtld, allow | Konstantin Belousov |
| 2018-05-09 | Created static libc PIC/no-SSP library to be used by rtld. | Konstantin Belousov |
| 2017-10-05 | Support armv7 builds for userland | Warner Losh |
| 2017-08-02 | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper |