Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/vax/vax



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.




Home | Main Index | Thread Index | Old Index