aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* kill: need not build kill.c when ash's job control is offKang-Che Sung2017-01-092-6/+2
* make_single_applets.sh: show errors and warningsDenys Vlasenko2017-01-092-2/+15
* unlzma: expand comments, no code changesDenys Vlasenko2017-01-091-0/+18
* unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko2017-01-091-5/+8
* unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko2017-01-091-102/+109
* unzip: optional support for xzDenys Vlasenko2017-01-092-0/+14
* unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-093-36/+61
* modprobe-small: build fixesDenys Vlasenko2017-01-091-3/+10
* modprobe-small: optimizations for single applet buildExplorer092017-01-091-33/+39
* Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-093-19/+41
* ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
* hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-095-2/+36
* hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko2017-01-091-9/+14
* hush: fix 'defined but not used' warningDenys Vlasenko2017-01-091-0/+2
* hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko2017-01-091-3/+1
* hush: fix kill builtin without jobs supportDenys Vlasenko2017-01-091-12/+8
* typo fixDenys Vlasenko2017-01-091-1/+1
* hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko2017-01-081-0/+2
* hush: make memleak builtin optionalDenys Vlasenko2017-01-081-4/+13
* hush: make export builtin optionalDenys Vlasenko2017-01-081-11/+26
* hush: make umask builtin optionalDenys Vlasenko2017-01-081-0/+13
* hush: make set/unset builtins optionalDenys Vlasenko2017-01-081-5/+35
* hush: make read and trap builtins optionalDenys Vlasenko2017-01-081-71/+118
* hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-084-7/+138
* hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko2017-01-081-9/+21
* httpd: fix address family for reverse proxy client socketLaurent Bercot2017-01-081-3/+3
* build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung2017-01-081-11/+11
* bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung2017-01-081-1/+1
* ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung2017-01-081-1/+2
* unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2017-01-082-115/+125
* ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-075-4/+39
* Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-062-0/+29
* ash: explicltly group ash optionsKang-Che Sung2017-01-062-0/+11
* ntpd: improve postponed hostname resolutionNatanael Copa2017-01-061-39/+34
* unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn2017-01-051-5/+0
* typo fix in config help textDenys Vlasenko2017-01-051-1/+1
* unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2017-01-052-123/+168
* modutils: remove special handling of uClibcWaldemar Brodkorb2017-01-042-12/+8
* shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung2017-01-041-1/+22
* udhcp: tweak config order and menu item namesDenys Vlasenko2017-01-042-28/+28
* Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause2017-01-031-1/+1
* README_distro_proposal.txt: typo fixesTito Ragusa2017-01-031-7/+7
* appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn2017-01-031-0/+2
* hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko2017-01-031-2/+7
* ash: fix error code regressionRon Yorston2017-01-035-2/+38
* qemu_multiarch_testing: small improvementsDenys Vlasenko2017-01-022-1/+19
* tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko2017-01-021-3/+3
* depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko2017-01-011-2/+2
* Update to examples/var_service/README_distro_proposal.txtDenys Vlasenko2016-12-251-14/+21
* make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko2016-12-231-4/+4