History log of /netbsd-src/lib/libc/gen/clock.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 461a86f9 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# 79b2073e 19-Aug-2003 dsl <dsl@NetBSD.org>

Significantly reduce the non-monotonicity of this function.
The way time is apportioned to interrupt/system/user makes it impossible
to guarantee monotonicity except by saving the previous value!


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# ad4c63a3 30-Mar-1998 kleink <kleink@NetBSD.org>

Need <time.h> for clock() prototype.


# 26cc2d4f 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's


# 63de9506 25-Feb-1995 cgd <cgd@NetBSD.org>

merge with Lite, keep local changes. clean up id usage


# 9c20f740 26-Aug-1993 jtc <jtc@NetBSD.org>

Declare rcsid strings so they are stored in text segment.


# 17bda641 17-Aug-1993 jtc <jtc@NetBSD.org>

The result of clock() is measured in CLOCKS_PER_SECs, not CLK_TCKs.


# f23f94cb 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add even more RCS frobs.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources