summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64/memmove.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardderaadt2018-07-101-1/+1
* Add retguard macros for libkernmortimer2018-07-031-1/+4
* it should not be necessary to clear the direction flagtedu2014-11-291-1/+0
* tiny tweak to asm. prefer memcpy and memmove, with bcopy wrappertedu2014-01-091-6/+7
* Remove pointless instruction in the memcpy path that snuck in with thekettenis2013-06-131-2/+0
* merge bcopy/memcpy/memmove into one function.deraadt2013-06-131-3/+87
* an amd64 arch support.mickey2004-01-281-0/+4