summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/arm/memcpy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* At some point arm moved to a unified syntax for arm and thumb instructions.jsg2015-06-081-33/+35
| | | | | | | | | While binutils supports both "unified" and "divided" syntax (defaulting to divided) the integrated assembler in clang only supports unified names so switch some files to unified syntax. Similiar changes were made in bitrig and freebsd. No difference in objdump -d output. tested on zaurus by deraadt@, ok miod@
* unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.jsg2014-12-301-17/+1
| | | | | This codepath was removed in the NetBSD code this is derived from back in 2003 and was removed in Bitrig earlier this year. No binary change.
* Make bcopy() involve memmove(), not memcpy().miod2013-06-151-2/+1
| | | | Do not bogusly return NULL if dst == src (spotted by tedu@)
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* tag...drahn2004-02-011-0/+1
|
* Kernel library bits for arm, from NetBSD.drahn2004-02-011-0/+493