Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -4/+3 |
* | Add an argument to get_mcontext() which specified whether the | deischen | 2003-04-25 | 1 | -2/+2 |
* | Protect td_sigmask with the proc lock. | jhb | 2003-04-17 | 1 | -1/+5 |
* | - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't take | jake | 2003-04-01 | 1 | -4/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -4/+4 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+134 |