summaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko2014-04-201-1/+1
* ntpd: truly ignore high delay packetDenys Vlasenko2014-04-191-15/+20
* ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-231-4/+31
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-051-5/+5
* htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3
* ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2014-01-201-3/+0
* ntpd: fix compilation warningsBartosz Golaszewski2014-01-201-0/+4
* ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
* ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
* ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
* ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
* ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
* ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
* Whitespace fixesDenys Vlasenko2013-07-301-2/+2
* ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko2013-05-231-3/+8
* ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko2013-05-221-2/+2
* ntpd: make "unsync" code actually work.Denys Vlasenko2013-05-221-3/+13
* ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko2013-05-221-8/+34
* 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