CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/12/11 00:30:09
Modified files:
sys/sys : proc.h sysctl.h
sys/kern : kern_event.c kern_exec.c kern_exit.c
kern_kthread.c kern_sig.c kern_sysctl.c
sched_bsd.c sys_process.c
sys/dev/pci/drm/scheduler: gpu_scheduler.c
Log message:
Replace p_xstat with ps_xexit and ps_xsig
Convert those to a consolidated status when needed in wait4(), kevent(),
and sysctl()
Pass exit code and signal separately to exit1()
(This also serves as prep for adding waitid(2))
ok mpi@