summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/segments.h
AgeCommit message (Expand)Author
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip Guenthe
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2004-07-15put int into a typeTheo de Raadt
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff