Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/04/2004 00:05:58
Module Name: src
Committed By: matt
Date: Thu Mar 4 00:05:58 UTC 2004
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
Look at _UC_STACK to decide whether the process' SS_ONSTACK state needs to
be updated. (This is needed to be compatible with how pre-SIGINFO signals
operated. If you siglongjmp out of a signal handler, the SS_ONSTACK state
needs to be cleared. This commit restores that functionality).
To generate a diff of this commit:
cvs rdiff -r1.184 -r1.185 src/sys/kern/kern_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.