CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/08/03 09:19:44
Modified files: regress/sys/kern/kqueue: kqueue-process.c Log message: Improve synchronization between the parent and children. This fixes a spurious test failure spotted by anton@ and eliminates sleeping in the test. Feedback and OK anton@