History log of /netbsd-src/common/lib/libc/arch/arm/string/strcpy_arm.S (Results 1 – 7 of 7)
Revision Date Author Comments
# d3789543 08-Feb-2024 andvar <andvar@NetBSD.org>

fix misplaced or missing "e" in words with "ment" ending (argument, implement,
increment, decrement, alignment), in comments, documentation, log messages.


# 8787f9ad 14-Jan-2017 christos <christos@NetBSD.org>

fix rump


# 53daaf6b 14-Jan-2017 christos <christos@NetBSD.org>

fix weak symbols. More work needs to be done for memcpy/strlen etc.


# 7602642e 13-Jan-2017 christos <christos@NetBSD.org>

No need to include namespace.h; no other assembly code does.


# a1a64bab 11-Aug-2013 matt <matt@NetBSD.org>

Switch to unified syntax
use RET/RETc
use push/pop


# 14365a17 10-Jan-2013 matt <matt@NetBSD.org>

Fix a typo in strlcpy which caused to not deal with NULs predecing the
string properly.


# 67fc12d2 08-Jan-2013 matt <matt@NetBSD.org>

Rename strlen.S and strcpy.S to strlen_arm.S and strcpy_arm.S