summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Properly determine era 0 or era 1, making it possible to move pastotto2020-01-301-3/+10
* *nargv[] holds an array of pointers, so it should begsoares2017-03-011-2/+2
* Fix a possible bug that will happen with dup2() when oldd == newd. In thatrzalamena2016-10-031-2/+7
* Teach ntpd(8) how to fork+exec.rzalamena2016-09-141-1/+80
* Fix copyright disclaimer in util.c.reyk2016-09-141-4/+4
* Move log_sockaddr() to from log.c to util.c as it is a local additionreyk2015-12-191-1/+13
* Avoid overflow on 32-bit time_t systems converting timeval to NTP time.bcook2015-03-281-3/+6
* spacingreyk2015-02-101-2/+2
* Add support for "constraints": when configured, ntpd(8) will query thereyk2015-02-101-1/+7
* Add a missing include for time.h to get the definitions of clock_gettime and strftime.bcook2015-01-041-2/+2
* Remove stray (long) cast of value being assigned to tv_secs.krw2013-10-151-2/+2
* Add rdomain support to NTPd.phessler2011-09-211-1/+14
* Normalize tv so that tv_usec is positive. The kernel also normalizes,otto2007-03-271-1/+5
* use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasinghenning2006-10-271-1/+12
* Compensate old offsets with the amount of adjustment done, avoidingotto2006-06-071-1/+16
* uniquely name members of s_fixedpt and l_fixedpt; henning@ okmickey2004-12-081-11/+11
* some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>henning2004-11-121-1/+2
* short fixed point <-> double conversion routines; ok henning@alexander2004-07-101-1/+25
* help the compiler a bit with a cast, spotted by theohenning2004-07-071-2/+2
* * Convert to use the new double-based time handling functions.alexander2004-07-071-2/+2
* Endian conversion mistakenly done before fraction math; ok henning@alexander2004-07-071-2/+2
* use correct multiplier for us -> s conversionotto2004-07-051-2/+2
* calculate the median offset from all servers we sync to and callhenning2004-07-051-1/+9
* KNFhenning2004-07-041-9/+6
* Compute the local clock offset from the server's response.alexander2004-07-041-0/+59