History log of /netbsd-src/sys/arch/m68k/m68k/linux_trap.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 3dc24f5a 23-Nov-2009 rmind <rmind@NetBSD.org>

Use lwp_getpcb() on m68k ports, clean from struct user usage.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# eeca2683 10-Feb-2007 tsutsui <tsutsui@NetBSD.org>

Update for newlock2 merge.


# 4d891ed8 22-Jul-2006 tsutsui <tsutsui@NetBSD.org>

KNF and misc cosmetics


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# cfc75547 28-Aug-2004 thorpej <thorpej@NetBSD.org>

Minor style nit.


# ecfb034c 25-Sep-2003 christos <christos@NetBSD.org>

constify siginfo/trapsignal


# 11af0a3c 22-Sep-2003 cl <cl@NetBSD.org>

SA_SIGINFO support for m68k (emul linux)


# 4b2744bf 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# a50e3bc1 17-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 59abdecf 18-Jun-2001 christos <christos@NetBSD.org>

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.

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

show more ...