NetBSD/sys/arch/m68k
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
..
060sp Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
conf Unification of the m68k syscall() function. 2000-12-19 21:09:54 +00:00
fpe Don't use the frames' provided EA yet; something is wrong. 2001-03-01 22:01:52 +00:00
fpsp Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
include Don't need to prototype child_return() here, it's in <sys/proc.h>. 2001-06-14 22:56:55 +00:00
m68k Add a linux specific trapsignal() function. This is just a passthrough 2001-06-18 02:04:42 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00