aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/sys
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault1-5/+1
These are useless on x86_64, and __NGREG was actually wrong with them.
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev1-0/+157
This is based on the Linux port's version, but laid out to match Mach's struct i386_thread_state, much like the i386 version does. Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>