Age | Commit message (Expand) | Author |
2017-01-09 | kill: optimizations for single-applet build | Kang-Che Sung |
2017-01-09 | hush: make echo builtin optional | Denys Vlasenko |
2017-01-09 | kill: need not build kill.c when ash's job control is off | Kang-Che Sung |
2017-01-09 | make_single_applets.sh: show errors and warnings | Denys Vlasenko |
2017-01-09 | unlzma: expand comments, no code changes | Denys Vlasenko |
2017-01-09 | unlzma: fix erroneous "while" instead of "if". Closes 4682 | Denys Vlasenko |
2017-01-09 | unzip: match "Defl:?" display with info-zip; cosmetic code shuffling | Denys Vlasenko |
2017-01-09 | unzip: optional support for xz | Denys Vlasenko |
2017-01-09 | unzip: optional support for bzip2 and lzma | Denys Vlasenko |
2017-01-09 | modprobe-small: build fixes | Denys Vlasenko |
2017-01-09 | modprobe-small: optimizations for single applet build | Explorer09 |
2017-01-09 | Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 | Kang-Che Sung |
2017-01-09 | ash: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-09 | hush: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-09 | hush: global_args_malloced is used only if set builtin is enabled | Denys Vlasenko |
2017-01-09 | hush: fix 'defined but not used' warning | Denys Vlasenko |
2017-01-09 | hush: remove redundand test for ENABLE_HUSH_JOB | Denys Vlasenko |
2017-01-09 | hush: fix kill builtin without jobs support | Denys Vlasenko |
2017-01-09 | typo fix | Denys Vlasenko |
2017-01-08 | hush: conditionalize print_escaped() on EXPORT || TRAP | Denys Vlasenko |
2017-01-08 | hush: make memleak builtin optional | Denys Vlasenko |
2017-01-08 | hush: make export builtin optional | Denys Vlasenko |
2017-01-08 | hush: make umask builtin optional | Denys Vlasenko |
2017-01-08 | hush: make set/unset builtins optional | Denys Vlasenko |
2017-01-08 | hush: make read and trap builtins optional | Denys Vlasenko |
2017-01-08 | hush: kill builtin and kill %jobspec support | Denys Vlasenko |
2017-01-08 | hush: support %%, %+ and % jobspec (meaning "current job") | Denys Vlasenko |
2017-01-08 | httpd: fix address family for reverse proxy client socket | Laurent Bercot |
2017-01-08 | build system: no longer prompt for PLATFORM_LINUX option | Kang-Che Sung |
2017-01-08 | bunzip2: fix code bloat caused by zcat's seamless magic | Kang-Che Sung |
2017-01-08 | ash: fix "kill %1" not working if CONFIG_ASH is disabled | Kang-Che Sung |
2017-01-08 | unzip: do not use CDF.extra_len, read local file header. Closes 9536 | Denys Vlasenko |
2017-01-07 | ash: fix open fds leaking in redirects. Closes 9561 | Denys Vlasenko |
2017-01-06 | Automatically disable FEATURE_COMPRESS_USAGE for small builds. | Denys Vlasenko |
2017-01-06 | ash: explicltly group ash options | Kang-Che Sung |
2017-01-06 | ntpd: improve postponed hostname resolution | Natanael Copa |
2017-01-05 | unzip: remove now-pointless lseek which returns current position | Cristian Ionescu-Idbohrn |
2017-01-05 | typo fix in config help text | Denys Vlasenko |
2017-01-05 | unzip: properly use CDF to find compressed files. Closes 9536 | Denys Vlasenko |
2017-01-04 | modutils: remove special handling of uClibc | Waldemar Brodkorb |
2017-01-04 | shell: clarify help text of CONFIG_{SH,BASH}_IS_* options | Kang-Che Sung |
2017-01-04 | udhcp: tweak config order and menu item names | Denys Vlasenko |
2017-01-03 | Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS | Jörg Krause |
2017-01-03 | README_distro_proposal.txt: typo fixes | Tito Ragusa |
2017-01-03 | appletlib: avoid warning on unused function ingroup | Cristian Ionescu-Idbohrn |
2017-01-03 | hush: correct exitcode for unterminated ')' - exitcode2.tests testcase | Denys Vlasenko |
2017-01-03 | ash: fix error code regression | Ron Yorston |
2017-01-02 | qemu_multiarch_testing: small improvements | Denys Vlasenko |
2017-01-02 | tcpudp: define SO_ORIGINAL_DST directly, not via include | Denys Vlasenko |
2017-01-01 | depmod: don't build it if MODPROBE_SMALL=y | Denys Vlasenko |