Source-Changes archive

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

CVS commit: syssrc/sys/kern



Module Name:    syssrc
Committed By:   chs
Date:           Sat Sep 29 21:27:50 UTC 2001

Modified Files:
        syssrc/sys/kern: kern_lock.c

Log Message:
replace wakeup_one() with wakeup().  wakeup_one() can only be used if the
woken-up thread is guaranteed to pass the buck to the next guy before
going back to sleep, and the rest of the lockmgr() code doesn't do that.
from Bill Sommerfeld.  fixes PR 14097.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/kern/kern_lock.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