aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Address whitespace nits in subr_rtc.cKyle Evans2020-09-281-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Improve error messages from clock_if.m method failures.Konstantin Belousov2018-09-021-1/+4
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-2/+2
* Fix bad indentation. Whitespace only, no functional changes.Ian Lepore2018-02-131-25/+25
* Add a new sysctl, debug.clock_do_io, to allow manully triggering a one-shotIan Lepore2018-02-121-20/+62
* Add a set of convenience routines for RTC drivers to use for debug output,Ian Lepore2018-02-121-0/+58
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add clock_schedule(), a feature that allows realtime clock drivers toIan Lepore2017-07-311-19/+58
* Support multiple realtime clocks, and remove locking/sleeping restrictionsIan Lepore2017-07-121-76/+172
* Make resettodr_lock accessible outside subr_rtc.c. ProtectKonstantin Belousov2016-09-211-1/+3
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Reduce the resettodr_lock scope to only CLOCK_SETTIME() call.Konstantin Belousov2016-07-271-1/+1
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). UseKonstantin Belousov2016-06-281-1/+8
* rtc: fix inverted resolution checkRoger Pau Monné2016-05-041-1/+1
* Core structure and functions to support a feed-forward clock within the kernel.Lawrence Stewart2011-11-191-1/+14
* Add the half of time-of-day clock resolution when we adjust system time fromJung-uk Kim2010-08-121-1/+7
* Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9)Jung-uk Kim2010-08-121-19/+13
* Clean up MI inittodr(9) and kill noop code.Jung-uk Kim2009-03-231-21/+13
* int foo(void) is the proper ANSI function definition when there's noWarner Losh2009-02-031-1/+1
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-0/+7
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-6/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-147/+0
* 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