Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/compat/irix
Module Name: syssrc
Committed By: manu
Date: Sun Apr 14 21:50:51 UTC 2002
Modified Files:
syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_signal.c
irix_signal.h irix_syscall.h irix_syscallargs.h irix_syscalls.c
irix_sysent.c syscalls.master
Log Message:
IRIX provide a signal trampoline in libc, we now use it.
- the signal trampoline address is given to the kernel by a sigaction()
fourth argument
- we introduce an irix_emuldata structure to keep track of the signal
trampoline address
- we don't support per-sigaction signal trampolines, we only do per-process
- now that we use the IRIX libc signal trampoline, we do not have to handle
the errno update from the signal trampoline
- it is possible that IRIX 5 signal delivery works too, since theses binaries
will come with their own signal trampoline
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/compat/irix/irix_signal.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/compat/irix/irix_signal.h
cvs rdiff -r1.34 -r1.35 syssrc/sys/compat/irix/irix_syscall.h \
syssrc/sys/compat/irix/irix_syscallargs.h \
syssrc/sys/compat/irix/irix_syscalls.c \
syssrc/sys/compat/irix/irix_sysent.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/compat/irix/syscalls.master
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