NetBSD/gnu/sys
thorpej a17a076fd9 There's no need to use wakeup_one(), here:
- On a uniprocessor, wakeup()'s thundering herd is ordered by priority
  implicitly.
- The locking protocol here needs to be shot in the head and redone
  anyhow, and when that is done, this can be converted to use
  condition variables.
2000-06-02 03:26:35 +00:00
..
conf Add the parts of the softdep code that fall under Kirk's more GPL-like 1999-11-15 18:42:26 +00:00
ufs/ffs There's no need to use wakeup_one(), here: 2000-06-02 03:26:35 +00:00