Subject: CVS commit: syssrc/sys/arch/vax/vax
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 09/12/2002 21:22:24
Module Name:	syssrc
Committed By:	ragge
Date:		Thu Sep 12 18:22:24 UTC 2002

Modified Files:
	syssrc/sys/arch/vax/vax: machdep.c

Log Message:
Fix a signal handler bug originally reported by Hugh Graham some year ago:
If two signals are sent after each other without the process being run in
userspace between them then the second one will overwrite part of the signal
info stored on the userstack.
Fixed by rewriting and simplifying both the signal delivery code and the
trampoline code. Also bump signal version number to 2.


To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 syssrc/sys/arch/vax/vax/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.