Module Name: src Committed By: jmcneill Date: Tue Aug 23 14:37:50 UTC 2011
Modified Files: src/sys/arch/usermode/dev: clock.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: host and userkernel timespec might differ in size (because of time_t) so instead of thunk_clock_getres() filling in a timespec, use instead thunk_clock_getres_monotonic() that returns the resolution as a long To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/usermode/dev/clock.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/include/thunk.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/usermode/usermode/thunk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.