Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's unnecessary to lock the thread during creation. Simply extend | mtm | 2003-05-29 | 1 | -5/+2 |
* | Decouple the thread stack [de]allocating functions from the 'dead threads list' | mtm | 2003-05-26 | 1 | -3/+2 |
* | Return gracefully, rather than aborting, when the maximum concurrent | mtm | 2003-05-25 | 1 | -1/+12 |
* | Part of the last patch. | mtm | 2003-05-25 | 1 | -7/+7 |
* | Make WARNS2 clean. The fixes mostly included: | mtm | 2003-05-23 | 1 | -1/+0 |
* | Re-enable the garbage collector thread in anticipation of further | mtm | 2003-05-21 | 1 | -2/+0 |
* | Fix build breakage (on ia64) caused by a missing file descriptor to | marcel | 2003-04-20 | 1 | -1/+1 |
* | - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set | jake | 2003-04-03 | 1 | -4/+4 |
* | - Define curthread as _get_curthread() and remove all direct calls to | jeff | 2003-04-02 | 1 | -12/+4 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+228 |