Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump
Module Name: src
Committed By: pooka
Date: Sat Feb 7 01:50:29 UTC 2009
Modified Files:
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: emul.c intr.c locks.c rump_private.h
src/sys/rump/librump/rumpuser: rumpuser_pth.c
Log Message:
Make the clock interrupt tick based on absolute time instead of
relative time. This prevents drifting. Also, keep track of time
within userspace, so we do not have to make a syscall to get the
clock value. This is approximately 7 times cheaper, but on the
negative side is limited to the clock interrupt frequency.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -r1.76 -r1.77 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.13 -r1.14 src/sys/rump/librump/rumpkern/intr.c
cvs rdiff -r1.26 -r1.27 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -r1.23 -r1.24 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r1.27 -r1.28 src/sys/rump/librump/rumpuser/rumpuser_pth.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