summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64/memset.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add retguard macros for libkernmortimer2018-07-031-1/+2
| | | | ok deraadt
* it should not be necessary to clear the direction flagtedu2014-11-291-2/+0
| | | | ok deraadt
* mask off high bits from 'c', before operation, otherwise the packingderaadt2014-11-211-0/+1
| | | | | logic writes balony. Hunting with tedu, mlarkin, and final bit spotted by naddy in freebsd's version.
* delete unused junk RCS idsderaadt2007-11-241-4/+0
|
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-251-1/+1
|
* an amd64 arch support.mickey2004-01-281-0/+58
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)