Module Name: src Committed By: apb Date: Fri Mar 8 08:35:09 UTC 2013
Modified Files: src/sys/kern: kern_condvar.c kern_sleepq.c Log Message: Add comments saying that a cv_timedwait and sleepq_block interpret timo = 0 as an infinite timeout. This is already documented in the cv_timedwait(9) man page, and there is no sleeq_block(9) man page. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/kern/kern_condvar.c cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_sleepq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.