| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: correctly identify applet in getopt() error messages | Ron Yorston | 2021-03-02 | 1 | -0/+2 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-03-01 | 1 | -3/+1 |
|\ |
|
| * | ash: placate -Werror=format-security | Denys Vlasenko | 2021-02-18 | 1 | -3/+1 |
* | | win32: move is_absolute_path() | Ron Yorston | 2021-03-01 | 1 | -3/+0 |
* | | ash: code shrink | Ron Yorston | 2021-02-14 | 1 | -1/+1 |
* | | win32: code shrink | Ron Yorston | 2021-02-13 | 1 | -1/+1 |
* | | win32: code shrink | Ron Yorston | 2021-02-06 | 1 | -0/+2 |
* | | ash: alter handling of interactive ^CFRP-3812-g12e14ebba | Ron Yorston | 2021-01-18 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 1 | -96/+106 |
|\| |
|
| * | ash: match bash behavior for ${empty_var/*/repl} | Denys Vlasenko | 2021-01-09 | 1 | -3/+3 |
| * | ash: fix ${unset_var/pattern/repl} | Denys Vlasenko | 2021-01-09 | 1 | -1/+2 |
| * | ash: improve --help | Denys Vlasenko | 2021-01-04 | 1 | -2/+7 |
| * | ash: code shrink | Denys Vlasenko | 2021-01-03 | 1 | -2/+2 |
| * | ash: make a strdup copy of $HISTFILE for line editing | Denys Vlasenko | 2021-01-03 | 1 | -2/+2 |
| * | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 1 | -5/+5 |
| * | ash: change "clear ungetc counter on syntax errors" fix to match dash | Denys Vlasenko | 2020-12-24 | 1 | -2/+1 |
| * | shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 | Denys Vlasenko | 2020-12-23 | 1 | -3/+3 |
| * | bc: do not allocate line editing state until needed | Denys Vlasenko | 2020-12-21 | 1 | -2/+1 |
| * | ash: clear ungetc counter on syntax errors | Denys Vlasenko | 2020-12-19 | 1 | -55/+57 |
| * | ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 | Denys Vlasenko | 2020-12-13 | 1 | -8/+11 |
| * | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -3/+3 |
| * | fix warning: label 'out1' defined but not used | Cristian Ionescu-Idbohrn | 2020-11-19 | 1 | -0/+2 |
| * | ash: make interactive ^C break out of PS2 mode | Denys Vlasenko | 2020-11-16 | 1 | -4/+3 |
* | | ash: suppress compiler warning | Ron Yorston | 2020-11-12 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 1 | -75/+70 |
|\| |
|
| * | shell: update comments on the status of [[ ]] compat | Denys Vlasenko | 2020-10-31 | 1 | -3/+3 |
| * | shell: better support of [[ ]] bashism | Denys Vlasenko | 2020-10-31 | 1 | -7/+8 |
| * | avoid using strok - eliminates use of hidden global variable | Denys Vlasenko | 2020-10-06 | 1 | -2/+2 |
| * | ash: jobs: Fix waitcmd busy loop | Denys Vlasenko | 2020-09-29 | 1 | -57/+34 |
| * | ash: jobs: Fix infinite loop in waitproc | Denys Vlasenko | 2020-09-29 | 1 | -6/+19 |
| * | ash: remove a tentative TODO, it's a wrong idea | Denys Vlasenko | 2020-09-29 | 1 | -1/+1 |
* | | ash, ls: improve support for 'c:path' | Ron Yorston | 2020-08-28 | 1 | -0/+4 |
* | | ash: replace backslashes in argument to 'cd' built-in | Ron Yorston | 2020-08-27 | 1 | -1/+1 |
* | | win32: code shrink Unix-style path handling | Ron Yorston | 2020-08-23 | 1 | -13/+14 |
* | | ash: use stack, not heap, to add system drive to path | Ron Yorston | 2020-08-21 | 1 | -16/+27 |
* | | win32: use built-in applets for non-existent binaries with Unix-style paths | Ron Yorston | 2020-08-13 | 1 | -9/+46 |
* | | win32: handle Unix-style absolute paths for executables | Ron Yorston | 2020-08-13 | 1 | -2/+28 |
* | | win32: use a static buffer in get_system_drive() | Ron Yorston | 2020-08-13 | 1 | -2/+1 |
* | | win32: code shrink | Ron Yorston | 2020-08-13 | 1 | -3/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 1 | -19/+22 |
|\| |
|
| * | nologin: make it possible to build it as single applet | Denys Vlasenko | 2020-06-24 | 1 | -19/+22 |
* | | ash: tidy code, no functional change | Ron Yorston | 2020-07-09 | 1 | -3/+2 |
* | | ash: fix shell options | Ron Yorston | 2020-07-07 | 1 | -7/+7 |
* | | ash: improve handling of UNC paths | Ron Yorston | 2020-06-30 | 1 | -37/+54 |
* | | ash: avoid duplicated slashes in output of type/command builtins | Ron Yorston | 2020-06-29 | 1 | -0/+4 |
* | | ash: skip NULL argv during forkshell | Ron Yorston | 2020-06-21 | 1 | -67/+44 |
* | | ash: changes to ctrl-c handling | Ron Yorston | 2020-06-20 | 1 | -57/+13 |
* | | ash: run ash_main() directly from a FS_SHELLEXEC shell | Ron Yorston | 2020-06-20 | 1 | -3/+6 |
* | | ash: reduce forkshell block size for FS_SHELLEXEC | Ron Yorston | 2020-06-20 | 1 | -25/+46 |
* | | ash: reduce forkshell block size for FS_OPENHERE | Ron Yorston | 2020-06-20 | 1 | -33/+50 |