Source-Changes archive

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

CVS commit: basesrc/lib/libc/arch/vax/sys



Module Name:    basesrc
Committed By:   ragge
Date:           Thu Sep 12 18:28:23 UTC 2002

Modified Files:
        basesrc/lib/libc/arch/vax/sys: __sigaction14_sigtramp.c
Added Files:
        basesrc/lib/libc/arch/vax/sys: __sigtramp.S
Removed Files:
        basesrc/lib/libc/arch/vax/sys: __sigtramp1.S

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.
Rename __sigtramp1.S to __sigtramp.S.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/vax/sys/__sigaction14_sigtramp.c
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/vax/sys/__sigtramp.S
cvs rdiff -r1.1 -r0 basesrc/lib/libc/arch/vax/sys/__sigtramp1.S

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