summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/m88k/bcopy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move m88k memory copy and fill functions to libkern. The copy functions willmiod2006-11-171-0/+4
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.