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:   christos
Date:           Mon Feb 16 23:55:31 UTC 2009

Modified Files:
        src/sys/arch/vax/conf: files.vax
        src/sys/arch/vax/include: trap.h
        src/sys/arch/vax/vax: db_disasm.h trap.c
Added Files:
        src/sys/arch/vax/vax: opcodes.c

Log Message:
- add siginfo translation for all arithmetic faults and traps.
- skip the current instruction for all faults, to avoid infinite loops on
  SIGFPE (from OpenBSD)
Info from: 
http://bitsavers.vt100.net/pdf/dec/vax/archSpec/EK-VAXAR-RM-001_Arch_May82.pdf


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/sys/arch/vax/conf/files.vax
cvs rdiff -r1.21 -r1.22 src/sys/arch/vax/include/trap.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/vax/vax/db_disasm.h
cvs rdiff -r0 -r1.1 src/sys/arch/vax/vax/opcodes.c
cvs rdiff -r1.116 -r1.117 src/sys/arch/vax/vax/trap.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