aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_sleepqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some common printf format errors. Don't assume that "struct foo *"Bruce Evans2004-05-141-14/+13
* Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()John Baldwin2004-05-131-13/+50
* Keep track of threads waiting in kse_release() to avoid a raceDaniel Eischen2004-04-281-1/+5
* Remove a bogus assertion and readd it in a more correct location. A threadJohn Baldwin2004-03-161-1/+1
* - Remove old sleep queues.John Baldwin2004-03-121-1/+1
* Always assert that the passed in lock is the same as the saved lock in theJohn Baldwin2004-03-021-19/+1
* Add an implementation of a generic sleep queue abstraction that is usedJohn Baldwin2004-02-271-0/+776