NetBSD/sys/arch/i386
christos 59abdecf4b Add a linux specific trapsignal() function. This is just a passthrough
on all platforms but the i386. On the i386 we look at T_PROTFLT and send
a SIGSEGV instead of SIGBUS. This makes allegro lisp 5.0 and pvs (a proof
verification system) to work.

XXX[1]: We need to go through each architecture and verify that we send
        the correct signal on each trap type.
XXX[2]: trap.c on all other architectures but i386 needs to be modified
        to s/trapsignal/(*p->p_emul->e_trapsignal)/g
2001-06-18 02:04:42 +00:00
..
bioscall regen: add support for getting %es value from the bios call 2001-05-02 13:13:48 +00:00
compile
conf Add an e_trapsignal member to struct emul, so that emulated processes can 2001-06-18 02:00:48 +00:00
eisa delint: don't try & return something from void eisa_intr_disestablish() 2001-05-15 15:07:37 +00:00
gdbscripts
i386 Add a linux specific trapsignal() function. This is just a passthrough 2001-06-18 02:04:42 +00:00
include Add %fs/%gs to trap frame and save/restore them on 2001-06-17 21:01:32 +00:00
isa withough -> without 2001-06-13 10:45:57 +00:00
mca Compact the BIOS CFG printout 2001-05-14 14:14:09 +00:00
pci Search the entire device-space of bus 0 if the router device 2001-05-16 08:10:36 +00:00
pnpbios Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
stand use hd0a instead sd0a in 'help' command example 2001-06-02 14:56:13 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00