aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/clock.h
Commit message (Expand)AuthorAgeFilesLines
* Kill tz_minuteswest and tz_dsttime.Warner Losh2019-03-121-6/+0
* Add a set of convenience routines for RTC drivers to use for debug output,Ian Lepore2018-02-121-0/+12
* Replace the existing print_ct() private debugging function with a set ofIan Lepore2018-02-121-0/+9
* Use const pointers for input data not modified by clock utility functions.Ian Lepore2018-02-061-6/+8
* Add RTC clock conversions for BCD values, with non-panic validation.Ian Lepore2018-01-141-3/+53
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add clock_schedule(), a feature that allows realtime clock drivers toIan Lepore2017-07-311-3/+11
* Support multiple realtime clocks, and remove locking/sleeping restrictionsIan Lepore2017-07-121-2/+28
* Make resettodr_lock accessible outside subr_rtc.c. ProtectKonstantin Belousov2016-09-211-0/+1
* 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