summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-7/+2
* fix printf type confusion on amd64phk2008-04-121-2/+3
* Emit summaries of struct c(alender)t(ime) <-> struct timespec conversionsphk2008-04-121-2/+27
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-1/+1
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-3/+3
* Introduce utc_offset() to capture a calculation currently done all over thephk2006-10-021-0/+7
* Move tz_minuteswest and tz_dsttime to subr_clock.cphk2006-10-021-0/+3
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-143/+22
* Remove more straggling CPU_ macro referencesphk2006-05-111-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Use __FBSDID().obrien2003-06-111-2/+4
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedtmm2002-08-071-3/+6
* Add a generic implementation of inittodr() and resettodr(), as well astmm2002-04-041-0/+316
OpenPOWER on IntegriCloud