summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clock.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275727:kib2014-12-191-5/+3
* MFC r265201brooks2014-05-081-1/+2
* Improve style and wording of comments and sysctl descriptions [1].bz2011-01-091-12/+11
* Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off.bz2010-12-091-1/+3
* Fix some more style(9) issues.brucec2010-11-141-3/+3
* Fix style(9) issues from r215281 and r215282.brucec2010-11-141-1/+2
* Add some descriptions to sys/kern sysctls.brucec2010-11-141-3/+3
* Fix an XXX comment by answering 'no'. OS X does not set the day-of-weeknwhitehorn2010-10-171-4/+0
* 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