summaryrefslogtreecommitdiff
path: root/sys/kern/subr_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-7/+2
* fix printf type confusion on amd64Poul-Henning Kamp2008-04-121-2/+3
* Emit summaries of struct c(alender)t(ime) <-> struct timespec conversionsPoul-Henning Kamp2008-04-121-2/+27
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-1/+1
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-3/+3
* Introduce utc_offset() to capture a calculation currently done all over thePoul-Henning Kamp2006-10-021-0/+7
* Move tz_minuteswest and tz_dsttime to subr_clock.cPoul-Henning Kamp2006-10-021-0/+3
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-143/+22
* Remove more straggling CPU_ macro referencesPoul-Henning Kamp2006-05-111-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+2
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedThomas Moestl2002-08-071-3/+6
* Add a generic implementation of inittodr() and resettodr(), as well asThomas Moestl2002-04-041-0/+316