summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_context.c
Commit message (Expand)AuthorAgeFilesLines
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Use __FBSDID().obrien2003-06-111-4/+3
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-2/+2
* Protect td_sigmask with the proc lock.jhb2003-04-171-1/+5
* - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't takejake2003-04-011-4/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-4/+4
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+134
OpenPOWER on IntegriCloud