summaryrefslogtreecommitdiff
path: root/sys/amd64/include/ucontext.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2013-02-20Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov
2012-01-21Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov
2011-11-09Attempt to improve formatting and content of several comments forKonstantin Belousov
2009-04-01Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov
2003-11-08Update the graffiti.Peter Wemm
2003-11-08Rename npx* to fpu*. I haven't done the flags/function names yet.Peter Wemm
2003-10-15Pull the tier-2 card one last time and break the get/setcontext andPeter Wemm
2003-10-01Use __register_t instead of register_t, otherwise <sys/types.h> is aPeter Wemm
2003-09-05Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontextPeter Wemm
2003-05-12For the page fault handler, save %cr2 in the outer trap handler so thatPeter Wemm
2003-05-12Sync ucontext with reality. The struct trapframe changes need to bePeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-12-02Align the FPU state in the ucontext and sigcontext to 16 bytesDaniel Eischen
2002-11-16Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen
2002-10-25Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm
2002-10-04Add another temporary hack to allow running older i386 binaries.Daniel Eischen
2002-09-16Add kernel support needed for the KSE-aware libpthread:Jonathan Mini
2002-01-10Use a spare slot in the machine context for a flags word to indicateDaniel Eischen
1999-10-11Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen
1999-10-07Simplification of the signal trampoline and other cleanups.Marcel Moolenaar
1999-10-04Re-introduction of sigcontext.Marcel Moolenaar
1999-09-29sigset_t change (part 3 of 5)Marcel Moolenaar