Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax
Module Name: src
Committed By: mjf
Date: Tue Jan 13 23:56:13 UTC 2009
Modified Files:
src/sys/arch/vax/conf: files.vax
src/sys/arch/vax/include: signal.h
src/sys/arch/vax/vax: sig_machdep.c
Added Files:
src/sys/arch/vax/vax: compat_13_machdep.c compat_16_machdep.c
Log Message:
- Separate the COMPAT_13 and COMPAT_16 code into their own files and
compile them only when the relevant config options are set.
- Provide a sendsig_sigcontext() implementation using the existing vax
signal code; it already does the correct thing.
To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/arch/vax/conf/files.vax
cvs rdiff -r1.14 -r1.15 src/sys/arch/vax/include/signal.h
cvs rdiff -r0 -r1.1 src/sys/arch/vax/vax/compat_13_machdep.c \
src/sys/arch/vax/vax/compat_16_machdep.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/vax/vax/sig_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