CVSROOT: /cvs Module name: src Changes by: clud...@cvs.openbsd.org 2025/08/01 13:00:38
Modified files: sys/kern : subr_pool.c Log message: pool: Check early that we can sleep Check early that we actuallly are in a sleepable context in pool_get(). There is an equivalent check in malloc(). from jsg@, ok jca@