1:1 Userland threading stage 2.19/4:
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 21 Feb 2007 15:45:37 +0000 (15:45 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 21 Feb 2007 15:45:37 +0000 (15:45 +0000)
commit7d20a8ff44c307308d7d952dbac91530be338ec6
tree078fcab62cb3b9b57b2456287c8227c883108da7
parentcbcd213cac1c903ef0cd5dbc956e5ee5a7b07cc9
1:1 Userland threading stage 2.19/4:

Move p_sig and p_code to struct lwp and add comment for them.
Make elf coredumps and checkpointing more lwp-aware.
Pass the signal responsible for the coredump down to the service routine.
sys/kern/imgact_elf.c
sys/kern/kern_checkpoint.c
sys/kern/kern_sig.c
sys/sys/imgact_elf.h
sys/sys/proc.h
sys/sys/signalvar.h
sys/sys/sysent.h