Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index