summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/memcpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-9/+3
| | | | memcpy() correct behaviour. This also brings the bcopy() macro into line.
* first ansideraadt2003-08-081-7/+4
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* add functions.mickey1996-10-161-3/+17
| | | | | | | remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h
* add OpenBSD tag.mickey1996-09-231-1/+1
|
* memcpy() in seperate file. some compilers/machine combinationsderaadt1995-12-261-0/+49
generate memcpy() for structure assignments. bootblocks should still avoid using memcpy(), since it simply increases bootblock size.