| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-01-20 | elf: EF_ARM_EABI_VERSION_UNKNOWN is no longer used, retire | Warner Losh |
| 2023-01-20 | elf: Catch up with defining EF_ARM_EABI_VERSION in elf_common.h | Warner Losh |
| 2022-10-25 | arm, arm64: tweak hard-coded load addresses for PIE binaries | Konstantin Belousov |
| 2020-09-01 | arm: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-05-31 | Remove remnant of arm's ELF trampoline | Mitchell Horne |
| 2018-11-04 | Move the fixed base for PIE loading on arm. | Konstantin Belousov |
| 2018-10-22 | Consolidate identical ELF auxargs type defintions. | Brooks Davis |
| 2017-11-27 | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-10-21 | Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7. | Michal Meloun |
| 2017-10-21 | Add AT_HWCAP2 ELF auxiliary vector. | Michal Meloun |
| 2017-09-22 | Detect NEON and set HWCAP_NEON if present. | John Baldwin |
| 2017-09-22 | Correct HWCAP_VFP3* values to match Linux. | John Baldwin |
| 2017-09-14 | Add AT_HWCAP flags for VFP settings for FreeBSD/arm. | John Baldwin |
| 2017-09-14 | Add AT_HWCAP and AT_EHDRFLAGS on all platforms. | John Baldwin |
| 2016-08-02 | Move/add ARM ELF PHDR types to elf_common.h | Ed Maste |
| 2015-05-22 | Export the eflags field from the elf header. This allows better | Warner Losh |
| 2015-01-02 | Update ELF headers to include additional defines | Ed Maste |
| 2014-08-18 | Expand the elf brandelf infrastructure to give access to the whole ELF | Warner Losh |
| 2014-07-19 | Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception | Ian Lepore |
| 2012-06-22 | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | Konstantin Belousov |
| 2012-06-13 | trim trailing whitespace | Warner Losh |
| 2011-01-07 | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | Konstantin Belousov |
| 2010-08-17 | Supply some useful information to the started image using ELF aux vectors. | Konstantin Belousov |
| 2009-10-10 | Define architectural load bases for PIE binaries. Addresses were selected | Konstantin Belousov |
| 2009-03-17 | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | Konstantin Belousov |
| 2008-12-17 | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | Warner Losh |
| 2006-10-04 | PR: | John Birrell |
| 2006-08-24 | Use ELFDATA2MSB if we're building big endian. | Olivier Houchard |
| 2005-11-24 | Use a magic number to know we were started from the elf wrapper. | Olivier Houchard |
| 2004-05-04 | Add the Elf32_Auxinfo declaretion. | Olivier Houchard |
| 2003-09-25 | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm |
| 2001-10-10 | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab |
| 2001-06-09 | Fix style of defines. | David E. O'Brien |
| 2001-01-04 | StrongARM platform-specific definitions. | David E. O'Brien |