aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-02-22ash: parser: Do not push token back before parseheredocDenys Vlasenko1-1/+4
2020-02-22ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko1-1/+1
2020-02-21hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko1-5/+19
2020-02-21ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko5-25/+44
2020-02-21ash: memalloc: Avoid looping in growstacktoDenys Vlasenko1-7/+7
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko5-1/+29
2020-02-21hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko1-3/+13
2020-02-20ash: eval: Only restore exit status on exit/returnDenys Vlasenko1-48/+51
2020-02-20ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko1-5/+18