summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string/bcopy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid, tested there. okay deraadt@espie2005-08-071-6/+1
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* offload the arguments from the stack before performingmickey2002-07-081-9/+7
| | | | | | the copying, initial idea is from freebsd (not fully implemented there, apparently). this also makes bcopy/memcpy a tiny little bit faster.
* Fix RCS idstholo1996-08-191-1/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+103