aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/ucontext.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Move struct freebsd4_ucontext to sys/i386/include/ucontext.h.John Baldwin2022-01-141-0/+8
* Rename struct mcontext4 to struct freebsd4_mcontext.John Baldwin2022-01-141-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-201-58/+2
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-3/+11
* Make the comment in i386/include/ucontext.h identical to the one inKonstantin Belousov2011-12-311-3/+4
* Attempt to improve formatting and content of several comments forKonstantin Belousov2011-11-091-3/+3
* Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov2009-04-011-1/+6
* MFamd64: use register_t's.David E. O'Brien2005-09-121-42/+42
* Align the FPU state in the ucontext and sigcontext to 16 bytesDaniel Eischen2002-12-021-4/+6
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-10/+3
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-0/+28
* Add another temporary hack to allow running older i386 binaries.Daniel Eischen2002-10-041-6/+6
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-161-5/+19
* Use a spare slot in the machine context for a flags word to indicateDaniel Eischen2002-01-101-1/+4
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-2/+0
* Simplification of the signal trampoline and other cleanups.Marcel Moolenaar1999-10-071-2/+19
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-041-7/+14
* sigset_t change (part 3 of 5)Marcel Moolenaar1999-09-291-0/+43