aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ucontext.h
Commit message (Expand)AuthorAgeFilesLines
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+3
* Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar2003-11-091-2/+9
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-251-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-0/+8
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-0/+14
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-161-1/+5
* Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc.Doug Rabson2002-09-071-0/+6
* Add getcontext, setcontext, makecontext, and swapcontext prototypesDaniel Eischen2002-01-101-0/+7
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-1/+1
* I forgot this one :-(Marcel Moolenaar1999-10-071-3/+3
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-041-7/+16
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-0/+44