summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64/ffs.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.guenther2018-07-131-1/+1
| | | | ok deraadt@
* Add retguard macros for libkernmortimer2018-07-031-1/+3
| | | | ok deraadt
* delete unused junk RCS idsderaadt2007-11-241-4/+0
|
* an amd64 arch support.mickey2004-01-281-0/+21
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? ;)