CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2023/02/15 13:43:41
Modified files: sys/kern : kern_synch.c Log message: Relax kernel lock assertion within tsleep(9). The `nowake' channel is the special case which doesn't expect wakeup(9), so allow to use it without kernel lock held. Discussed with and ok by claudio@