History log of /openbsd/sys/lib/libkern/arch/m88k/bcopy.S (Results 1 – 1 of 1)
Revision Date Author Comments
# 40c7245c 17-Nov-2006 miod <miod@openbsd.org>

Move m88k memory copy and fill functions to libkern. The copy functions will
no longer share the same code, but will be instead be duplicated from the same
source, so that bcopy() and memcpy() do not

Move m88k memory copy and fill functions to libkern. The copy functions will
no longer share the same code, but will be instead be duplicated from the same
source, so that bcopy() and memcpy() do not need to check for overlap, and
memcpy() and memmove() are shorter.

show more ...