summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/frameasm.h
AgeCommit message (Expand)Author
2012-04-17Don't try to cache the CPU's FS.base, as userland can make it a lie byPhilip Guenthe
2011-07-04Force the sigreturn syscall to return to userspace via iretq by settingPhilip Guenthe
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2010-09-28Correct the handling of GS.base when iretq faults: the fault happensPhilip Guenthe
2004-01-28an amd64 arch support.Michael Shalayeff