Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -2/+2 |
* | Add two new kernel options to allow rudimentary profiling of the internal | jhb | 2004-06-29 | 1 | -0/+41 |
* | Remove the signal_caught argument from sleepq_timedwait() as it was | jhb | 2004-06-28 | 1 | -5/+2 |
* | Fixed some common printf format errors. Don't assume that "struct foo *" | bde | 2004-05-14 | 1 | -14/+13 |
* | Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread() | jhb | 2004-05-13 | 1 | -13/+50 |
* | Keep track of threads waiting in kse_release() to avoid a race | deischen | 2004-04-28 | 1 | -1/+5 |
* | Remove a bogus assertion and readd it in a more correct location. A thread | jhb | 2004-03-16 | 1 | -1/+1 |
* | - Remove old sleep queues. | jhb | 2004-03-12 | 1 | -1/+1 |
* | Always assert that the passed in lock is the same as the saved lock in the | jhb | 2004-03-02 | 1 | -19/+1 |
* | Add an implementation of a generic sleep queue abstraction that is used | jhb | 2004-02-27 | 1 | -0/+776 |