Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/sys
Module Name: syssrc
Committed By: simonb
Date: Thu Jan 31 00:13:08 UTC 2002
Modified Files:
basesrc/lib/libc/sys: clock_settime.2
syssrc/sys/kern: kern_time.c
syssrc/sys/sys: time.h
Log Message:
Implement the CLOCK_MONOTONIC clock for the posix/opengroup realtime
clock_() functions. This simply returns the kernel mono_time variable.
As discussed on tech-kern.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/sys/clock_settime.2
cvs rdiff -r1.60 -r1.61 syssrc/sys/kern/kern_time.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/sys/time.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