CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/09 13:57:38
Modified files:
sys/sys : signalvar.h
sys/kern : kern_fork.c kern_kthread.c kern_sig.c
Log message:
Change fork1() and kthread_create() to match the rest of the tree
and use curp vs p instead of p1 vs p2. Add curpr and pr variables
for the respective struct processes. Make sigactsshare() return
the shared sigacts intead of taking the struct proc to update.
ok deraadt@
