CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/15 08:47:37
Modified files:
sys/kern : kern_exit.c kern_fork.c kern_proc.c
kern_sysctl.c
sys/sys : proc.h
Log message:
Introduce priterator(), the `ps_list' iterator. Some of `allprocess'
list walkthroughs have context switch within, so make exit1() wait
until the last reference released.
Reported-by: [email protected]
ok bluhm claudio
