Denys Vlasenko
|
ea096d6c13
ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2
|
5 years ago |
Denys Vlasenko
|
d6ff27de15
ntpd: abs(tmx.offset) was truncating a "long" typed value
|
5 years ago |
Denys Vlasenko
|
e5897d041d
suppress a few "unused function" warnings
|
5 years ago |
Denys Vlasenko
|
b694608429
ntpd: add comment about mode6, no code changes
|
5 years ago |
Denys Vlasenko
|
c0961e09b2
ntpd: commonalize message strings
|
5 years ago |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
caecfdc20d
ntpd: abort if argvs are (unexpectedly) given
|
5 years ago |
James Byrne
|
253c4e787a
Optionally re-introduce bb_info_msg()
|
5 years ago |
Denys Vlasenko
|
da996c5d2a
ntpd: do not create pid file if not backgrounded
|
5 years ago |
Denys Vlasenko
|
5059653882
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
|
5 years ago |
Denys Vlasenko
|
8502fa8747
ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5
|
5 years ago |
Denys Vlasenko
|
b097a84d62
config: update size information
|
5 years ago |
Denys Vlasenko
|
0d18e5cab2
ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead
|
6 years ago |
Denys Vlasenko
|
63d053d8c3
ntpd: default to FEATURE_NTP_AUTH=y
|
6 years ago |
Brandon P. Enochs
|
a541314b1f
ntpd: add support for MD5/SHA1 message authentication
|
6 years ago |
Denys Vlasenko
|
1303962957
ntpd: more verbose message for "root distance too high" case
|
6 years ago |
Denys Vlasenko
|
9b1c8bf89b
ntpd: show real, unclamped delays on low-latency networks
|
6 years ago |
Denys Vlasenko
|
79153cb6bc
htpd: increase MIN_FREQHOLD by 3
|
6 years ago |
Denys Vlasenko
|
029bd187bd
ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10
|
6 years ago |
Codarren Velvindron
|
7c43d43117
ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21
|
6 years ago |
Denys Vlasenko
|
7bcde5f00d
libbb.h: always include sys/resource.h
|
6 years ago |
Denys Vlasenko
|
448fdcc17d
ntpd: choose initial FREQHOLD_cnt dynamically
|
6 years ago |
Denys Vlasenko
|
39dfb4de38
ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls
|
6 years ago |
Denys Vlasenko
|
36acc4631c
ntpd: do run the script at leat once in 11 minutes
|
6 years ago |
Denys Vlasenko
|
d5c1482fba
ntpd: skip over setting next DNS resolution attempt if it is not needed
|
7 years ago |
Denys Vlasenko
|
59a5604a79
ntpd: mention in help text that -d can be repeated
|
7 years ago |
Denys Vlasenko
|
6a4f223122
ntpd: improve treatment of DNS resolution failures
|
7 years ago |
Denys Vlasenko
|
a1e9bc6876
ntpd: perform DNS resolution out of send/receive loop - closes 10466
|
7 years ago |
Denys Vlasenko
|
8b77a9ea81
*: fix fallout from opt_complementary conversion
|
7 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |