CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/22 16:20:19
Modified files:
sys/kern : kern_fork.c kern_sig.c
sys/sys : proc.h signalvar.h
Log message:
Move struct proc's sigaltstack struct from the zeroed area into the
copied area, and initialize it properly in the FORK_THREAD case.
This restores the behavior of a forked process inheriting its parent's
signal stack.
ok guenther@
