| Age | Commit message (Expand) | Author |
| 2025-11-28 | libc: remove ARMv5/6 from man page | Minsoo Choo |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-06-12 | lib: Remove __ARM_ARCH checks that are always true | Andrew Turner |
| 2024-03-13 | libc/softfloat: we don't export _fp[gs]et* symbols | Brooks Davis |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-10-28 | libc: Strip plentiful trailing whitespace from aarch64+arm makecontext.c | Jessica Clarke |
| 2023-08-17 | Restore blank line after #include | John Baldwin |
| 2023-08-16 | Remove $FreeBSD$: two-line nroff pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .S pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c 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 |
| 2023-02-14 | libc: Simplify soft-float on 32-bit arm | Warner Losh |
| 2021-12-09 | libc: Remove _get_tp() and _set_tp(). | John Baldwin |
| 2021-04-09 | libc: add _get_tp() private function | Konstantin Belousov |
| 2021-04-08 | Remove the last users of ARM_TP_ADDRESS | Andrew Turner |
| 2019-11-14 | armv6 soft float build fixed | Warner Losh |
| 2019-07-13 | Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers. | Ian Lepore |
| 2019-07-10 | Reorganize the SRCS lists as one file per line, and then alphabetize them. | Ian Lepore |
| 2017-11-25 | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2017-10-16 | Save VFP state in getcontext(3) on ARM. | Michal Meloun |
| 2017-10-05 | Support armv7 builds for userland | Warner Losh |
| 2017-06-29 | Start to remove _libc_arm_fpu_present checks. We don't support the VFP on | Andrew Turner |
| 2016-05-18 | Make armv6 hard float abi by default. Kill armv6hf. | Warner Losh |
| 2015-09-29 | Annotate arm userspace assembler sources stating their tolerance to | Konstantin Belousov |
| 2015-09-20 | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues |
| 2015-05-31 | Remove __ARM_EABI__ from more places in libc as this is the only ARM ABI | Andrew Turner |
| 2015-05-12 | Teach bits of libc about Thumb. This adds the if-then instructions needed | Andrew Turner |
| 2015-01-12 | Remove duplicate copies of trivial getcontextx.c | Ed Maste |
| 2014-10-01 | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner |
| 2014-08-31 | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). | Ian Lepore |
| 2014-04-28 | Set the new floating point exception mask correctly | Andrew Turner |
| 2014-04-21 | Rename the fp{get,set}* files so they no longer conflict with the softfloat | Andrew Turner |
| 2014-04-20 | Add the deprecated fp{get,set}* functions, a few ports use them. | Andrew Turner |
| 2014-03-22 | Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the | Andrew Turner |
| 2013-07-21 | Teach siglongjmp about the VFP version of the setjmp buffer. | Andrew Turner |
| 2013-06-07 | Finish pulling in the NetBSD setjmp/longjmp updates on ARM. | Andrew Turner |
| 2013-06-07 | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This | Andrew Turner |
| 2013-06-05 | Remove part of the NetBSD longjmp code that was not ready to be merged. | Andrew Turner |
| 2013-06-04 | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | Andrew Turner |
| 2013-05-28 | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov |
| 2013-01-19 | Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABI | Andrew Turner |
| 2012-08-15 | Merging of projects/armv6, part 2 | Oleksandr Tymoshenko |
| 2012-04-16 | Replace the C implementation of __aeabi_read_tp with an assembly version. | Andrew Turner |
| 2012-04-08 | Unlike other functions __aeabi_read_tp function must preserve r1-r3. The | Andrew Turner |
| 2012-04-07 | - Revert part of r234005, which I did not intend to commit. | Stanislav Sedov |
| 2012-04-07 | - Add kernel config file for QEMU-emulated gumstix board. | Stanislav Sedov |