| Age | Commit message (Expand) | Author |
| 2025-07-13 | libc/powerpc64: Fix swapcontext(3) | Timothy Pearson |
| 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-29 | lib{c,sys}: expose _getlogin consistently | 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-09 | powerpc64/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-06-29 | gdtoa: fix endianness issue on powerpc64le | Piotr Kubaj |
| 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-03-25 | [PowerPC64] Port optimized strcpy to PPC64LE | Leandro Lupori |
| 2021-03-25 | [PowerPC64] Enforce natural alignment in bcopy | Leandro Lupori |
| 2021-02-28 | [PowerPC64] 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-23 | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le. | Brandon Bergren |
| 2020-09-08 | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren |
| 2020-08-06 | [POWERPC] Fix ppc64 makecontext() parameter overflow handling. | Brandon Bergren |
| 2020-03-11 | Fix r358688 -- Remember to actually save r3 before processing. | Brandon Bergren |
| 2020-03-06 | powerpc/memcpy: Don't predict the src and dst will be misaligned | Justin Hibbits |
| 2020-03-06 | Finish revert of r358672, missed in r358688. | Justin Hibbits |
| 2020-03-06 | powerpc/powerpc64: Enforce natural alignment in memcpy | Justin Hibbits |
| 2020-03-05 | [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07 | Alfredo Dal'Ava Junior |
| 2020-01-15 | [PPC64] memcpy/memmove/bcopy optimization | Leandro Lupori |
| 2020-01-15 | [PPC64] strncpy optimization | Leandro Lupori |