aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11ash: commented-out possible fix for 7694Denys Vlasenko1-4/+79
2017-01-11ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko1-3/+4
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko12-68/+26
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko12-33/+31
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko15-55/+71
2017-01-11hush: reinstate [[ builtinDenys Vlasenko1-0/+3
2017-01-11hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung1-29/+44
2017-01-11ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko1-74/+101
2017-01-11busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko1-5/+1
2017-01-11top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko1-4/+0
2017-01-11more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko1-57/+49
2017-01-10hush: shorten output of "help" builtinDenys Vlasenko1-9/+12
2017-01-10hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko1-297/+295
2017-01-10init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko10-15/+13
2017-01-10ash: revert "make dot command search current directory first"Denys Vlasenko1-9/+0
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko16-59/+72
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko105-512/+203
2017-01-09Allow FAST_FUNC to be overridden at build timeKang-Che Sung1-5/+10
2017-01-09kill: optimizations for single-applet buildKang-Che Sung2-21/+28
2017-01-09hush: make echo builtin optionalDenys Vlasenko2-17/+24
2017-01-09kill: need not build kill.c when ash's job control is offKang-Che Sung2-6/+2
2017-01-09make_single_applets.sh: show errors and warningsDenys Vlasenko2-2/+15
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko1-0/+18
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko1-5/+8
2017-01-09unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko1-102/+109
2017-01-09unzip: optional support for xzDenys Vlasenko2-0/+14
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko3-36/+61
2017-01-09modprobe-small: build fixesDenys Vlasenko1-3/+10
2017-01-09modprobe-small: optimizations for single applet buildExplorer091-33/+39
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung3-19/+41
2017-01-09ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko1-2/+4
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko5-2/+36
2017-01-09hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko1-9/+14
2017-01-09hush: fix 'defined but not used' warningDenys Vlasenko1-0/+2
2017-01-09hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko1-3/+1
2017-01-09hush: fix kill builtin without jobs supportDenys Vlasenko1-12/+8
2017-01-09typo fixDenys Vlasenko1-1/+1
2017-01-08hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko1-0/+2
2017-01-08hush: make memleak builtin optionalDenys Vlasenko1-4/+13
2017-01-08hush: make export builtin optionalDenys Vlasenko1-11/+26
2017-01-08hush: make umask builtin optionalDenys Vlasenko1-0/+13
2017-01-08hush: make set/unset builtins optionalDenys Vlasenko1-5/+35
2017-01-08hush: make read and trap builtins optionalDenys Vlasenko1-71/+118
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko4-7/+138
2017-01-08hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko1-9/+21
2017-01-08httpd: fix address family for reverse proxy client socketLaurent Bercot1-3/+3
2017-01-08build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung1-11/+11
2017-01-08bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung1-1/+1
2017-01-08ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung1-1/+2
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2-115/+125