Module Name: src Committed By: jmcneill Date: Thu Dec 15 00:05:18 UTC 2011
Modified Files: src/sys/kern: kern_lwp.c Log Message: In lwp_create, copy l_sigstk from the template. Previously sigaltstack wasn't inherited across fork (but SA_ONSTACK handlers was), causing the child process to crash when the handler is invoked. ok martin@, christos@ To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/kern/kern_lwp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.