CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/01/24 23:12:13
Modified files: sys/kern : kern_sig.c Log message: A signal handled by __thrsigdivert() shouldn't be marked pending for the thread handling it. Otherwise (i.e., no sig divert), prefer to deliver a process-aimed signal to some thread which doesn't have the signal blocked. ok tedu@