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:           Wed Jul 17 19:54:31 UTC 2002

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

Log Message:
If a process reciving a signal is a SA process and has no running LWPs,
wake up the idle LWP to take the signal, rather than choosing the first
one sleeping interruptably. This prevents waking up threads whose user-level
signal mask may not include the signal being delivered.


To generate a diff of this commit:
cvs rdiff -r1.112.2.18 -r1.112.2.19 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