CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/03/25 23:27:18
Modified files: sys/kern : kern_sig.c Log message: Simply cansignal(), passing it processes instead of procs and dropping the pcred argument. Fix handling of kill(-1, sig) from a thread other than the original thread. ok deraadt@