Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Sun Sep 13 01:45:04 UTC 1998
Modified Files:
src/sys/arch/i386/i386: machdep.c
src/sys/arch/i386/include: signal.h
Log Message:
Fix thinko in last thinko fix. We always have to store an old style
signal mask since a 1.3 binary may attempt to invoke sigreturn(2) directly
for an alternate exit from the signal handler. If we don't do this, it will
get a garbage signal mask if it tries to do that.
Home |
Main Index |
Thread Index |
Old Index