aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc[6]: on log level 1, three messages about raw socket is overkillDenys Vlasenko2017-07-212-4/+4
| * ping: better config help text for FEATURE_FANCY_PINGDenys Vlasenko2017-07-211-6/+5
| * config: deindent all help textsDenys Vlasenko2017-07-21353-2644/+2643
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-208-26/+15
| * unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko2017-07-201-2/+8
| * unzip: implement -j, closes 9126Denys Vlasenko2017-07-201-16/+30
| * unzip: robustify overwrite checksDenys Vlasenko2017-07-201-31/+53
| * unzip: support symlinks. Closes 10031Denys Vlasenko2017-07-201-13/+48
| * bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko2017-07-201-2/+2
| * shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-206-30/+93
| * bootchartd: fix typo in commentDenys Vlasenko2017-07-201-1/+1
| * bootchartd: prevent premature stop by device mapperUwe Geuder2017-07-201-1/+3
| * sparc: needs -fPICDenys Vlasenko2017-07-193-1/+23
| * swapon/swapoff: trim config help textDenys Vlasenko2017-07-191-3/+0
| * Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1925-28/+28
| * od_bloaty: fix floating point outputRon Yorston2017-07-192-1/+12
| * hdparm: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
| * ash: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
| * hush: remove contradicting size info in config helpDenys Vlasenko2017-07-181-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-18303-379/+409
| * Tweaks from mass recompile for 1.27.1 releaseDenys Vlasenko2017-07-182-7/+53
| * hush: tweak "help" outputDenys Vlasenko2017-07-181-2/+2
* | ash: allow for filename extension in find_commandRon Yorston2017-07-241-2/+9
* | win32: simplify spawning appletsRon Yorston2017-07-212-30/+5
* | Update default configurationsRon Yorston2017-07-182-28/+50
* | Merge branch 'busybox' into mergeRon Yorston2017-07-18157-1220/+3033
|\|
| * printf: fix format string sanity checkRon Yorston2017-07-181-2/+2
| * hush: fix readonly2.tests failureDenys Vlasenko2017-07-183-0/+13
| * hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko2017-07-184-5/+27
| * hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko2017-07-183-12/+33
| * hush: add readonly testcase, fix falloutDenys Vlasenko2017-07-183-9/+53
| * hush: convert exp/ro/local parameters to bitfields in one flag paramDenys Vlasenko2017-07-181-46/+35
| * hush: HUSH_READONLY depends on HUSHDenys Vlasenko2017-07-171-0/+1
| * hush: forgot to emit error on (failing) second "readonly VAR=VAL"Denys Vlasenko2017-07-171-3/+2
| * hush: smaller code in !READONLY configsDenys Vlasenko2017-07-171-4/+7
| * hush: implement "readonly" builtinDenys Vlasenko2017-07-171-36/+63
| * ash: more general format ${var:EXPR:EXPR}Denys Vlasenko2017-07-173-17/+73
| * ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko2017-07-171-1/+1
| * hush: small fix to last commitDenys Vlasenko2017-07-171-1/+1
| * hush: support ${VAR:N:-M}Denys Vlasenko2017-07-173-23/+72
| * shells: expand TODO comments, no code changesDenys Vlasenko2017-07-172-5/+27
| * ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko2017-07-161-2/+5
| * hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko2017-07-161-9/+13
| * arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko2017-07-161-69/+96
| * shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-152-2/+0
| * hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-155-1/+71
| * config: reorder items in "Busybox Settings", improve helpDenys Vlasenko2017-07-151-63/+69
| * config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko2017-07-153-53/+59
| * Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-153-9/+17
| * fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko2017-07-153-8/+8