Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10ntpd: fix a warning on 32-bit arch buildDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-01-18ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko
2023-01-18ntpd: fold d_to_tv() into its only callerDenys Vlasenko
2023-01-17ntpd: correct fixed->float conversions of fractionsDenys Vlasenko
2023-01-17ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko
2021-04-24libbb.h: inline byteswapsDenys Vlasenko
2021-03-26ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko
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-31libbb: 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-16ntpd: 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-31ntpd: 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