Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [nathanw_sa] syssrc/sys/kern



Module Name:    syssrc
Committed By:   nathanw
Date:           Thu May 23 19:09:27 UTC 2002

Modified Files:
        syssrc/sys/kern [nathanw_sa]: kern_sig.c

Log Message:
Allow stop signals to act on processes whose LWPs are all sleeping
uninterruptably.

Suspend LWPs in a process dumping core, rather than simply clearing
the L_DETACHED flag; their trap frames, and therefore kernel stacks,
need to stick around until coredump() gets around to writing them out.


To generate a diff of this commit:
cvs rdiff -r1.112.2.15 -r1.112.2.16 syssrc/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index