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:           Fri Jan 18 20:58:01 UTC 2002

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

Log Message:
The p->p_nrlwps check makes checking the run state of a specific LWP
redundant at best, and incorrect at worst if curproc is something
other than the process where the signal is being delivered. Remove it
entirely.

Problem pointed out by petrov%netbsd.org.@localhost


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