index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
clock_subr.h
Age
Commit message (
Expand
)
Author
2020-01-01
Pull in <sys/stdbool.h>.
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
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2014-11-20
kill the macros that called the inlines bcdtobin and bintobcd and define
christos
2014-11-20
provide forward declaration for struct timeval;
christos
2014-11-17
PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros
christos
2014-09-07
Avoid overflowing the "year" value by making the field uint64_t. Adapt
martin
2009-12-12
Remove `volatile' qualifier from argument types of
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-09-16
Pass the filesystem time to clock drivers in the todr_chip_handle, so that
gdamore
2006-09-10
dsrtc_settime already takes a volatile struct timeval *, also qualify
gavan
2006-09-07
Make timeval argument to todr_settime volatile to keep non-timecounter
uwe
2006-09-07
Add support for new todr entry points for drivers- todr_gettime_ymdhms and
gdamore
2006-09-04
Remove unused todr_setcal/todr_getcal and all the assorted stub
gdamore
2006-03-11
Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s
kleink
2005-12-11
merge ktrace-lwp.
christos
2005-06-04
Fix the various todr_gettime() and todr_settime() fallouts from
he
2005-02-04
de-__P
perry
2003-07-18
Rename clock_rtc_config() to todr_attach().
thorpej
2003-07-18
Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.
thorpej
2003-01-06
Add multiple inclusion protection.
matt
2000-10-03
Move #define POSIX_BASE_YEAR to clock_subr.h.
tsutsui
2000-10-03
For SECDAY, use "24 * 60 * 60" rather than "86400".
tsutsui
2000-09-01
Add support for write protecting clock registers.
eeh
2000-07-26
No point in forcing SECDAY to be a long int.
pk
2000-07-25
Define the todr(9) interface.
pk
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1997-02-19
Shared functions to convert between year/month/day/hour/minute/second
gwr