summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Usekib2016-06-281-1/+8
* rtc: fix inverted resolution checkroyger2016-05-041-1/+1
* Core structure and functions to support a feed-forward clock within the kernel.lstewart2011-11-191-1/+14
* Add the half of time-of-day clock resolution when we adjust system time fromjkim2010-08-121-1/+7
* Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9)jkim2010-08-121-19/+13
* Clean up MI inittodr(9) and kill noop code.jkim2009-03-231-21/+13
* int foo(void) is the proper ANSI function definition when there's noimp2009-02-031-1/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-0/+7
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-6/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-147/+0
* 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