aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/clock.h
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-9/+13
* Better naming of fattime conversion functions, they do convert to timespecPoul-Henning Kamp2006-10-241-2/+2
* Add two new functions to convert FAT filesystem format timestampsPoul-Henning Kamp2006-10-221-0/+3
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-2/+1
* Introduce utc_offset() to capture a calculation currently done all over thePoul-Henning Kamp2006-10-021-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-2/+22
* The year field is the 4 digit year (eg, 2006), not 'year - 1900' (egWarner Losh2006-03-241-1/+1
* Add a generic implementation of inittodr() and resettodr(), as well asThomas Moestl2002-04-041-0/+77