CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/09 00:31:53
Modified files:
sys/sys : proc.h
sys/kern : init_main.c kern_exit.c kern_fork.c
Log message:
Put a reference count in struct process to prevent use-after-free
if the main thread reaches the reaper ahead of some other thread
in the process.
ok art@ tedu@
