summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Like libc, also for the kernel: Import new amd64 assembly versions ofreyk2014-12-094-93/+442
* it should not be necessary to clear the direction flagtedu2014-11-298-9/+0
* mask off high bits from 'c', before operation, otherwise the packingderaadt2014-11-211-0/+1
* 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-133-104/+89
* remove ovbcopy supportderaadt2013-06-111-4/+0
* fix an oft copied typo that i'm tired of looking attedu2013-06-032-2/+2
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-171-17/+0
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-14/+0
* place a comment as to why these are otherwise emptyderaadt2007-11-282-0/+2
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-257-88/+44
* delete unused junk RCS idsderaadt2007-11-249-36/+0
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-2/+2
* remove strcpy and strcat from the kernel; they are dead and unused code.reyk2007-05-043-124/+2
* an amd64 arch support.mickey2004-01-2823-0/+858