CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 10:41:22
Modified files:
sys/kern : kern_sig.c kern_sysctl.c
sys/sys : proc.h sysctl.h
Log message:
Introduce PS_NOBROADCASTKILL a process flag that excludes processes from
receiving broadcast signals (kill -1). The flag can be set via a new
sysctl KERN_PROC_NOBROADCASTKILL. This will be used by iscsid to survive
the mass killing by init(8) when terminating multi-user operations.
With and OK guenther@
