summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa/bcopy.m4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ovbcopy begonekettenis2013-06-141-2/+1
* Fix memcpy/memmove return value.kettenis2013-06-141-1/+3
* Optimize memcpy(9) by always doing a forward copy; it should never be usedkettenis2013-06-111-9/+9
* Fix return value of memcpy.kettenis2011-11-271-4/+3
* Oops, jsing@ changed spcopy.S without realizing that that file is generatedkettenis2011-11-271-7/+3
* junk SCCSderaadt2007-11-241-7/+1
* move hppa to __HAVE_CPUINFOmartin2007-05-141-1/+5
* I'm Positive these are Type-O.miod2005-08-011-2/+2
* another 3/4deraadt2003-06-041-6/+1
* do not just bail out of the copy loop, but go to themickey2002-08-271-18/+22
* syncmickey2002-08-131-4/+4
* syncmickey2002-05-201-2/+3
* syncmickey2002-03-081-2/+2
* syncmickey2002-03-081-5/+3
* syncmickey2002-02-071-1/+2
* syncmickey2001-09-201-4/+4
* export these from libcmickey2001-06-041-3/+3
* sync w/ libcmickey2000-07-021-1/+2
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+19
* bew frame frameworkmickey1999-09-141-2/+5
* fix unaligned copy's end conditionmickey1999-06-101-17/+38
* bcopy() and space-space bcopy()mickey1999-05-191-0/+246