aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: correctly identify applet in getopt() error messagesRon Yorston2021-03-021-0/+2
* Merge branch 'busybox' into mergeRon Yorston2021-03-011-3/+1
|\
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-3/+1
* | win32: move is_absolute_path()Ron Yorston2021-03-011-3/+0
* | ash: code shrinkRon Yorston2021-02-141-1/+1
* | win32: code shrinkRon Yorston2021-02-131-1/+1
* | win32: code shrinkRon Yorston2021-02-061-0/+2
* | ash: alter handling of interactive ^CFRP-3812-g12e14ebbaRon Yorston2021-01-181-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-96/+106
|\|
| * ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-091-3/+3
| * ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-091-1/+2
| * ash: improve --helpDenys Vlasenko2021-01-041-2/+7
| * ash: code shrinkDenys Vlasenko2021-01-031-2/+2
| * ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko2021-01-031-2/+2
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-5/+5
| * ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko2020-12-241-2/+1
| * shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko2020-12-231-3/+3
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-2/+1
| * ash: clear ungetc counter on syntax errorsDenys Vlasenko2020-12-191-55/+57
| * ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371Denys Vlasenko2020-12-131-8/+11
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-3/+3
| * fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn2020-11-191-0/+2
| * ash: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-4/+3
* | ash: suppress compiler warningRon Yorston2020-11-121-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-75/+70
|\|
| * shell: update comments on the status of [[ ]] compatDenys Vlasenko2020-10-311-3/+3
| * shell: better support of [[ ]] bashismDenys Vlasenko2020-10-311-7/+8
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+2
| * ash: jobs: Fix waitcmd busy loopDenys Vlasenko2020-09-291-57/+34
| * ash: jobs: Fix infinite loop in waitprocDenys Vlasenko2020-09-291-6/+19
| * ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko2020-09-291-1/+1
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-0/+4
* | ash: replace backslashes in argument to 'cd' built-inRon Yorston2020-08-271-1/+1
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-231-13/+14
* | ash: use stack, not heap, to add system drive to pathRon Yorston2020-08-211-16/+27
* | win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-9/+46
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-2/+28
* | win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-2/+1
* | win32: code shrinkRon Yorston2020-08-131-3/+6
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-19/+22
|\|
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-19/+22
* | ash: tidy code, no functional changeRon Yorston2020-07-091-3/+2
* | ash: fix shell optionsRon Yorston2020-07-071-7/+7
* | ash: improve handling of UNC pathsRon Yorston2020-06-301-37/+54
* | ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-291-0/+4
* | ash: skip NULL argv during forkshellRon Yorston2020-06-211-67/+44
* | ash: changes to ctrl-c handlingRon Yorston2020-06-201-57/+13
* | ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston2020-06-201-3/+6
* | ash: reduce forkshell block size for FS_SHELLEXECRon Yorston2020-06-201-25/+46
* | ash: reduce forkshell block size for FS_OPENHERERon Yorston2020-06-201-33/+50