Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catchup with _thread_suspend() changes. | mtm | 2003-06-30 | 1 | -1/+1 |
* | I botched one of my committs in the last round. Fix it. | mtm | 2003-05-31 | 1 | -2/+3 |
* | Use a static lock to ake sure pthread_cond_* functions called | mtm | 2003-05-29 | 1 | -2/+20 |
* | Lock the cond queue (condition variables): | mtm | 2003-05-24 | 1 | -70/+43 |
* | Insert a debugging aid: | mtm | 2003-05-21 | 1 | -1/+9 |
* | Do some cleanup with respect to condition variables. The implementation | mtm | 2003-05-15 | 1 | -15/+14 |
* | - Define curthread as _get_curthread() and remove all direct calls to | jeff | 2003-04-02 | 1 | -6/+0 |
* | - Don't drop and reacquire giant in thread_suspend(). Change callers to do | jeff | 2003-04-01 | 1 | -0/+2 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+544 |