summaryrefslogtreecommitdiff
path: root/sys/kern/subr_sleepqueue.c
Commit message (Expand)AuthorAgeFilesLines
* 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