NetBSD/sys/lib/libkern/arch/arm32
mark 0053558a70 Fix a glaring bug in the assembly stubs for memcpy() and memmove() that
meant the src address was being returned rather than the dst address.
Spotted by Chris Demetriou.
1997-11-22 03:27:12 +00:00
..
Makefile.inc add memchr() to libkern 1997-10-24 15:32:24 +00:00
_memcpy.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
bcopy.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
bzero.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
divsi3.S Fix extra 'S' character typo that resulted in the condition codes being 1997-10-17 18:35:19 +00:00
htonl.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
htons.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
memcpy.S Fix a glaring bug in the assembly stubs for memcpy() and memmove() that 1997-11-22 03:27:12 +00:00
memmove.S Fix a glaring bug in the assembly stubs for memcpy() and memmove() that 1997-11-22 03:27:12 +00:00
memset.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
ntohl.S Copy files over from libc. 1997-10-12 21:24:00 +00:00
ntohs.S Copy files over from libc. 1997-10-12 21:24:00 +00:00