summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* decompress_gunzip: Fix DoS if gzip is corrupt1_32_stableSamuel Sapalski2021-03-311-2/+10
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-03-303-1/+5
* Bump version to 1.32.11_32_1Denys Vlasenko2021-01-011-1/+1
* hush: output bash-compat killing signal namesDenys Vlasenko2021-01-019-7/+92
* hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2021-01-013-1/+9
* shell: remove FAST_FUNC from a static functionDenys Vlasenko2021-01-011-2/+2
* shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2021-01-014-0/+18
* ash: jobs: Fix waitcmd busy loopDenys Vlasenko2021-01-011-57/+34
* ash: jobs: Fix infinite loop in waitprocDenys Vlasenko2021-01-011-6/+19
* ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko2021-01-011-1/+1
* shell: Fix "read -d ''" behaviorChristian Eggers2021-01-015-2/+6
* Bump version to 1.32.01_32_0Denys Vlasenko2020-06-261-1/+1
* gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko2020-06-251-1/+1
* make_single_applets.sh: switch off nologin deps optionDenys Vlasenko2020-06-241-0/+2
* bc: placate a "defined but not used" warningDenys Vlasenko2020-06-241-0/+2
* nologin: make it possible to build it as single appletDenys Vlasenko2020-06-245-64/+110
* suppress a few compile warningsDenys Vlasenko2020-06-242-2/+2
* randomconfig fixesDenys Vlasenko2020-06-243-2/+6
* randomconfig fixesDenys Vlasenko2020-06-236-6/+31
* randomconfig fixDenys Vlasenko2020-06-231-0/+4
* randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* randomconfig fixesDenys Vlasenko2020-06-232-1/+5
* randomconfig fixesDenys Vlasenko2020-06-232-0/+4
* examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner2020-06-211-1/+1
* udhcpc6: use correct multicast MACUwe Glaeser2020-06-211-1/+5
* nmeter: add %T (zero-based timestamp) formatDenys Vlasenko2020-06-101-14/+54
* Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath2020-06-101-0/+2
* deluser: check if specified home is a directory before removing itSören Tempel2020-06-091-2/+8
* dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2020-06-092-27/+16
* httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston2020-06-091-3/+3
* udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-093-13/+18
* sysctl: do report EACCES errors on writeDenys Vlasenko2020-06-092-5/+8
* unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-092-4/+37
* xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* dhcpc: code shrink in good_hostnameMartin Lewis2020-06-091-48/+14
* awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-092-1/+11
* wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
* ash,hush: drop pointer check before calls to show_historyRon Yorston2020-04-302-4/+2
* mim: run scripts from a specification fileRon Yorston2020-04-302-0/+54
* ash: fix build failure when command built-in is disabledRon Yorston2020-04-301-1/+3
* httpd: permit non-default home directory with NOMMU enabledRon Yorston2020-04-301-1/+6
* grep: add proper support for pattern_listSören Tempel2020-04-302-6/+25
* grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-292-2/+9
* xargs: restore correct behaviour of -n optionRon Yorston2020-04-292-1/+12
* build system: remove KBUILD_STR()Jean-Philippe Brucker2020-04-295-9/+6
* unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-264-8/+4
* ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko2020-02-241-14/+14
* ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko2020-02-241-178/+154
* ash: move TRACE statement in evalcommand()Ron Yorston2020-02-241-1/+2