| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | David Xu | 2008-04-29 | 1 | -1/+1 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -0/+3 |
| * | Refine thread suspension code, now thread suspension is a blockable | David Xu | 2006-01-05 | 1 | -1/+0 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -26/+29 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 1 | -6/+7 |
| * | Stop using signals for synchronizing threads. The performance penalty | Mike Makonnen | 2004-03-27 | 1 | -2/+1 |
| * | Doh! Lock the thread passed in by the caller, not the current thread. | Mike Makonnen | 2003-12-12 | 1 | -2/+2 |
| * | Remove uses of GIANT_LOCK and replace with appropriate thread | Mike Makonnen | 2003-12-11 | 1 | -7/+12 |
| * | Make WARNS2 clean. The fixes mostly included: | Mike Makonnen | 2003-05-23 | 1 | -0/+1 |
| * | - Define curthread as _get_curthread() and remove all direct calls to | Jeff Roberson | 2003-04-02 | 1 | -4/+0 |
| * | - Add libthr but don't hook it up to the regular build yet. This is an | Jeff Roberson | 2003-04-01 | 1 | -0/+87 |