Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | 2019-04-20 | 1 | -9/+3 | |
| | | | | memcpy() correct behaviour. This also brings the bcopy() macro into line. | ||||
* | first ansi | 2003-08-08 | 1 | -7/+4 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | add functions. | 1996-10-16 | 1 | -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. | 1996-09-23 | 1 | -1/+1 | |
| | |||||
* | memcpy() in seperate file. some compilers/machine combinations | 1995-12-26 | 1 | -0/+49 | |
generate memcpy() for structure assignments. bootblocks should still avoid using memcpy(), since it simply increases bootblock size. |