Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/arch/vax



Module Name:    src
Committed By:   snj
Date:           Tue Feb 24 03:01:10 UTC 2009

Modified Files:
        src/sys/arch/vax/conf [netbsd-5]: files.vax
        src/sys/arch/vax/include [netbsd-5]: trap.h
        src/sys/arch/vax/vax [netbsd-5]: db_disasm.h trap.c
Added Files:
        src/sys/arch/vax/vax [netbsd-5]: opcodes.c

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #479):
        sys/arch/vax/conf/files.vax: revision 1.116
        sys/arch/vax/include/trap.h: revision 1.22
        sys/arch/vax/vax/db_disasm.h: revision 1.6
        sys/arch/vax/vax/opcodes.c: revision 1.1
        sys/arch/vax/vax/trap.c: revision 1.117
- 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.112 -r1.112.4.1 src/sys/arch/vax/conf/files.vax
cvs rdiff -r1.21 -r1.21.4.1 src/sys/arch/vax/include/trap.h
cvs rdiff -r1.5 -r1.5.14.1 src/sys/arch/vax/vax/db_disasm.h
cvs rdiff -r0 -r1.1.2.2 src/sys/arch/vax/vax/opcodes.c
cvs rdiff -r1.116 -r1.116.4.1 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