History log of /openbsd-src/sys/lib/libkern/arch/arm/memcpy.S (Results 1 – 6 of 6)
Revision Date Author Comments
# c6b709f5 08-Jun-2015 jsg <jsg@openbsd.org>

At some point arm moved to a unified syntax for arm and thumb instructions.
While binutils supports both "unified" and "divided" syntax (defaulting
to divided) the integrated assembler in clang only

At some point arm moved to a unified syntax for arm and thumb instructions.
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@

show more ...


# 7bc65dc7 30-Dec-2014 jsg <jsg@openbsd.org>

unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
This codepath was removed in the NetBSD code this is derived from back
in 2003 and was removed in Bitrig earlier this year.

unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
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.

show more ...


# 856b2214 15-Jun-2013 miod <miod@openbsd.org>

Make bcopy() involve memmove(), not memcpy().
Do not bogusly return NULL if dst == src (spotted by tedu@)


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

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 t

First pass at removing clauses 3 and 4 from NetBSD licenses.

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@

show more ...


# c449cb3a 01-Feb-2004 drahn <drahn@openbsd.org>

tag...


# 7c0511a1 01-Feb-2004 drahn <drahn@openbsd.org>

Kernel library bits for arm, from NetBSD.