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
2017-03-01
*nargv[] holds an array of pointers, so it should be
Gleydson Soares
2016-10-03
Fix a possible bug that will happen with dup2() when oldd == newd. In that
Rafael Zalamena
2016-09-14
Teach ntpd(8) how to fork+exec.
Rafael Zalamena
2016-09-14
Fix copyright disclaimer in util.c.
Reyk Floeter
2015-12-19
Move log_sockaddr() to from log.c to util.c as it is a local addition
Reyk Floeter
2015-03-28
Avoid overflow on 32-bit time_t systems converting timeval to NTP time.
Brent Cook
2015-02-10
spacing
Reyk Floeter
2015-02-10
Add support for "constraints": when configured, ntpd(8) will query the
Reyk Floeter
2015-01-04
Add a missing include for time.h to get the definitions of clock_gettime and ...
Brent Cook
2013-10-15
Remove stray (long) cast of value being assigned to tv_secs.
Kenneth R Westerback
2011-09-21
Add rdomain support to NTPd.
Peter Hessler
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