summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa64/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
* Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assemblerkettenis2011-11-271-22/+22
* Replace a few more 32-bit instructions with the proper 64-bit equivalent.kettenis2011-11-271-22/+21
* Avoid sign-extension when extracting the low bits of addresses when checkingkettenis2011-09-191-3/+3
* Use 64-bit operations for address manipulation.jsing2011-04-141-4/+4
* Correctly load p_addr and avoid trashing the source address.jsing2011-04-141-4/+4
* junk SCCSderaadt2007-11-241-7/+1
* Make this actually work by using the right register numbers. In the conversionkettenis2007-10-131-12/+12
* I'm Positive these are Type-O.miod2005-08-011-2/+2
* hppa64 bitsmickey2005-04-011-0/+258