CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/04/13 13:20:31
Modified files: sys/kern : sys_process.c Log message: For now, direct the kill signal sent by PT_KILL to the thread that made us stop, just like we do for PT_CONTINUE/PT_STEP. The current code isn't ready for directing signals to other threads yet.