summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/sysarch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* amd64_{get,set}_fsbase() are superfluous and unused; delete them.guenther2018-01-071-50/+1
* remove never used get/set ioperm sysarch functions. ok guenthertedu2013-05-051-11/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+4
* Add __BEGIN_DECLS so that programs using C++ can use functionssthen2012-10-101-1/+5
* Unrevert the FS.base diff: the issues were actually elsewhereguenther2011-04-131-6/+12
* Revert bulk of the FS.base diff, as it causes issues on some machinesguenther2011-04-101-12/+6
* Add support for per-rthread base-offset for the %fs selector on amd64.guenther2011-04-051-6/+12
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Old-style MTRRs were never used on amd64, so remove the remaining tracesguenther2011-03-181-17/+1
* The LDT is only used by dead compat code now, so load the ldtguenther2010-10-261-3/+1
* ldt removal missed some. amd64_{get,set}_ldt gone. also removemartynas2009-09-181-18/+1
* move to amd64_() functionsderaadt2004-02-271-45/+36
* put the goo there for ldt handling, even if we do not do it yetderaadt2004-02-261-3/+3
* an amd64 arch support.mickey2004-01-281-0/+120