summaryrefslogtreecommitdiff
path: root/sys/libkern/arm
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-20arm: Remove unused ffs.SWarner Losh
2021-08-23arm: flip memclr to use memsetMateusz Guzik
2021-01-28Remove obsolete code gated on _ARM_ARCH_*Andrew Turner
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-09-21Add the __aeabi_memclr8 symbol, clang 3.7 uses this.Andrew Turner
2015-07-09Remove checks for __ARM_EABI__, we only build for EABI now.Andrew Turner
2015-07-09Add support for __aeabi_memclr4, clang 3.7 calls it.Andrew Turner
2015-05-31Add more __aeabi_memcpy functions, later versions of clang generate callsAndrew Turner
2014-12-05Use the unified syntax in a few more assembly filesAndrew Turner
2014-08-01Fix unwind-info errors in our hand-written arm assembler code.Ian Lepore
2013-09-29Fix ixp425 boot2 with ARM EABI:Andrew Turner
2013-03-16Add __aeabi_memset to libkern, implemented using memset, as clang mayAndrew Turner
2013-03-16Add END to ARM libkern assembly functionsAndrew Turner
2013-03-16Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beAndrew Turner
2013-03-10Add __aeabi_memcpy to libkern as clang may generate calls to it.Andrew Turner
2013-01-17Add the required __aeabi_* functions the kernel uses when built for ARM EABIAndrew Turner
2007-10-13Do 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 necessaryWarner Losh
2004-11-09Use the RET macro.Olivier Houchard
2004-11-07Implement ffs with clz for Xscale.Olivier Houchard
2004-10-01Don't attempt to profile __udivsi3() and friends, as mcount() uses them.Olivier Houchard
2004-05-14Import libkern arm specific bits.Olivier Houchard