summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-08-01ntpd: respond only to client and symmetric active packetsMiroslav Lichvar1-0/+7
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-07-03ntpd: daemonize before DNS resolutionDenys Vlasenko1-20/+25
2016-06-06ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko1-17/+30
2016-03-04ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko1-0/+19
2016-03-04ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko1-1/+16
2016-03-03ntpd: more informative poll lowering messageDenys Vlasenko1-2/+2
2016-02-24ntpd: print packet delay in clock update messageDenys Vlasenko1-2/+8
2016-02-10ntpd: shorter messageDenys Vlasenko1-1/+1
2016-02-10ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko1-18/+36
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-03-05ntpd: tweak help textDenys Vlasenko1-1/+2
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko1-4/+4
2015-01-29ntpd: get rid of G.initial_poll_completeDenys Vlasenko1-5/+2
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac1-19/+32
2014-10-05ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar1-4/+8
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar1-27/+53
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko1-39/+41
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar1-37/+39
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar1-6/+3
2014-07-15ntpd: add support for -I IFACEDenys Vlasenko1-7/+20
2014-04-20ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko1-1/+1
2014-04-19ntpd: truly ignore high delay packetDenys Vlasenko1-15/+20
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko2-4/+39
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko3-12/+12
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko1-2/+3
2014-01-20Apply post-1.22.0 patches, bump version to 1.22.1Denys Vlasenko6-5/+62
2014-01-20ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2-6/+0
2014-01-20ntpd: fix compilation warningsBartosz Golaszewski1-0/+4
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko1-0/+2
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko1-7/+39
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko1-2/+14
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko1-4/+9
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko1-45/+54
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko1-4/+7
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko1-3/+8
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko1-2/+2
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko1-3/+13
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko1-8/+34
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks1-1/+1
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
[next]