NetBSD/lib/libc/arch
scottr ed472989a6 Implement a significantly improved version of memccpy(), with thanks to
Ignatios Souvatzis for correcting the SVR4 ABI code and for a few
micro-optimizations that followed from these changes.

The overall improvement was measured at 3-4x for copies of at least
4 bytes on the 68030, and 8 bytes on the 68040.  For smaller copies
the improvement was still measurable, if not as dramatic.
2001-02-05 00:17:22 +00:00
..
alpha Add the obvious, trivial __syscall() stub. 2000-12-13 07:49:17 +00:00
arm Correct licence to current TNF one. 2001-01-23 19:07:34 +00:00
arm32 Correct licence to current TNF one. 2001-01-23 19:07:34 +00:00
i386 rcsid & whitespace police 2001-01-08 15:21:37 +00:00
m68k Implement a significantly improved version of memccpy(), with thanks to 2001-02-05 00:17:22 +00:00
mips Remove all the .abicalls assembler directives - "SYS.h" already has that. 2000-12-13 23:29:06 +00:00
ns32k Cosmetics. Use _ASM_LABEL for cerror. 2000-12-29 23:16:42 +00:00
powerpc delint (variable is only used for size, so make if size_t instead of int). 2001-01-26 13:20:32 +00:00
sh3 fix syscall() and __syscall(). r0 has to be set to SYS_syscall or 2001-01-17 05:15:02 +00:00
sparc Add required __syscall.S stub. 2000-12-13 10:29:40 +00:00
sparc64 Add simple __syscall.S to make libc compile on sparc64 again. 2000-12-13 20:25:04 +00:00
vax Add a VAX version of __syscall. XXX Doesn't handle if syscall number is 2000-12-13 07:34:54 +00:00