| Commit message (Expand) | Author | Age | Files | Lines |
| * | Release a reference count in case priority needn't | David Xu | 2012-07-25 | 1 | -0/+1 |
| * | Revert r238715, the revision breaks firefox. | David Xu | 2012-07-25 | 1 | -17/+34 |
| * | Merge r238637,r238640,r238641,r238642: | David Xu | 2012-07-23 | 1 | -34/+17 |
| * | use rtprio_thread system call to get or set thread priority. | David Xu | 2006-09-21 | 1 | -4/+2 |
| * | Pass correct parameter size. | David Xu | 2006-09-05 | 1 | -2/+2 |
| * | Caching scheduling policy and priority in userland, a critical but baddly | David Xu | 2006-07-13 | 1 | -0/+14 |
| * | Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement | David Xu | 2006-07-13 | 1 | -2/+4 |
| * | Use kernel facilities to support real-time scheduling. | David Xu | 2006-07-12 | 1 | -34/+19 |
| * | - Use same priority range returned by kernel's sched_get_priority_min() | David Xu | 2006-04-27 | 1 | -4/+3 |
| * | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -1/+3 |
| * | Remove priority mutex code because it does not work correctly, | David Xu | 2006-03-27 | 1 | -46/+4 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -70/+83 |
| * | o Assertions to catch that stuff that shouldn't happen is not happening. | Mike Makonnen | 2004-07-30 | 1 | -0/+1 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 1 | -4/+4 |
| * | o Catch up with the mutex priority protocol fixes. | Mike Makonnen | 2004-02-18 | 1 | -62/+65 |
| * | Comment out most of pthread_setschedparam. Pthread priorities didn't | Mike Makonnen | 2003-12-15 | 1 | -1/+4 |
| * | Make WARNS2 clean. The fixes mostly included: | Mike Makonnen | 2003-05-23 | 1 | -1/+4 |
| * | - Define curthread as _get_curthread() and remove all direct calls to | Jeff Roberson | 2003-04-02 | 1 | -2/+0 |
| * | - Reenable setschedparam and the prioceiling code now that the mutex code | Jeff Roberson | 2003-04-01 | 1 | -8/+8 |
| * | - Add libthr but don't hook it up to the regular build yet. This is an | Jeff Roberson | 2003-04-01 | 1 | -0/+115 |