|
Changelog for uml-patch-2.4.9-9.bz2
Release Date : Sep 22 2001
Released By : jdike
-
sigaltstack now works properly
-
setup_signal_stack now constructs a signal frame for the use of sigaltstack.
It is copied onto the stack registered by the process as the alternate
signal stack.
-
diff_stacks is split out of setup_kernel_stack and is now shared between
it and setup_signal_stack.
-
Cleaned up the signal deliver code some more.
-
probe_stack now returns -EFAULT if any of the probes fail.
-
handle_signal now returns 1 if the signal couldn't be delivered, and in this
case, it queues a SIGSEGV to kill the process.
|