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.c
Age
Commit message (
Expand
)
Author
2016-08-15
Fix leap year handling for years 2100 and greater.
jakllsch
2014-12-22
use symbolic constants (Kamil Rytarowski)
christos
2014-11-17
Needs sys/clock.h. Use a relative include path here to ease src/tools
joerg
2014-11-17
make this compile again.
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
2014-09-06
Counting leap years was fine while we had 32bit time_t - but now it
martin
2014-09-01
If HAVE_NBTOOL_CONFIG_H is set, then include "nbtool_config.h",
apb
2014-09-01
Revert previous; test secs > __type_max(time_t) again, now
apb
2014-09-01
Reformulate an overflow test so it can be used in tool builds (i.e. does
martin
2014-08-31
Make this compile- and usable from userland as well.
martin
2011-02-08
Remove clause 3 (UCB advertising clause) from the University of Utah
rmind
2009-12-12
Use time_t to calculate days and secs to avoid potential overflow.
tsutsui
2009-12-12
KNF
tsutsui
2009-02-14
convert to ANSI function prototypes
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2004-12-29
In clock_ymdhms_to_secs(), rather than returning rubbish when presented with
bjh21
2003-08-13
sys/types.h -> sys/param.h to get vax inlines correct.
ragge
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2001-11-13
add RCSIDs
lukem
2001-07-07
bcopy -> memcpy
thorpej
2000-10-03
Move #define POSIX_BASE_YEAR to clock_subr.h.
tsutsui
1997-10-14
Minor improvement to avoid re-defining days_in_month().
gwr
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1997-02-20
Improve a comment.
gwr
1997-02-19
Shared functions to convert between year/month/day/hour/minute/second
gwr