CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2012/10/17 17:58:25
Modified files: sys/kern : kern_bufq.c Log message: use wakeup here, not wakeup_one - avoids problem of not waking up writers when there are more of them than size of queue waiting, and nothing else going on. ok miod@ kettenis@