summaryrefslogtreecommitdiff
path: root/sys/dev/clock_subr.h
AgeCommit message (Expand)Author
2020-01-01Pull in <sys/stdbool.h>.thorpej
2020-01-01First steps towards properly serializing access to the TOD clock.thorpej
2020-01-01Fix some issues around todr_wenable():thorpej
2020-01-01todr_gettime() and todr_settime() are not referenced outside of kern_todr.c,thorpej
2018-04-19s/static inline/static __inline/g for consistency.christos
2014-11-20kill the macros that called the inlines bcdtobin and bintobcd and definechristos
2014-11-20provide forward declaration for struct timeval;christos
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-09-07Avoid overflowing the "year" value by making the field uint64_t. Adaptmartin
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-09-16Pass the filesystem time to clock drivers in the todr_chip_handle, so thatgdamore
2006-09-10dsrtc_settime already takes a volatile struct timeval *, also qualifygavan
2006-09-07Make timeval argument to todr_settime volatile to keep non-timecounteruwe
2006-09-07Add support for new todr entry points for drivers- todr_gettime_ymdhms andgdamore
2006-09-04Remove unused todr_setcal/todr_getcal and all the assorted stubgdamore
2006-03-11Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'skleink
2005-12-11merge ktrace-lwp.christos
2005-06-04Fix the various todr_gettime() and todr_settime() fallouts fromhe
2005-02-04de-__Pperry
2003-07-18Rename clock_rtc_config() to todr_attach().thorpej
2003-07-18Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.thorpej
2003-01-06Add multiple inclusion protection.matt
2000-10-03Move #define POSIX_BASE_YEAR to clock_subr.h.tsutsui
2000-10-03For SECDAY, use "24 * 60 * 60" rather than "86400".tsutsui
2000-09-01Add support for write protecting clock registers.eeh
2000-07-26No point in forcing SECDAY to be a long int.pk
2000-07-25Define the todr(9) interface.pk
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-02-19Shared functions to convert between year/month/day/hour/minute/secondgwr