aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-01-07ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko5-4/+39
2017-01-06Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2-0/+29
2017-01-06ash: explicltly group ash optionsKang-Che Sung2-0/+11
2017-01-06ntpd: improve postponed hostname resolutionNatanael Copa1-39/+34
2017-01-05unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn1-5/+0
2017-01-05typo fix in config help textDenys Vlasenko1-1/+1
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2-123/+168
2017-01-04modutils: remove special handling of uClibcWaldemar Brodkorb2-12/+8
2017-01-04shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung1-1/+22
2017-01-04udhcp: tweak config order and menu item namesDenys Vlasenko2-28/+28
2017-01-03Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause1-1/+1
2017-01-03README_distro_proposal.txt: typo fixesTito Ragusa1-7/+7
2017-01-03appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn1-0/+2
2017-01-03hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko1-2/+7
2017-01-03ash: fix error code regressionRon Yorston5-2/+38
2017-01-02qemu_multiarch_testing: small improvementsDenys Vlasenko2-1/+19
2017-01-02tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko1-3/+3
2017-01-01depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko1-2/+2