aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
AgeCommit message (Expand)Author
2021-03-02ntpd: tweak commentsDenys Vlasenko
2021-03-02ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko
2021-02-21ntpd: log responses to clients at log level 3Denys Vlasenko
2021-02-21ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko
2021-02-21ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko
2021-02-21ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko
2021-01-04Fix ntpd compilcation on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-15ntpd: allow non-root to run it (e.g. with -w option)Denys Vlasenko
2020-09-29ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko
2019-10-30ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko
2019-10-25ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-07-02ntpd: add comment about mode6, no code changesDenys Vlasenko
2019-07-02ntpd: commonalize message stringsDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-07-02ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-02-15ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-11-25ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs
2018-09-13ntpd: more verbose message for "root distance too high" caseDenys Vlasenko
2018-08-03ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko
2018-07-25htpd: increase MIN_FREQHOLD by 3Denys Vlasenko
2018-07-02ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10Denys Vlasenko
2018-06-24ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-03-11ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko
2018-03-10ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko
2017-10-31ntpd: mention in help text that -d can be repeatedDenys Vlasenko
2017-10-31ntpd: improve treatment of DNS resolution failuresDenys Vlasenko
2017-10-28ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko
2017-08-23*: fix fallout from opt_complementary conversionDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-19ntpd: print result of hostname resolutionDenys Vlasenko
2017-01-06ntpd: improve postponed hostname resolutionNatanael Copa
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko