Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/acorn26/acorn26
Module Name: src
Committed By: bjh21
Date: Sun Sep 24 21:42:06 UTC 2006
Modified Files:
src/sys/arch/acorn26/acorn26: except.c
Log Message:
Turn address exceptions into SIGSEGV rather than SIGBUS, since they're really
just attempts to access unmapped (and incidentally unmappable) memory,
rather than anything special.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/acorn26/acorn26/except.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