aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/arm
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-15/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* arm: Remove unused ffs.SWarner Losh2022-10-201-58/+0
* arm: flip memclr to use memsetMateusz Guzik2021-08-231-2/+4
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-281-29/+0
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-1/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add the __aeabi_memclr8 symbol, clang 3.7 uses this.Andrew Turner2015-09-211-0/+2
* Remove checks for __ARM_EABI__, we only build for EABI now.Andrew Turner2015-07-096-30/+0
* Add support for __aeabi_memclr4, clang 3.7 calls it.Andrew Turner2015-07-091-0/+40
* Add more __aeabi_memcpy functions, later versions of clang generate callsAndrew Turner2015-05-311-0/+4
* Use the unified syntax in a few more assembly filesAndrew Turner2014-12-051-1/+2
* Fix unwind-info errors in our hand-written arm assembler code.Ian Lepore2014-08-011-10/+10
* Fix ixp425 boot2 with ARM EABI:Andrew Turner2013-09-291-0/+4
* Add __aeabi_memset to libkern, implemented using memset, as clang mayAndrew Turner2013-03-161-0/+49
* Add END to ARM libkern assembly functionsAndrew Turner2013-03-164-1/+19
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beAndrew Turner2013-03-161-0/+58
* Add __aeabi_memcpy to libkern as clang may generate calls to it.Andrew Turner2013-03-101-0/+37
* Add the required __aeabi_* functions the kernel uses when built for ARM EABIAndrew Turner2013-01-173-0/+128
* Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.Olivier Houchard2007-10-131-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-072-2/+2
* Use the RET macro.Olivier Houchard2004-11-092-6/+6
* Implement ffs with clz for Xscale.Olivier Houchard2004-11-071-1/+8
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.Olivier Houchard2004-10-011-4/+4
* Import libkern arm specific bits.Olivier Houchard2004-05-143-0/+713