summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.guenther3-6/+6
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardderaadt3-5/+5
2018-07-03Add retguard macros for libkernmortimer15-12/+43
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluouskrw1-2/+2
2014-12-09Like libc, also for the kernel: Import new amd64 assembly versions ofreyk4-93/+442
2014-11-29it should not be necessary to clear the direction flagtedu8-9/+0
2014-11-21mask off high bits from 'c', before operation, otherwise the packingderaadt1-0/+1
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrappertedu1-6/+7
2013-06-13Remove pointless instruction in the memcpy path that snuck in with thekettenis1-2/+0
2013-06-13merge bcopy/memcpy/memmove into one function.deraadt3-104/+89
2013-06-11remove ovbcopy supportderaadt1-4/+0
2013-06-03fix an oft copied typo that i'm tired of looking attedu2-2/+2
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'smikeb1-17/+0
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-14/+0
2007-11-28place a comment as to why these are otherwise emptyderaadt2-0/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt7-88/+44
2007-11-24delete unused junk RCS idsderaadt9-36/+0
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2-2/+2
2007-05-04remove strcpy and strcat from the kernel; they are dead and unused code.reyk3-124/+2
2004-01-28an amd64 arch support.mickey23-0/+858