aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: make LINENO selectable without BASH-COMPATDenys Vlasenko2021-03-101-5/+5
* wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev2021-03-091-15/+35
* bloat-o-meter: avoid double countingRon Yorston2021-03-091-8/+13
* start-stop-daemon: explain -x + -a testDenys Vlasenko2021-03-091-0/+5
* ntpd: tweak commentsDenys Vlasenko2021-03-021-23/+9
* ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko2021-03-021-15/+12
* vi: code shrinkDenys Vlasenko2021-03-011-18/+14
* vi: restore 0 offset after :set noXXX commandAlison Winters2021-03-011-5/+5
* bc: typo fix in commentDenys Vlasenko2021-02-261-1/+1
* dc: more docs in --helpDenys Vlasenko2021-02-261-13/+14
* dc: document what non-GNU commands doDenys Vlasenko2021-02-261-5/+5
* bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-263-4/+23
* dc: correct --help textDenys Vlasenko2021-02-261-2/+44
* trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko2021-02-233-10/+13
* echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
* lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
* diff: code shrinkRon Yorston2021-02-221-1/+1
* dnsd: check that we don't read past packetDenys Vlasenko2021-02-221-5/+12
* udhcp: reuse stringsDenys Vlasenko2021-02-213-10/+14
* 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
* udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko2021-02-201-8/+22
* libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-183-10/+25
* ash: placate -Werror=format-securityDenys Vlasenko2021-02-183-3/+21
* applets/usage_pod.c: placate gccDenys Vlasenko2021-02-151-1/+1
* Makefile.flags: fix the OS detection for libresolvMartin Kaiser2021-02-071-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-0336-66/+69
* libbb: code shrink fgets_strRon Yorston2021-02-031-12/+5
* nl: ensure '-b n' option displays file contentRon Yorston2021-02-025-3/+67
* cryptpw: typo in usage messageRon Yorston2021-02-021-3/+3
* vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
* libbb: code shrink and speed up index_in_strings()Ron Yorston2021-02-021-4/+10
* libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
* awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-022-3/+20
* traceroute: fix option parsingDenys Vlasenko2021-02-021-1/+1
* update_passwd: fix context variableBernd Kuhls2021-01-141-1/+1
* ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-092-4/+4
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-093-1/+5
* bc: code shrinkDenys Vlasenko2021-01-061-2/+2
* pmap: fix column width, closes 13431Denys Vlasenko2021-01-051-9/+3
* Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov2021-01-041-1/+5
* bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko2021-01-041-10/+10
* Fix mail compilation on the FreeBSDAlex Samorukov2021-01-041-1/+14
* Fix traceroute applet on the FreeBSDAlex Samorukov2021-01-041-3/+8
* Fix ping build on the FreeBSDAlex Samorukov2021-01-041-0/+38
* Fix ntpd compilcation on the FreeBSDAlex Samorukov2021-01-041-0/+7
* Fix mknod compilation on the FreeBSDAlex Samorukov2021-01-041-1/+3
* Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov2021-01-041-1/+3