CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/04/14 08:26:39
Modified files: sys/kern : kern_exit.c Log message: If single threading is active, drirect the SIGKILL signal we send to orphaned traced processes to the active thread, otherwise we will deadlock resulting in an unkillable stopped process. ok guenther@