Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Sat Dec  5 22:38:19 UTC 2009

Modified Files:
        src/sys/kern: kern_condvar.c kern_synch.c
        src/sys/sys: condvar.h

Log Message:
tsleep() on lbolt is now illegal.  Convert cv_wakeup(&lbolt) to
cv_broadcast(&lbolt) and get rid of the prior.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/kern_condvar.c
cvs rdiff -u -r1.272 -r1.273 src/sys/kern/kern_synch.c
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/condvar.h

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