Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Frank Kardel <kardel@netbsd.org>
List: source-changes
Date: 07/14/2006 23:01:12
Module Name:	src
Committed By:	kardel
Date:		Fri Jul 14 23:01:12 UTC 2006

Modified Files:
	src/sys/kern: kern_tc.c

Log Message:
rename boottimebin to timebasebin as this
struct actually keeps the start of the UTC
time scale and not the boot time. the relationship
is: utc-time = up-time + timebase.
background: when doing an ACPI sleep the uptime
freezes and on wakeup the tc_setclock() leads to
a new timebasebin - this had no relationship with
a boottime as the structure was previously called.

discussed on tech-kern@
anomalies (moving boottime, uptime describing running time)
where discovered by Arnaud Lacombe.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/kern/kern_tc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.