aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-11busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko
2017-01-11top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko
2017-01-11more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko
2017-01-10hush: shorten output of "help" builtinDenys Vlasenko
2017-01-10hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko
2017-01-10init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko
2017-01-10ash: revert "make dot command search current directory first"Denys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09Allow FAST_FUNC to be overridden at build timeKang-Che Sung
2017-01-09kill: optimizations for single-applet buildKang-Che Sung
2017-01-09hush: make echo builtin optionalDenys Vlasenko
2017-01-09kill: need not build kill.c when ash's job control is offKang-Che Sung
2017-01-09make_single_applets.sh: show errors and warningsDenys Vlasenko
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko
2017-01-09unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko
2017-01-09unzip: optional support for xzDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2017-01-09modprobe-small: build fixesDenys Vlasenko
2017-01-09modprobe-small: optimizations for single applet buildExplorer09
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung
2017-01-09ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko
2017-01-09hush: fix 'defined but not used' warningDenys Vlasenko
2017-01-09hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko
2017-01-09hush: fix kill builtin without jobs supportDenys Vlasenko
2017-01-09typo fixDenys Vlasenko
2017-01-08hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko
2017-01-08hush: make memleak builtin optionalDenys Vlasenko
2017-01-08hush: make export builtin optionalDenys Vlasenko
2017-01-08hush: make umask builtin optionalDenys Vlasenko
2017-01-08hush: make set/unset builtins optionalDenys Vlasenko
2017-01-08hush: make read and trap builtins optionalDenys Vlasenko
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2017-01-08hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko
2017-01-08httpd: fix address family for reverse proxy client socketLaurent Bercot
2017-01-08build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung
2017-01-08bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung
2017-01-08ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko
2017-01-07ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko
2017-01-06Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko
2017-01-06ash: explicltly group ash optionsKang-Che Sung
2017-01-06ntpd: improve postponed hostname resolutionNatanael Copa
2017-01-05unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn
2017-01-05typo fix in config help textDenys Vlasenko
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko
2017-01-04modutils: remove special handling of uClibcWaldemar Brodkorb