aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntpd: improve frequency filteringDenys Vlasenko2010-01-021-21/+43
* ntpd: restore forgotten delay sanitizationDenys Vlasenko2010-01-011-0/+2
* ntpd: add a comment, no code changesDenys Vlasenko2010-01-011-1/+8
* ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko2010-01-011-24/+38
* ntpd: reduce poll interval increase rateDenys Vlasenko2010-01-011-16/+19
* ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko2010-01-011-0/+1985
* ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko2010-01-011-1007/+0
* ntpd: preparatory patches, no functional changesDenys Vlasenko2009-12-301-58/+60
* ntpd: fx incorrect offset display when steppingDenys Vlasenko2009-12-181-14/+15
* ntpd: field renames and style fixes, no code changesDenys Vlasenko2009-12-171-158/+158
* ntpd: eliminate one time(NULL) callDenys Vlasenko2009-12-171-3/+4
* ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko2009-12-031-22/+2
* ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko2009-12-021-3/+11
* ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2009-12-021-174/+156
* ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko2009-12-021-45/+27
* ntpd: fix "synced" state detectionDenys Vlasenko2009-12-021-12/+7
* ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko2009-12-021-23/+21
* htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko2009-12-021-221/+222
* ntpd: make it work w/o -g too :(Denys Vlasenko2009-12-011-17/+19
* ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko2009-11-271-8/+8
* ntpd: trivial -2 byte code optimizationDenys Vlasenko2009-11-261-1/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-6/+14
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-26/+61
* ntpd: fix vda's breakageDenys Vlasenko2009-11-241-1/+1
* ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko2009-11-241-101/+108
* ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2009-11-241-100/+108
* ntpd: add -q option. By Adam Tkac.Denys Vlasenko2009-11-231-30/+28
* ntpd: new applet by Adam Tkac. +5k.Adam Tkac2009-11-221-0/+999