| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | new NOFORKs: clear, nproc, tty, uname, arch, unlink, which | Denys Vlasenko | 2017-08-03 | 7 | -8/+414 |
| * | hush: do not accept "if() { echo; }" function def | Denys Vlasenko | 2017-08-02 | 5 | -17/+60 |
| * | line editing: make read_line_input() not take timeout param | Denys Vlasenko | 2017-08-02 | 6 | -20/+30 |
| * | hush: make SIGINT handling visually less confusing | Denys Vlasenko | 2017-08-02 | 1 | -3/+3 |
| * | NOFORK fixes | Denys Vlasenko | 2017-08-02 | 6 | -6/+48 |
| * | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 35 | -42/+42 |
| * | config: do not use `a' quoting in help texts | Denys Vlasenko | 2017-08-02 | 6 | -6/+6 |
* | | timeout: provide a basic implementation for WIN32 | Ron Yorston | 2017-08-22 | 3 | -2/+37 |
* | | find: enable -exec option in default configurations | Ron Yorston | 2017-08-04 | 2 | -4/+4 |
* | | ash: improvements to ctrl-c handling | Ron Yorston | 2017-08-03 | 1 | -1/+4 |
* | | ash: fixes to wait status | Ron Yorston | 2017-08-03 | 2 | -5/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-02 | 35 | -420/+747 |
|\| |
|
| * | ash: align --login code with dash | Denys Vlasenko | 2017-07-31 | 1 | -13/+17 |
| * | test: fix 4-argument case | Denys Vlasenko | 2017-07-31 | 1 | -9/+39 |
| * | hush: remove redundant "G_flag_return_in_progress = -1" | Denys Vlasenko | 2017-07-31 | 1 | -1/+0 |
| * | hush: fix "true | func_with_return" not allowing return. | Denys Vlasenko | 2017-07-31 | 9 | -8/+52 |
| * | ash: fix display of ">&-" redirect in job strings | Denys Vlasenko | 2017-07-31 | 1 | -1/+8 |
| * | hush: functions have priority over builtins (!) | Denys Vlasenko | 2017-07-31 | 5 | -14/+39 |
| * | hush: if STANDALONE, close interactive fd for NOEXECed children | Denys Vlasenko | 2017-07-31 | 1 | -2/+15 |
| * | ash,hush: ">&10" redirects to script/tty fds should not work | Denys Vlasenko | 2017-07-31 | 2 | -19/+72 |
| * | ash: significant overhaul of redirect saving logic | Denys Vlasenko | 2017-07-31 | 11 | -143/+225 |
| * | hush: massage redirect code to be slightly more like ash | Denys Vlasenko | 2017-07-31 | 1 | -37/+72 |
| * | ash: remove REDIR_SAVEFD2 | Denys Vlasenko | 2017-07-31 | 1 | -32/+37 |
| * | 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 |