aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: fix commentDenys Vlasenko2020-12-231-1/+1
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-212-4/+2
| * hush: deal with FIXMEs for corner cases in parameter expansionDenys Vlasenko2020-12-211-18/+34
| * hush: remove one redundant getpid() on every startupDenys Vlasenko2020-12-201-8/+6
| * ash: clear ungetc counter on syntax errorsDenys Vlasenko2020-12-191-55/+57
| * shells: a fix for systems without RLIMIT_NICEDenys Vlasenko2020-12-171-3/+16
| * hush: code shrinkDenys Vlasenko2020-12-141-1/+1
| * hush: if login shell, also source ~/.profileDenys Vlasenko2020-12-131-8/+16
| * hush: NOMMU fix for hush-psubst/tick6.testsDenys Vlasenko2020-12-131-0/+7
| * hush: fix -c SCRIPT handlingDenys Vlasenko2020-12-131-51/+63
| * 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-303-10/+10
| * 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
| * hush: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-35/+51
* | ash: suppress compiler warningRon Yorston2020-11-121-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-1233-103/+343
|\|
| * hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko2020-11-014-0/+28
| * shell: update comments on the status of [[ ]] compatDenys Vlasenko2020-10-312-5/+4
| * hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2020-10-312-0/+5
| * shell: better support of [[ ]] bashismDenys Vlasenko2020-10-3112-24/+127
| * hush: output bash-compat killing signal namesDenys Vlasenko2020-10-249-7/+92
| * hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2020-10-243-1/+9
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+2
| * shell: remove FAST_FUNC from a static functionDenys Vlasenko2020-10-011-2/+2
| * shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-294-0/+18
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-08-235-1/+9
|\|
| * shell: Fix "read -d ''" behaviorChristian Eggers2020-07-315-2/+6
* | 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-093-59/+77
|\|
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-243-58/+76
| * suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
* | 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