cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c src/sys/powerpc/powerpc trap.c src/sys/kern imgact_elf.c kern_fork.c kern_ktrace.c kern_synch.c kern_thread.c subr_sleepqueue.c subr_tra

2007-11-13 Thread Julian Elischer
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2007-08-14 Thread John Baldwin
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2007-07-26 Thread John Baldwin
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2007-03-26 Thread Kris Kennaway
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/kern kern_thread.c src/sys/nfsclient nfs_socket.c nfs_subs.c nfs_vnops.c nfsnode.h src/sys/powerpc/powe

2007-03-08 Thread Mohan Srinivasan
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2006-08-14 Thread Alan Cox
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2005-11-28 Thread John Baldwin
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2005-11-28 Thread John Baldwin
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

cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

2005-11-18 Thread John Baldwin
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