summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64/index.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix an oft copied typo that i'm tired of looking attedu2013-06-031-1/+1
|
* place a comment as to why these are otherwise emptyderaadt2007-11-281-0/+1
|
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-29/+0
| | | | | | | | | | | | directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
* an amd64 arch support.mickey2004-01-281-0/+29
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? ;)