History log of /netbsd/sys/arch/alpha/alpha/linux_trap.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 498ef96f 21-Nov-2009 rmind <rmind@NetBSD.org>

- Use lwp_getpcb() on Alpha.
- Replace and clean struct user usage, slightly simplify some code parts.
- Include sys/user.h in MD proc.h .


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

Remove clause 3 and 4 from TNF licenses


# b07ec3fc 09-Feb-2007 ad <ad@NetBSD.org>

Merge newlock2 to head.


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

merge ktrace-lwp.


# 8d474d5a 07-Oct-2003 skd <skd@NetBSD.org>

Siginfo changes for alpha kernel. Approved by thorpej@netbsd.org.


# 10926a71 14-Jul-2003 lukem <lukem@NetBSD.org>

add __KERNEL_RCSID() (using 1, for #included .c files)


# 23bc2503 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 ...