| Age | Commit message (Expand) | Author |
| 2025-05-29 | libc, libthr: Ditch MD __pthread_distribute_static_tls helpers | Jessica Clarke |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-03-13 | libc/softfloat: we don't export _fp[gs]et* symbols | Brooks Davis |
| 2024-03-13 | lib{c,sys}: return wrapped syscall APIs to libc | Brooks Davis |
| 2024-02-05 | libc: move MD sys related symbols to libsys | Brooks Davis |
| 2024-02-05 | libc: Move per-arch sys/Makefile.inc to libsys | Brooks Davis |
| 2024-02-05 | libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/ | Brooks Davis |
| 2024-02-05 | libsys: relocate implementations and manpages | Brooks Davis |
| 2024-01-11 | powerpc/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis |
| 2023-12-21 | Revert "power*/SYS.h: implement _SYSCALL_BODY() macro" | Brooks Davis |
| 2023-12-21 | power*/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis |
| 2023-12-12 | libc/*/SYS.h: remove SYCALL macro | Brooks Davis |
| 2023-11-15 | libc: centralize a few numeric symbols | Brooks Davis |
| 2023-11-15 | libc: centralize makecontext symbols | Brooks Davis |
| 2023-11-15 | libc: centralize {_,sig,}{set,long}jmp symbols | Brooks Davis |
| 2023-11-15 | libc: centralize ntoh symbols | Brooks Davis |
| 2023-11-15 | libc: further centralize syscall symbols | Brooks Davis |
| 2023-11-15 | libc: Remove empty comments in Symbol.map | Brooks Davis |
| 2023-11-15 | libc/<arch>/sys/Makefile.inc: remove cruft | Brooks Davis |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-09-25 | Purge more stray embedded $FreeBSD$ strings | John Baldwin |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-12-09 | libc: Remove _get_tp() and _set_tp(). | John Baldwin |
| 2021-11-10 | Add sched_getcpu() | Konstantin Belousov |
| 2021-04-09 | libc: add _get_tp() private function | Konstantin Belousov |
| 2021-04-04 | libc/<arch>/sys/cerror.S: fix typo | Konstantin Belousov |
| 2021-02-28 | [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask(). | Brandon Bergren |
| 2020-12-05 | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer |
| 2020-09-23 | [PowerPC64LE] Fix gdtoa configurations on LE. | Brandon Bergren |
| 2020-09-08 | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren |
| 2019-11-23 | [PowerPC] Fix typo in _ctx_start on ppc32 | Brandon Bergren |
| 2019-06-25 | powerpc: Transition to Secure-PLT, like most other OSs | Justin Hibbits |
| 2019-03-29 | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov |
| 2018-12-05 | Remove MD __sys_* private symbols. | Brooks Davis |
| 2018-06-04 | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston |
| 2018-04-12 | Replace MD assembly exect() with a portable version. | Brooks Davis |
| 2018-04-06 | Remove caching from getlogin(2). | Brooks Davis |
| 2018-01-31 | Remove bogus checks against NCARGS. | John Baldwin |
| 2017-11-25 | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-03-02 | Correct an misunderstanding of MDSRCS. | Brooks Davis |
| 2016-10-25 | Fix a typo which broke the build for powerpc. | Justin Hibbits |
| 2016-10-22 | Reduce code duplication between powerpc and powerpcspe | Justin Hibbits |
| 2016-09-08 | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis |