CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/08/26 00:50:30
Modified files: regress/sys/kern/futex: futex.c futex.h Log message: Add test cases for private versus non-private futexes. While here, fix timeout handling in futex_twait(), and fix the return value of functions awakener() and signaled(). OK mpi@