index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
util.c
Age
Commit message (
Expand
)
Author
2007-03-27
Normalize tv so that tv_usec is positive. The kernel also normalizes,
Otto Moerbeek
2006-10-27
use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing
Henning Brauer
2006-06-07
Compensate old offsets with the amount of adjustment done, avoiding
Otto Moerbeek
2004-12-08
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
Michael Shalayeff
2004-11-12
some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
Henning Brauer
2004-07-10
short fixed point <-> double conversion routines; ok henning@
Alexander Guy
2004-07-07
help the compiler a bit with a cast, spotted by theo
Henning Brauer
2004-07-07
* Convert to use the new double-based time handling functions.
Alexander Guy
2004-07-07
Endian conversion mistakenly done before fraction math; ok henning@
Alexander Guy
2004-07-05
use correct multiplier for us -> s conversion
Otto Moerbeek
2004-07-05
calculate the median offset from all servers we sync to and call
Henning Brauer
2004-07-04
KNF
Henning Brauer
2004-07-04
Compute the local clock offset from the server's response.
Alexander Guy