DragonFly commits List (threaded) for 2008-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/emulation/linux/i386 linux_sysvec.c src/sys/kern kern_sig.c src/sys/platform/pc32/i386 machdep.c src/sys/platform/pc64/amd64 cpu_regs.c src/sys/platform/vkernel/i386 cpu_regs.c src/sys/sys signalvar.h
dillon 2008/04/21 08:47:58 PDT
DragonFly src repository
Modified files:
sys/emulation/linux/i386 linux_sysvec.c
sys/kern kern_sig.c
sys/platform/pc32/i386 machdep.c
sys/platform/pc64/amd64 cpu_regs.c
sys/platform/vkernel/i386 cpu_regs.c
sys/sys signalvar.h
Log:
Pass the current LWP to sigexit() instead of the current process. Remove
the left-over hack in sigexit() that was using the first LWP instead of
the one that actually caused the core dump.
This way a GDB of the core will properly observe the thread that actually
caused the core-dump.
Revision Changes Path
1.31 +2 -2 src/sys/emulation/linux/i386/linux_sysvec.c
1.89 +4 -4 src/sys/kern/kern_sig.c
1.131 +1 -1 src/sys/platform/pc32/i386/machdep.c
1.6 +1 -1 src/sys/platform/pc64/amd64/cpu_regs.c
1.27 +1 -1 src/sys/platform/vkernel/i386/cpu_regs.c
1.23 +1 -1 src/sys/sys/signalvar.h
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_sysvec.c.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sig.c.diff?r1=1.88&r2=1.89&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc32/i386/machdep.c.diff?r1=1.130&r2=1.131&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc64/amd64/cpu_regs.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/platform/vkernel/i386/cpu_regs.c.diff?r1=1.26&r2=1.27&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/signalvar.h.diff?r1=1.22&r2=1.23&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]