| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 1 | -100/+3 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -2/+6 |
* | Attempt to improve formatting and content of several comments for | kib | 2011-11-09 | 1 | -5/+6 |
* | Add all segment registers for the amd64 CPU to struct reg and mcontext. | kib | 2009-04-01 | 1 | -4/+20 |
* | Update the graffiti. | peter | 2003-11-08 | 1 | -0/+1 |
* | Rename npx* to fpu*. I haven't done the flags/function names yet. | peter | 2003-11-08 | 1 | -1/+1 |
* | Pull the tier-2 card one last time and break the get/setcontext and | peter | 2003-10-15 | 1 | -2/+2 |
* | Use __register_t instead of register_t, otherwise <sys/types.h> is a | peter | 2003-10-01 | 1 | -24/+24 |
* | Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontext | peter | 2003-09-05 | 1 | -2/+2 |
* | For the page fault handler, save %cr2 in the outer trap handler so that | peter | 2003-05-12 | 1 | -0/+1 |
* | Sync ucontext with reality. The struct trapframe changes need to be | peter | 2003-05-12 | 1 | -11/+11 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 1 | -54/+29 |
* | Align the FPU state in the ucontext and sigcontext to 16 bytes | deischen | 2002-12-02 | 1 | -4/+6 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -10/+3 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -0/+28 |
* | Add another temporary hack to allow running older i386 binaries. | deischen | 2002-10-04 | 1 | -6/+6 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -5/+19 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 1 | -1/+4 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -2/+0 |
* | Simplification of the signal trampoline and other cleanups. | marcel | 1999-10-07 | 1 | -2/+19 |
* | Re-introduction of sigcontext. | marcel | 1999-10-04 | 1 | -7/+14 |
* | sigset_t change (part 3 of 5) | marcel | 1999-09-29 | 1 | -0/+43 |