freebsd-skq/sys/i386
Bruce Evans 98bcdec469 If trap() is called when ddb is active, then go directly to trap_fatal();
do not blunder around enabling interrupts and running trap handlers.
trap_pfault() will normally pass control to ddb's fault handler which
will normally do the right thing.

This bug is very old. but in old versions of FreeBSD it is probably only
serious for trap handling that involves sleeping.  In -current, attempting
to examine unmapped memory while stopped at a breakpoint at mi_switch()
was always fatal.
2002-06-12 13:30:52 +00:00
..
acpica Make this compile with gcc-3.1, which objects to the multi-line string. 2002-05-19 06:42:29 +00:00
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
i386 If trap() is called when ddb is active, then go directly to trap_fatal(); 2002-06-12 13:30:52 +00:00
ibcs2 Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
include Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
isa Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
pci Use a common function to map the bogus intlines. 2002-06-01 05:14:11 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00