Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate atomic operations in thread cancellation functions, it should | davidxu | 2006-11-24 | 1 | -1/+3 |
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 1 | -5/+5 |
* | Unexpand two TAILQ_FOREACH_SAFE cases. | delphij | 2006-07-17 | 1 | -2/+1 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -2/+3 |
* | set an upper limit for thread structures which can be allocated. | davidxu | 2006-03-24 | 1 | -1/+12 |
* | Now, thread name is stored in kernel, userland no longer has to keep it. | davidxu | 2006-02-05 | 1 | -4/+1 |
* | Refine thread suspension code, now thread suspension is a blockable | davidxu | 2006-01-05 | 1 | -7/+10 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 1 | -1/+1 |
* | Adjust hash function for smaller pthread structure size. | davidxu | 2005-04-07 | 1 | -1/+1 |
* | Remove unique id field which is no longer used by debugger. | davidxu | 2005-04-06 | 1 | -13/+2 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -0/+342 |