CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/08 06:02:24
Modified files:
sys/kern : kern_exit.c kern_fork.c sys_process.c
sys/sys : proc.h
Log message:
Replace ps_oppid (old parent pid) with ps_opptr (a pointer to the old parent
process struct).
This simplifies some code and removes the no need to call prfind in
process_untrace().
OK mpi@
