aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-2/+2
* ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-6/+5
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-0/+3
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko2012-06-111-20/+30
* ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
* ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
* ntpd: drop offset averaging codeDenys Vlasenko2012-03-081-23/+60
* ntpd: tweak log messages formatDenys Vlasenko2012-03-061-4/+4
* ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko2012-03-051-17/+13
* ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko2012-03-051-23/+29
* ntpd: fix the "are we a server" check in previous commitDenys Vlasenko2012-03-031-1/+1
* ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko2012-03-031-7/+30
* ntpd: log clock drift with three digits after decimal pointDenys Vlasenko2012-03-021-2/+2
* ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko2012-03-021-17/+28
* ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
* ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn2011-05-161-2/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+17
* ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko2011-04-071-3/+17
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-5/+5
* ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko2010-10-041-2/+11
* ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko2010-08-271-3/+22
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-261-1/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko2010-06-241-7/+9
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-1/+1
* ntpd: explain why scripts can be run in quick successionDenys Vlasenko2010-01-251-3/+10
* ntpd: remove some code which is at best unneeded and at worst wrongDenys Vlasenko2010-01-171-18/+3
* ntpd: add anti-clock-hopping codeDenys Vlasenko2010-01-171-17/+61
* ntpd: disable frequency estimation codeDenys Vlasenko2010-01-171-24/+45
* ntpd: explain algorithmDenys Vlasenko2010-01-111-5/+34
* ntpd: expose more data to the script; more eagerly drop to lower pollDenys Vlasenko2010-01-111-26/+46
* ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko2010-01-071-6/+11
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-071-2/+6
* ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko2010-01-061-0/+1
* ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko2010-01-061-6/+55
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-041-2/+2
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-041-13/+26
* ntpd: fix comment, no code changesDenys Vlasenko2010-01-031-1/+1
* ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko2010-01-031-1/+39
* ntpd: remove an old hack for faster initializationDenys Vlasenko2010-01-031-27/+2
* ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko2010-01-031-126/+126
* ntpd: fix jitter calculations and status propagationDenys Vlasenko2010-01-021-61/+58
* ntpd: speed up reaction to poll interval decreaseDenys Vlasenko2010-01-021-0/+13