Age | Commit message (Expand) | Author |
2020-06-26 | Bump version to 1.32.0 | Denys Vlasenko |
2020-06-25 | gzip -d with zcat enabled but gunzip disabled was misbehaving | Denys Vlasenko |
2020-06-24 | make_single_applets.sh: switch off nologin deps option | Denys Vlasenko |
2020-06-24 | bc: placate a "defined but not used" warning | Denys Vlasenko |
2020-06-24 | nologin: make it possible to build it as single applet | Denys Vlasenko |
2020-06-24 | suppress a few compile warnings | Denys Vlasenko |
2020-06-24 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fix | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-21 | examples/udhcp/simple.script: fix IPv6 support when using udhcpc | Stefan Agner |
2020-06-21 | udhcpc6: use correct multicast MAC | Uwe Glaeser |
2020-06-10 | nmeter: add %T (zero-based timestamp) format | Denys Vlasenko |
2020-06-10 | Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int... | Biswapriyo Nath |
2020-06-09 | deluser: check if specified home is a directory before removing it | Sören Tempel |
2020-06-09 | dhcpc: refactor xmalloc_optname_optval to shrink binary size | Martin Lewis |
2020-06-09 | httpd: allow '-h' to work when daemonized with NOMMU enabled | Ron Yorston |
2020-06-09 | udhcp: comment out unused domain compression code | Denys Vlasenko |
2020-06-09 | sysctl: do report EACCES errors on write | Denys Vlasenko |
2020-06-09 | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar |
2020-06-09 | xstrndup: Use strndup instead of implementing it. | Martin Lewis |
2020-06-09 | dhcpc: code shrink in good_hostname | Martin Lewis |
2020-06-09 | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko |
2020-05-20 | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov |
2020-04-30 | ash,hush: drop pointer check before calls to show_history | Ron Yorston |
2020-04-30 | mim: run scripts from a specification file | Ron Yorston |
2020-04-30 | ash: fix build failure when command built-in is disabled | Ron Yorston |
2020-04-30 | httpd: permit non-default home directory with NOMMU enabled | Ron Yorston |
2020-04-30 | grep: add proper support for pattern_list | Sören Tempel |
2020-04-29 | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf |
2020-04-29 | xargs: restore correct behaviour of -n option | Ron Yorston |
2020-04-29 | build system: remove KBUILD_STR() | Jean-Philippe Brucker |
2020-04-29 | unzip: -d should create the dir | Lauri Kasanen |
2020-02-26 | shells: fix exitcode_trapN tests to avoid races | Denys Vlasenko |
2020-02-24 | ash: expand: Fix multiple issues with EXP_DISCARD in evalvar | Denys Vlasenko |
2020-02-24 | ash: expand: Do not reprocess data when expanding words | Denys Vlasenko |
2020-02-24 | ash: move TRACE statement in evalcommand() | Ron Yorston |
2020-02-24 | ash: rename some function parameters to match dash | Denys Vlasenko |
2020-02-24 | ash: rename stack_nputstr() back to stnputs() to match dash | Denys Vlasenko |
2020-02-22 | ash: Expand here-documents in the current shell environment | Denys Vlasenko |
2020-02-22 | ash: parser: Do not push token back before parseheredoc | Denys Vlasenko |
2020-02-22 | ash: parser: Fix old-style command substitution here-document crash | Denys Vlasenko |
2020-02-21 | hush: fix negative_arith.tests: glob-protect dash in "$((arith))" | Denys Vlasenko |
2020-02-21 | ash: expand: Ensure result is escaped in cvtnum | Denys Vlasenko |
2020-02-21 | ash: memalloc: Avoid looping in growstackto | Denys Vlasenko |
2020-02-21 | hush: make "exit" in trap use pre-trap exitcode - fix for nested trap | Denys Vlasenko |
2020-02-21 | hush: make "exit" in trap use pre-trap exitcode | Denys Vlasenko |
2020-02-20 | ash: eval: Only restore exit status on exit/return | Denys Vlasenko |