aboutsummaryrefslogtreecommitdiff
path: root/testsuite/id (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01hush: output bash-compat killing signal namesDenys Vlasenko9-7/+92
2021-01-01hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko3-1/+9
2021-01-01shell: remove FAST_FUNC from a static functionDenys Vlasenko1-2/+2
2021-01-01shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko4-0/+18
2021-01-01ash: jobs: Fix waitcmd busy loopDenys Vlasenko1-57/+34
2021-01-01ash: jobs: Fix infinite loop in waitprocDenys Vlasenko1-6/+19
2021-01-01ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko1-1/+1
2021-01-01shell: Fix "read -d ''" behaviorChristian Eggers5-2/+6
2020-06-26Bump version to 1.32.01_32_0Denys Vlasenko1-1/+1
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko1-1/+1
2020-06-24make_single_applets.sh: switch off nologin deps optionDenys Vlasenko1-0/+2
2020-06-24bc: placate a "defined but not used" warningDenys Vlasenko1-0/+2
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko5-64/+110
2020-06-24suppress a few compile warningsDenys Vlasenko2-2/+2
2020-06-24randomconfig fixesDenys Vlasenko3-2/+6
2020-06-23randomconfig fixesDenys Vlasenko6-6/+31
2020-06-23randomconfig fixDenys Vlasenko1-0/+4
2020-06-23randomconfig fixesDenys Vlasenko1-0/+1
2020-06-23randomconfig fixesDenys Vlasenko2-1/+5
2020-06-23randomconfig fixesDenys Vlasenko2-0/+4
2020-06-21examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner1-1/+1
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser1-1/+5
2020-06-10nmeter: add %T (zero-based timestamp) formatDenys Vlasenko1-14/+54
2020-06-10Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath1-0/+2
2020-06-09deluser: check if specified home is a directory before removing itSören Tempel1-2/+8
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2-27/+16
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston1-3/+3
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko3-13/+18
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko2-5/+8
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar2-4/+37
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis1-14/+5
2020-06-09dhcpc: code shrink in good_hostnameMartin Lewis1-48/+14
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko2-1/+11
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov1-3/+17
2020-04-30ash,hush: drop pointer check before calls to show_historyRon Yorston2-4/+2
2020-04-30mim: run scripts from a specification fileRon Yorston2-0/+54
2020-04-30ash: fix build failure when command built-in is disabledRon Yorston1-1/+3
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston1-1/+6
2020-04-30grep: add proper support for pattern_listSören Tempel2-6/+25
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2-2/+9
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston2-1/+12
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker5-9/+6
2020-04-29unzip: -d should create the dirLauri Kasanen1-1/+7
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko4-8/+4
2020-02-24ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko1-14/+14
2020-02-24ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko1-178/+154
2020-02-24ash: move TRACE statement in evalcommand()Ron Yorston1-1/+2
2020-02-24ash: rename some function parameters to match dashDenys Vlasenko1-29/+29
2020-02-24ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko1-3/+3
2020-02-22ash: Expand here-documents in the current shell environmentDenys Vlasenko3-13/+22