summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_context.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Clear the padding when returning context to the usermode, forkib2011-02-051-0/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-8/+4
* Further system call comment cleanup:rwatson2007-03-051-3/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-6/+0
* 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