Module Name: src Committed By: pooka Date: Sun Apr 28 13:37:52 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser_pth.c src/sys/rump/librump/rumpkern: locks.c locks_up.c ltsleep.c Log Message: Change rumpuser_cv_timedwait() from absolute time to relative time. It's then the hypervisor's problem to translate it accordingly. Now we no longer have to worry about the kernel having to know the hypervisor's time and vice versa. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/librumpuser/rumpuser_pth.c cvs rdiff -u -r1.57 -r1.58 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpkern/locks_up.c cvs rdiff -u -r1.30 -r1.31 src/sys/rump/librump/rumpkern/ltsleep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.