| Commit message (Expand) | Author | Age | Files | Lines |
* | Address whitespace nits in subr_rtc.c | Kyle Evans | 2020-09-28 | 1 | -2/+2 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+2 |
* | Improve error messages from clock_if.m method failures. | Konstantin Belousov | 2018-09-02 | 1 | -1/+4 |
* | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -2/+2 |
* | Fix bad indentation. Whitespace only, no functional changes. | Ian Lepore | 2018-02-13 | 1 | -25/+25 |
* | Add a new sysctl, debug.clock_do_io, to allow manully triggering a one-shot | Ian Lepore | 2018-02-12 | 1 | -20/+62 |
* | Add a set of convenience routines for RTC drivers to use for debug output, | Ian Lepore | 2018-02-12 | 1 | -0/+58 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Add clock_schedule(), a feature that allows realtime clock drivers to | Ian Lepore | 2017-07-31 | 1 | -19/+58 |
* | Support multiple realtime clocks, and remove locking/sleeping restrictions | Ian Lepore | 2017-07-12 | 1 | -76/+172 |
* | Make resettodr_lock accessible outside subr_rtc.c. Protect | Konstantin Belousov | 2016-09-21 | 1 | -1/+3 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Reduce the resettodr_lock scope to only CLOCK_SETTIME() call. | Konstantin Belousov | 2016-07-27 | 1 | -1/+1 |
* | Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Use | Konstantin Belousov | 2016-06-28 | 1 | -1/+8 |
* | rtc: fix inverted resolution check | Roger Pau Monné | 2016-05-04 | 1 | -1/+1 |
* | Core structure and functions to support a feed-forward clock within the kernel. | Lawrence Stewart | 2011-11-19 | 1 | -1/+14 |
* | Add the half of time-of-day clock resolution when we adjust system time from | Jung-uk Kim | 2010-08-12 | 1 | -1/+7 |
* | Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9) | Jung-uk Kim | 2010-08-12 | 1 | -19/+13 |
* | Clean up MI inittodr(9) and kill noop code. | Jung-uk Kim | 2009-03-23 | 1 | -21/+13 |
* | int foo(void) is the proper ANSI function definition when there's no | Warner Losh | 2009-02-03 | 1 | -1/+1 |
* | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -0/+7 |
* | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -6/+2 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -147/+0 |
* | 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 |