summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/segments.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly declare the gdt storage in struct cpu_info_full instead ofguenther2018-03-291-3/+3
* How about I delete _all_ the BITFIELDTYPE comments?guenther2015-09-301-12/+12
* lint is dead: BITFIELDTYPE comments aren't usefulguenther2015-09-261-13/+13
* LDT is gone and not coming backguenther2015-06-281-4/+1
* Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdtguenther2015-05-241-2/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andmiod2010-11-201-5/+5
* Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightguenther2010-11-131-7/+6
* The LDT is only used by dead compat code now, so load the ldtguenther2010-10-261-29/+6
* Clean up segment handling: switch user-space to using code and dataguenther2010-10-141-15/+7
* - remove USER_LDT, it was never in a state where it would copile, nor willjasper2008-05-231-4/+2
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* put int into a typederaadt2004-07-151-12/+12
* check struct reg for evil; from netbsdmickey2004-01-291-1/+16
* an amd64 arch support.mickey2004-01-281-0/+305