summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/string/bcopy.S
AgeCommit message (Collapse)Author
2002-11-10ABICALLS -> __ABICALLS__thorpej
2000-10-10Make memcpy and memmove use bcopy assembly for mips. Tweak forward copyjeffs
code for backward copy to make overlap copy faster. This happens in some SW like sleepycat db. Use temp labels in order to not confused the profiling tools.
1997-10-18Pull up endian diffs from kernel bcopy().jonathan
1997-08-09Substitute Mach 3.0 kernel bcopy() which is unrolled for aligned copies.jonathan
1996-09-17* Add Mips ABI changes for ELf shared library support.jonathan
From OpenBSD, patched into NetBSD by <bouyer@ensta.fr>. * Include generic NetBSD/mips <mips/*.h> files, instead of old Sprite names.
1996-09-16Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag stringjonathan
from "Id:" to "NetBSD:".
1994-12-15More underscores...mycroft
1994-11-14Prepended underscoresdean
1994-05-24libc support for mips. libkern hooks are disabledglass