julian 2007-11-14 06:51:33 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
sys/powerpc/powerpc trap.c
sys/kern imgact_elf.c kern_fork.c kern_ktrace.c
kern_synch.c kern_thread.c
jhb 2007-08-14 19:42:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
MFC: Handle negative trap numbers (due to a corrupted trapframe) by not
triggering a nested page fault when indexin
jhb 2007-07-26 15:32:55 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
If the trap number stored in the trapframe is corrupted into a negative
value, then we would use a negative index into the trap_msg[] array
kris2007-03-26 21:45:44 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTIC
code.
# There is some question about whether this code is even re
mohans 2007-03-09 04:02:38 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
sys/ia64/ia64trap.c
sys/kern kern_thread.c
sys/nfsclientnfs_socket.c nfs_subs.c nfs_vnops.c
alc 2006-08-14 19:53:53 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
Eliminate an unnecessary initialization from trap_pfault() that also
happens to contain a style error.
Revision ChangesPath
1.310
jhb 2005-11-28 20:03:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
MFC: Always print the trap number for fatal traps and add trap messages
for T_XMMFLT and T_RESERVED.
Revision
jhb 2005-11-28 20:03:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
MFC: Always print the trap number for fatal traps and add trap messages
for T_XMMFLT and T_RESERVED.
Revision
jhb 2005-11-18 19:26:47 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386trap.c
Log:
- Always print the trap number so that we have something to start with for
mystery traps. If we don't have a message for a given trap, jus