CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/03 23:03:26
Modified files:
sys/kern : init_main.c kern_fork.c kern_kthread.c
kern_sched.c kern_sig.c kern_sysctl.c
sys_process.c
sys/sys : proc.h
Log message:
Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM,
and FORK_SYSTEM as a flag to set them. This eliminates needing to
peek into other processes threads in various places. Inspired by NetBSD
ok miod@ matthew@
