aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_context.c
Commit message (Expand)AuthorAgeFilesLines
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-251-2/+2
* Protect td_sigmask with the proc lock.John Baldwin2003-04-171-1/+5
* - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't takeJake Burkholder2003-04-011-4/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-4/+4
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-0/+134