aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
AgeCommit message (Expand)Author
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-20ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy
2010-10-04ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko
2010-08-27ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: more empty lines removed. no code changesDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-06-24ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-01-25ntpd: explain why scripts can be run in quick successionDenys Vlasenko
2010-01-17ntpd: remove some code which is at best unneeded and at worst wrongDenys Vlasenko
2010-01-17ntpd: add anti-clock-hopping codeDenys Vlasenko
2010-01-17ntpd: disable frequency estimation codeDenys Vlasenko
2010-01-11ntpd: explain algorithmDenys Vlasenko
2010-01-11ntpd: expose more data to the script; more eagerly drop to lower pollDenys Vlasenko
2010-01-07ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko
2010-01-07hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko
2010-01-06ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko
2010-01-06ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko
2010-01-04ntpd: make -w less cumbersome to useDenys Vlasenko
2010-01-04ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko
2010-01-03ntpd: fix comment, no code changesDenys Vlasenko
2010-01-03ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko
2010-01-03ntpd: remove an old hack for faster initializationDenys Vlasenko
2010-01-03ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko
2010-01-02ntpd: fix jitter calculations and status propagationDenys Vlasenko
2010-01-02ntpd: speed up reaction to poll interval decreaseDenys Vlasenko
2010-01-02ntpd: improve frequency filteringDenys Vlasenko
2010-01-01ntpd: restore forgotten delay sanitizationDenys Vlasenko
2010-01-01ntpd: add a comment, no code changesDenys Vlasenko
2010-01-01ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko
2010-01-01ntpd: reduce poll interval increase rateDenys Vlasenko
2010-01-01ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko
2010-01-01ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko
2009-12-30ntpd: preparatory patches, no functional changesDenys Vlasenko
2009-12-18ntpd: fx incorrect offset display when steppingDenys Vlasenko
2009-12-17ntpd: field renames and style fixes, no code changesDenys Vlasenko
2009-12-17ntpd: eliminate one time(NULL) callDenys Vlasenko
2009-12-03ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko
2009-12-02ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko
2009-12-02ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko
2009-12-02ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko
2009-12-02ntpd: fix "synced" state detectionDenys Vlasenko
2009-12-02ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko
2009-12-02htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko
2009-12-01ntpd: make it work w/o -g too :(Denys Vlasenko