summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/mips64/memcpy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merged bcopy/memmove/memcpyderaadt2013-06-131-1/+1
| | | | tested by bcallah, proofed by jasper, ok tedu
* fix an oft copied typo that i'm tired of looking attedu2013-06-031-1/+1
|
* place a comment as to why these are otherwise emptyderaadt2007-11-281-0/+1
|
* mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflictsjsing2007-11-271-0/+0
with bcopy.S ok miod@