| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code | Denys Vlasenko | 2017-07-29 | 1 | -2/+8 |
| * | ash: [REDIR] Fix popredir on abnormal exit from built-in | Denys Vlasenko | 2017-07-29 | 1 | -26/+44 |
| * | ash: [PARSER] Add FAKEEOFMARK for expandstr | Denys Vlasenko | 2017-07-29 | 1 | -19/+27 |
| * | hush: fix handling of empty heredoc EOF marker | Denys Vlasenko | 2017-07-29 | 5 | -17/+63 |
| * | ash: [PARSER] Removed noexpand/length check on eofmark | Denys Vlasenko | 2017-07-29 | 3 | -70/+52 |
| * | ash: "Undo all redirections" comment is wrong, delete it | Denys Vlasenko | 2017-07-29 | 1 | -26/+22 |
| * | libbb: remove vdprintf | Ron Yorston | 2017-07-29 | 4 | -27/+0 |
* | | ash: don't reset pending_int in waitpid_child | Ron Yorston | 2017-08-02 | 1 | -1/+0 |
* | | watch: enable in default configurations | Ron Yorston | 2017-08-01 | 2 | -2/+2 |
* | | ash: allow long-running nofork applets to be interrupted | Ron Yorston | 2017-08-01 | 3 | -1/+28 |
* | | ash: improve performance of ctrl-c | Ron Yorston | 2017-08-01 | 1 | -0/+4 |
* | | win32: rewrite implementation of system(3) | Ron Yorston | 2017-07-31 | 1 | -66/+11 |
* | | win32: check for relative path when spawning process | Ron Yorston | 2017-07-31 | 1 | -1/+1 |
* | | unzip: omit special treatment of non-GNU getopt | Ron Yorston | 2017-07-30 | 1 | -1/+1 |
* | | libbb: avoid annoying blank line in help message | Ron Yorston | 2017-07-29 | 1 | -2/+2 |
* | | platform.h: WIN32 doesn't support '%m' printf specifier | Ron Yorston | 2017-07-29 | 1 | -0/+1 |
* | | win32: add dummy sys/prctl.h | Ron Yorston | 2017-07-29 | 1 | -0/+0 |
* | | lineedit: fix incorrect conflict resolution in bb8d79ead merge | Ron Yorston | 2017-07-29 | 1 | -38/+0 |
* | | ash: remove old code to tab-complete 'busybox' in standalone shell | Ron Yorston | 2017-07-29 | 2 | -18/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 101 | -1101/+2017 |
|\| |
|
| * | ps: tweak outdated comment, no code changes | Denys Vlasenko | 2017-07-29 | 1 | -5/+0 |
| * | ps: implement -o sid | Denys Vlasenko | 2017-07-29 | 1 | -0/+6 |
| * | standalone shell / prefer_applets: fix "exe" in comm fields | Denys Vlasenko | 2017-07-29 | 1 | -0/+18 |
| * | ash: make tryexec(cmd) parameter const char | Denys Vlasenko | 2017-07-29 | 1 | -4/+4 |
| * | shell: make standalone shell tab-complete "busybox" | Denys Vlasenko | 2017-07-29 | 2 | -6/+21 |
| * | ash: support platforms that don't have '%m' printf specifier | Ron Yorston | 2017-07-28 | 2 | -5/+21 |
| * | ash: less hackish implementation of evaltreenr() | Denys Vlasenko | 2017-07-28 | 2 | -6/+21 |
| * | unzip: fix regression on big-endian machines | Natanael Copa | 2017-07-27 | 1 | -0/+1 |
| * | config: more tweaking of help texts | Denys Vlasenko | 2017-07-27 | 4 | -6/+6 |
| * | rdate: tweak comments, no code changes | Denys Vlasenko | 2017-07-27 | 1 | -5/+4 |
| * | inetd: improve --helpt text and config help text. | Denys Vlasenko | 2017-07-27 | 2 | -12/+31 |
| * | tweak examples/var_service/* | Denys Vlasenko | 2017-07-27 | 2 | -7/+9 |
| * | ed: fix "\n" removal in command line; make "w" set "dirty = 0" | Denys Vlasenko | 2017-07-27 | 1 | -20/+24 |
| * | ed: code shrink | Denys Vlasenko | 2017-07-27 | 1 | -51/+43 |
| * | ed: fix --help and reorder functions, no code changes | Denys Vlasenko | 2017-07-27 | 1 | -548/+516 |
| * | swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL | Denys Vlasenko | 2017-07-27 | 3 | -2/+11 |
| * | config: trim/improve item names and help texts, take 2 | Denys Vlasenko | 2017-07-27 | 16 | -74/+81 |
| * | config: trim/improve item names and help texts. | Denys Vlasenko | 2017-07-27 | 2 | -53/+48 |
| * | ash: force inlining of a trivial function | Denys Vlasenko | 2017-07-26 | 1 | -1/+1 |
| * | ash: revert previous implementation of "A=1 A=2 B=$A cmd" code | Denys Vlasenko | 2017-07-26 | 1 | -47/+15 |
| * | ash: [VAR] Fix loss of variables when hash collides | Denys Vlasenko | 2017-07-26 | 1 | -10/+16 |
| * | ash: [VAR] Do not poplocalvars prematurely on regular utilities | Denys Vlasenko | 2017-07-26 | 1 | -4/+6 |
| * | ash: [VAR] Fix poplocalvar on abnormal exit from function | Denys Vlasenko | 2017-07-26 | 1 | -5/+14 |
| * | ash: [VAR] Replace cmdenviron with localvars | Denys Vlasenko | 2017-07-26 | 1 | -27/+34 |
| * | ash: [VAR] Fix poplocalvar leak | Denys Vlasenko | 2017-07-26 | 1 | -1/+2 |
| * | ash: [VAR] Add localvars nesting | Denys Vlasenko | 2017-07-26 | 1 | -13/+44 |
| * | ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar() | Denys Vlasenko | 2017-07-26 | 1 | -9/+13 |
| * | ash: fix redir_leak.tests if STANDALONE=y | Denys Vlasenko | 2017-07-26 | 1 | -0/+1 |
| * | shell: remove ${#+} tests, it is not a valid construct | Denys Vlasenko | 2017-07-26 | 4 | -6/+16 |
| * | hush: fix ${##}, ${#?}, ${#!} handling | Denys Vlasenko | 2017-07-26 | 7 | -9/+106 |