CVSROOT: /cvs Module name: src Changes by: jer...@cvs.openbsd.org 2015/07/20 12:58:53
Modified files: sys/kern : kern_tame.c Log message: Allow the sched_yield, __thrsleep, __thrwakeup, and __threxit syscalls when using tame(2). This allows threaded programs to work. OK deraadt@