Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: riastradh
Date: Mon May 11 03:59:33 UTC 2020
Modified Files:
src/share/man/man9: condvar.9
src/sys/kern: kern_condvar.c subr_time.c
src/sys/sys: condvar.h timevar.h
Log Message:
Remove timedwaitclock.
This did not fix the bug I hoped it would fix in futex, and needs
more design thought. Might redo it somewhat differently later.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/condvar.9
cvs rdiff -u -r1.51 -r1.52 src/sys/kern/kern_condvar.c
cvs rdiff -u -r1.23 -r1.24 src/sys/kern/subr_time.c
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/condvar.h
cvs rdiff -u -r1.43 -r1.44 src/sys/sys/timevar.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