aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ntpd: fix a warning on 32-bit arch buildDenys Vlasenko2023-07-101-2/+2
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko2023-01-181-1/+1
* ntpd: fold d_to_tv() into its only callerDenys Vlasenko2023-01-181-8/+10
* ntpd: correct fixed->float conversions of fractionsDenys Vlasenko2023-01-171-4/+4
* ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar2023-01-171-3/+11
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* help: s/Don't daemonize/Run in foreground/gDenys Vlasenko2021-10-081-1/+1
* libbb.h: inline byteswapsDenys Vlasenko2021-04-241-1/+1
* ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko2021-03-261-25/+25
* ntpd: tweak commentsDenys Vlasenko2021-03-021-23/+9
* ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko2021-03-021-15/+12
* ntpd: log responses to clients at log level 3Denys Vlasenko2021-02-211-0/+6
* ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko2021-02-211-52/+36
* ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko2021-02-211-182/+2
* ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko2021-02-211-1/+1
* Fix ntpd compilcation on the FreeBSDAlex Samorukov2021-01-041-0/+7
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-2/+2
* help text tweaksDenys Vlasenko2020-12-181-1/+1
* libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-2/+1
* ntpd: allow non-root to run it (e.g. with -w option)Denys Vlasenko2020-12-151-3/+0
* ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko2020-09-291-0/+9
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-201-4/+33
* ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko2019-10-301-5/+5
* ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko2019-10-251-2/+4
* suppress a few "unused function" warningsDenys Vlasenko2019-10-251-0/+2
* ntpd: add comment about mode6, no code changesDenys Vlasenko2019-07-021-0/+7
* ntpd: commonalize message stringsDenys Vlasenko2019-07-021-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-10/+10
* ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko2019-07-021-1/+2
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-2/+2
* ntpd: do not create pid file if not backgroundedDenys Vlasenko2019-03-271-2/+4
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-2/+2
* ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko2019-02-151-5/+4
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko2018-11-251-0/+1
* ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko2018-10-301-1/+2
* ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs2018-10-271-25/+241
* ntpd: more verbose message for "root distance too high" caseDenys Vlasenko2018-09-131-3/+8
* ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko2018-08-031-14/+17
* htpd: increase MIN_FREQHOLD by 3Denys Vlasenko2018-07-251-3/+3
* ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10Denys Vlasenko2018-07-021-3/+4
* ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron2018-06-241-5/+5
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
* ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
* ntpd: do run the script at leat once in 11 minutesDenys Vlasenko2017-12-261-1/+3
* ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko2017-10-311-2/+7
* ntpd: mention in help text that -d can be repeatedDenys Vlasenko2017-10-311-1/+1