aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Kill tz_minuteswest and tz_dsttime.Warner Losh2019-03-121-4/+1
* Replace the existing print_ct() private debugging function with a set ofIan Lepore2018-02-121-14/+59
* Use const pointers for input data not modified by clock utility functions.Ian Lepore2018-02-061-5/+5
* Add RTC clock conversions for BCD values, with non-panic validation.Ian Lepore2018-01-141-0/+77
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add common code to support realtime clocks that store year without century.Ian Lepore2017-07-231-3/+12
* Minor optimization: instead of converting between days and years using loopsIan Lepore2017-07-161-4/+23
* Revert r320997. There are reports of it getting the wrong results, soIan Lepore2017-07-151-23/+4
* Minor optimization: instead of converting between days and years usingIan Lepore2017-07-141-4/+23
* Allow setting debug.clocktime as a tunable. Print 64-bit time_t correctlyIan Lepore2017-07-141-4/+4
* Use time_t for intermediate values to avoid overflow in clock_ts_to_ctConrad Meyer2017-01-241-1/+15
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). UseKonstantin Belousov2016-06-281-2/+2
* For architectures where time_t is wide enough, in particular, 64bitKonstantin Belousov2014-12-121-5/+3
* Fix a 2038 bug.Brooks Davis2014-05-011-1/+2
* Improve style and wording of comments and sysctl descriptions [1].Bjoern A. Zeeb2011-01-091-12/+11
* Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off.Bjoern A. Zeeb2010-12-091-1/+3
* Fix some more style(9) issues.Rebecca Cran2010-11-141-3/+3
* Fix style(9) issues from r215281 and r215282.Rebecca Cran2010-11-141-1/+2
* Add some descriptions to sys/kern sysctls.Rebecca Cran2010-11-141-3/+3
* Fix an XXX comment by answering 'no'. OS X does not set the day-of-weekNathan Whitehorn2010-10-171-4/+0
* 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