aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-21ash: improve set -x to quote strings as necessaryDenys Vlasenko3-11/+94
2017-07-21udhcpc[6]: on log level 1, three messages about raw socket is overkillDenys Vlasenko2-4/+4
2017-07-21ping: better config help text for FEATURE_FANCY_PINGDenys Vlasenko1-6/+5
2017-07-21config: deindent all help textsDenys Vlasenko353-2644/+2643
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko8-26/+15
2017-07-20unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko1-2/+8
2017-07-20unzip: implement -j, closes 9126Denys Vlasenko1-16/+30
2017-07-20unzip: robustify overwrite checksDenys Vlasenko1-31/+53
2017-07-20unzip: support symlinks. Closes 10031Denys Vlasenko1-13/+48
2017-07-20bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko1-2/+2
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko6-30/+93
2017-07-20bootchartd: fix typo in commentDenys Vlasenko1-1/+1
2017-07-20bootchartd: prevent premature stop by device mapperUwe Geuder1-1/+3
2017-07-19sparc: needs -fPICDenys Vlasenko3-1/+23
2017-07-19swapon/swapoff: trim config help textDenys Vlasenko1-3/+0
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko25-28/+28
2017-07-19od_bloaty: fix floating point outputRon Yorston2-1/+12
2017-07-18hdparm: remove contradicting size info in config helpDenys Vlasenko1-2/+1
2017-07-18ash: remove contradicting size info in config helpDenys Vlasenko1-2/+1
2017-07-18hush: remove contradicting size info in config helpDenys Vlasenko1-1/+1
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko303-379/+409
2017-07-18Tweaks from mass recompile for 1.27.1 releaseDenys Vlasenko2-7/+53
2017-07-18hush: tweak "help" outputDenys Vlasenko1-2/+2
2017-07-18printf: fix format string sanity checkRon Yorston1-2/+2
2017-07-18hush: fix readonly2.tests failureDenys Vlasenko3-0/+13
2017-07-18hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko4-5/+27
2017-07-18hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko3-12/+33
2017-07-18hush: add readonly testcase, fix falloutDenys Vlasenko3-9/+53
2017-07-18hush: convert exp/ro/local parameters to bitfields in one flag paramDenys Vlasenko1-46/+35
2017-07-17hush: HUSH_READONLY depends on HUSHDenys Vlasenko1-0/+1
2017-07-17hush: forgot to emit error on (failing) second "readonly VAR=VAL"Denys Vlasenko1-3/+2
2017-07-17hush: smaller code in !READONLY configsDenys Vlasenko1-4/+7
2017-07-17hush: implement "readonly" builtinDenys Vlasenko1-36/+63
2017-07-17ash: more general format ${var:EXPR:EXPR}Denys Vlasenko3-17/+73
2017-07-17ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko1-1/+1
2017-07-17hush: small fix to last commitDenys Vlasenko1-1/+1
2017-07-17hush: support ${VAR:N:-M}Denys Vlasenko3-23/+72
2017-07-17shells: expand TODO comments, no code changesDenys Vlasenko2-5/+27
2017-07-16ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko1-2/+5
2017-07-16hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko1-9/+13
2017-07-16arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko1-69/+96
2017-07-15shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2-2/+0
2017-07-15hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko5-1/+71
2017-07-15config: reorder items in "Busybox Settings", improve helpDenys Vlasenko1-63/+69
2017-07-15config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko3-53/+59
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko3-9/+17
2017-07-15fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko3-8/+8
2017-07-15make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung1-3/+3
2017-07-15config: fix tab-damaged help textDenys Vlasenko1-4/+3
2017-07-15tls: remove last int16 local variables in pstm codeDenys Vlasenko4-4/+4