| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicated empty lines from kern/*.c | Mateusz Guzik | 2020-01-30 | 1 | -1/+0 |
* | Kill tz_minuteswest and tz_dsttime. | Warner Losh | 2019-03-12 | 1 | -4/+1 |
* | Replace the existing print_ct() private debugging function with a set of | Ian Lepore | 2018-02-12 | 1 | -14/+59 |
* | Use const pointers for input data not modified by clock utility functions. | Ian Lepore | 2018-02-06 | 1 | -5/+5 |
* | Add RTC clock conversions for BCD values, with non-panic validation. | Ian Lepore | 2018-01-14 | 1 | -0/+77 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Add common code to support realtime clocks that store year without century. | Ian Lepore | 2017-07-23 | 1 | -3/+12 |
* | Minor optimization: instead of converting between days and years using loops | Ian Lepore | 2017-07-16 | 1 | -4/+23 |
* | Revert r320997. There are reports of it getting the wrong results, so | Ian Lepore | 2017-07-15 | 1 | -23/+4 |
* | Minor optimization: instead of converting between days and years using | Ian Lepore | 2017-07-14 | 1 | -4/+23 |
* | Allow setting debug.clocktime as a tunable. Print 64-bit time_t correctly | Ian Lepore | 2017-07-14 | 1 | -4/+4 |
* | Use time_t for intermediate values to avoid overflow in clock_ts_to_ct | Conrad Meyer | 2017-01-24 | 1 | -1/+15 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Use | Konstantin Belousov | 2016-06-28 | 1 | -2/+2 |
* | For architectures where time_t is wide enough, in particular, 64bit | Konstantin Belousov | 2014-12-12 | 1 | -5/+3 |
* | Fix a 2038 bug. | Brooks Davis | 2014-05-01 | 1 | -1/+2 |
* | Improve style and wording of comments and sysctl descriptions [1]. | Bjoern A. Zeeb | 2011-01-09 | 1 | -12/+11 |
* | Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off. | Bjoern A. Zeeb | 2010-12-09 | 1 | -1/+3 |
* | Fix some more style(9) issues. | Rebecca Cran | 2010-11-14 | 1 | -3/+3 |
* | Fix style(9) issues from r215281 and r215282. | Rebecca Cran | 2010-11-14 | 1 | -1/+2 |
* | Add some descriptions to sys/kern sysctls. | Rebecca Cran | 2010-11-14 | 1 | -3/+3 |
* | Fix an XXX comment by answering 'no'. OS X does not set the day-of-week | Nathan Whitehorn | 2010-10-17 | 1 | -4/+0 |
* | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -7/+2 |
* | fix printf type confusion on amd64 | Poul-Henning Kamp | 2008-04-12 | 1 | -2/+3 |
* | Emit summaries of struct c(alender)t(ime) <-> struct timespec conversions | Poul-Henning Kamp | 2008-04-12 | 1 | -2/+27 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -1/+1 |
* | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+3 |
* | Introduce utc_offset() to capture a calculation currently done all over the | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+7 |
* | Move tz_minuteswest and tz_dsttime to subr_clock.c | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+3 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -143/+22 |
* | Remove more straggling CPU_ macro references | Poul-Henning Kamp | 2006-05-11 | 1 | -4/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+4 |
* | Split the global timezone structure into two integer fields to | Poul-Henning Kamp | 2003-02-03 | 1 | -2/+2 |
* | Use the CPU_* OID constants instead of OID_AUTO for the clock-related | Thomas Moestl | 2002-08-07 | 1 | -3/+6 |
* | Add a generic implementation of inittodr() and resettodr(), as well as | Thomas Moestl | 2002-04-04 | 1 | -0/+316 |