summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k/string/memset.S
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2001-09-07On the 68010, don't bother with the by-8-longwords loop, insteadfredette
1999-10-25Add register prefixes.thorpej
1999-05-02When using the SVR4 ABI, return pointer results in a0, too.kleink
1997-05-14oops, bzero -> memsetjtc
1997-05-13Change b{eq,ne,lt,le,gt,ge} -> j{eq,ne,lt,le,gt,ge}.jtc
1997-05-13Faster versions of bcmp(), bcopy(), bzero(), and memset().jtc
1997-01-04#include <machine/asm.h> instead of "DEFS.h"jtc
1995-11-28Fix a brain-o by me; if I'm going to use stuff in <machine/asm.h>, I betterthorpej
1995-11-17New style RCS ids, and employ the RCSID() macro.thorpej
1995-02-08Make the coding style more consistent.mycroft
1993-12-07Fix a bug, and speed up by a few cycles.mycroft
1993-12-06Fix a couple of nits.mycroft
1993-12-06More assembler code.mycroft