index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ntpd.c
Age
Commit message (
Expand
)
Author
2023-01-18
ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)
Denys Vlasenko
2023-01-18
ntpd: fold d_to_tv() into its only caller
Denys Vlasenko
2023-01-17
ntpd: correct fixed->float conversions of fractions
Denys Vlasenko
2023-01-17
ntpd: make NTP client and server Y2036/2038-ready
Miroslav Lichvar
2021-10-10
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-08
help: s/Don't daemonize/Run in foreground/g
Denys Vlasenko
2021-04-24
libbb.h: inline byteswaps
Denys Vlasenko
2021-03-26
ntpd: code shrink (force not-inlining, stop returning structs)
Denys Vlasenko
2021-03-02
ntpd: tweak comments
Denys Vlasenko
2021-03-02
ntpd: decrease INITIAL_SAMPLES from 4 to 3
Denys Vlasenko
2021-02-21
ntpd: log responses to clients at log level 3
Denys Vlasenko
2021-02-21
ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too
Denys Vlasenko
2021-02-21
ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code
Denys Vlasenko
2021-02-21
ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message
Denys Vlasenko
2021-01-04
Fix ntpd compilcation on the FreeBSD
Alex Samorukov
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-18
help text tweaks
Denys Vlasenko
2020-12-16
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-15
ntpd: allow non-root to run it (e.g. with -w option)
Denys Vlasenko
2020-09-29
ntpd: fix the case where two replies received at once and first one causes a ...
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2020-07-20
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2019-10-30
ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2
Denys Vlasenko
2019-10-25
ntpd: abs(tmx.offset) was truncating a "long" typed value
Denys Vlasenko
2019-10-25
suppress a few "unused function" warnings
Denys Vlasenko
2019-07-02
ntpd: add comment about mode6, no code changes
Denys Vlasenko
2019-07-02
ntpd: commonalize message strings
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
ntpd: abort if argvs are (unexpectedly) given
Denys Vlasenko
2019-04-30
Optionally re-introduce bb_info_msg()
James Byrne
2019-03-27
ntpd: do not create pid file if not backgrounded
Denys Vlasenko
2019-03-17
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-02-15
ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-11-25
ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead
Denys Vlasenko
2018-10-30
ntpd: default to FEATURE_NTP_AUTH=y
Denys Vlasenko
2018-10-27
ntpd: add support for MD5/SHA1 message authentication
Brandon P. Enochs
2018-09-13
ntpd: more verbose message for "root distance too high" case
Denys Vlasenko
2018-08-03
ntpd: show real, unclamped delays on low-latency networks
Denys Vlasenko
2018-07-25
htpd: increase MIN_FREQHOLD by 3
Denys Vlasenko
2018-07-02
ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10
Denys Vlasenko
2018-06-24
ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21
Codarren Velvindron
2018-04-08
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-03-11
ntpd: choose initial FREQHOLD_cnt dynamically
Denys Vlasenko
2018-03-10
ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls
Denys Vlasenko
2017-12-26
ntpd: do run the script at leat once in 11 minutes
Denys Vlasenko
2017-10-31
ntpd: skip over setting next DNS resolution attempt if it is not needed
Denys Vlasenko
2017-10-31
ntpd: mention in help text that -d can be repeated
Denys Vlasenko
2017-10-31
ntpd: improve treatment of DNS resolution failures
Denys Vlasenko
2017-10-28
ntpd: perform DNS resolution out of send/receive loop - closes 10466
Denys Vlasenko
[next]