aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ucontext.h
Commit message (Expand)AuthorAgeFilesLines
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) asKonstantin Belousov2015-01-311-1/+1
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-1/+2
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-211-0/+6
* 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