| Age | Commit message (Expand) | Author |
| 2021-04-03 | Print the "preposterous TOD clock time" message only if the RTC is | simonb |
| 2020-01-03 | - In todr_gettime(), in the todr_gettime_ymdhms, pre-zero the clock_ymdhms | thorpej |
| 2020-01-01 | Now that we know if we're shutting down, enable locking in resettodr(). | thorpej |
| 2020-01-01 | First steps towards properly serializing access to the TOD clock. | thorpej |
| 2020-01-01 | Fix some issues around todr_wenable(): | thorpej |
| 2020-01-01 | todr_gettime() and todr_settime() are not referenced outside of kern_todr.c, | thorpej |
| 2020-01-01 | Remove superfluous splclock()/splx() pair around tc_setclock(). | thorpej |
| 2019-07-07 | The whole 'tv' structure gets added to the RND pool, so clear it first, | maxv |
| 2015-04-13 | <sys/rnd.h> -> <sys/rndsource.h> in kern_todr.c. | riastradh |
| 2015-01-11 | defflag TODR_DEBUG | jmcneill |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 2014-10-12 | fix compilation with TODR_DEBUG | jmcneill |
| 2013-08-29 | Mix in boot time (wherever we may find it). Helps avoid predictable output | tls |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-01-02 | Update default TOD value to 2010/01/01 12:00:00. | tsutsui |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-12-12 | Use bool where appropriate. | tsutsui |
| 2009-12-12 | Don't use int to get delta of time_t values. | tsutsui |
| 2009-03-21 | Fix 'boot -z' bogons. | ad |
| 2009-02-14 | remove 2038 comment | christos |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-22 | reduce #ifdef __HAVE_TIMECOUNTER. | yamt |
| 2007-11-29 | Pull in sys/intr.h | ad |
| 2006-09-24 | Minor KNF, replace some spaces with tabs. | peter |
| 2006-09-20 | Tweak some debug messages. | tsutsui |
| 2006-09-16 | Pass the filesystem time to clock drivers in the todr_chip_handle, so that | gdamore |
| 2006-09-12 | Comment nit (remove first person), from simon@. | gdamore |
| 2006-09-12 | Centralize rtc_offset handling for ports that __HAVE_GENERIC_TODR and use | gdamore |
| 2006-09-12 | Remove attempt to incorrectly support fictional double leap seconds. | gdamore |
| 2006-09-12 | Fix to compile on platforms without __HAVE_GENERIC_TODR. Sorry about | gdamore |
| 2006-09-12 | Add some optional debug (enabled with TODR_DEBUG) to see what your RTC | gdamore |
| 2006-09-11 | Don't bother checking wday, that breaks some clock chips. Thank to Kurt Schr... | gdamore |
| 2006-09-10 | Allow for leap seconds. | gdamore |
| 2006-09-10 | dsrtc_settime already takes a volatile struct timeval *, also qualify | gavan |
| 2006-09-10 | - add more sanity checks (from playstation2/clock.c) | tsutsui |
| 2006-09-07 | Run tc_setclock at splclock(). Suggested by kardel@. | gdamore |
| 2006-09-07 | Now compiles on systems without __HAVE_GENERIC_TODR | dogcow |
| 2006-09-07 | Eliminate the 2038 year check, because clock_ymdhms_to_sec already performs | gdamore |
| 2006-09-07 | Add a few consistency checks for ymdhms. Taken from the mc146818 code. | gdamore |
| 2006-09-07 | Make timeval argument to todr_settime volatile to keep non-timecounter | uwe |
| 2006-09-07 | Mark sizeof(tvp->tv_sec) check CONSTCOND. | uwe |
| 2006-09-07 | Add support for new todr entry points for drivers- todr_gettime_ymdhms and | gdamore |
| 2006-09-05 | Before calling todr_gettime, fill in tv.tv_sec. At least one port (vax) | matt |
| 2006-09-03 | Update the base time (used when no filesystem or rtc time exists) to 12pm, | gdamore |
| 2006-09-03 | Don't warn about RTC losing/gaining days if the filesystem time is bogus. | gdamore |
| 2006-09-03 | Incorporate changes from x86/i386 as follows: | gdamore |
| 2006-09-02 | Add MI implementation of inittodr, todr_attach, and resettodr. | gdamore |