| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-11-26 | sccs: Manual changes | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-10-20 | arm: Remove unused ffs.S | Warner Losh |
| 2021-08-23 | arm: flip memclr to use memset | Mateusz Guzik |
| 2021-01-28 | Remove obsolete code gated on _ARM_ARCH_* | Andrew Turner |
| 2017-11-27 | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-09-21 | Add the __aeabi_memclr8 symbol, clang 3.7 uses this. | Andrew Turner |
| 2015-07-09 | Remove checks for __ARM_EABI__, we only build for EABI now. | Andrew Turner |
| 2015-07-09 | Add support for __aeabi_memclr4, clang 3.7 calls it. | Andrew Turner |
| 2015-05-31 | Add more __aeabi_memcpy functions, later versions of clang generate calls | Andrew Turner |
| 2014-12-05 | Use the unified syntax in a few more assembly files | Andrew Turner |
| 2014-08-01 | Fix unwind-info errors in our hand-written arm assembler code. | Ian Lepore |
| 2013-09-29 | Fix ixp425 boot2 with ARM EABI: | Andrew Turner |
| 2013-03-16 | Add __aeabi_memset to libkern, implemented using memset, as clang may | Andrew Turner |
| 2013-03-16 | Add END to ARM libkern assembly functions | Andrew Turner |
| 2013-03-16 | Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be | Andrew Turner |
| 2013-03-10 | Add __aeabi_memcpy to libkern as clang may generate calls to it. | Andrew Turner |
| 2013-01-17 | Add the required __aeabi_* functions the kernel uses when built for ARM EABI | Andrew Turner |
| 2007-10-13 | Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead. | Olivier Houchard |
| 2005-01-07 | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh |
| 2004-11-09 | Use the RET macro. | Olivier Houchard |
| 2004-11-07 | Implement ffs with clz for Xscale. | Olivier Houchard |
| 2004-10-01 | Don't attempt to profile __udivsi3() and friends, as mcount() uses them. | Olivier Houchard |
| 2004-05-14 | Import libkern arm specific bits. | Olivier Houchard |