Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+134 |
Previously these were libc functions but were requested to be made into system calls for atomicity and to coalesce what might be two entrances into the kernel (signal mask setting and floating point trap) into one. A few style nits and comments from bde are also included. Tested on alpha by: gallatin |