Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/07/2006 00:10:49
Module Name:	src
Committed By:	gdamore
Date:		Thu Sep  7 00:10:49 UTC 2006

Modified Files:
	src/sys/dev: clock_subr.h
	src/sys/kern: kern_todr.c

Log Message:
Add support for new todr entry points for drivers- todr_gettime_ymdhms and
todr_settime_ymdhms.  This allows drivers to avoid repeated conversions, and
allows us to centralize check for Y2038 overflow.   As discussed on
tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/clock_subr.h
cvs rdiff -r1.5 -r1.6 src/sys/kern/kern_todr.c

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