aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: special treatment for PATHRon Yorston2018-12-147-82/+75
* ash: move code from setup_environment()Ron Yorston2018-12-143-15/+7
* ash: prevent ctrl-c from killing background processesRon Yorston2018-12-131-0/+14
* ash: fix ctrl-c handling for pipelinesRon Yorston2018-12-131-43/+57
* win32: emulate SIGPIPERon Yorston2018-12-117-14/+32
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-092-36/+46
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-093-2/+30
* ash: use auto_win32_extension() in tryexec()Ron Yorston2018-12-091-6/+3
* win32: use open_read_close() where possibleRon Yorston2018-12-092-12/+4
* lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-083-0/+27
* lineedit: improvements to tab completionRon Yorston2018-12-085-12/+26
* win32: allow execution of empty batch file to succeedRon Yorston2018-12-081-0/+8
* win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* win32: fix to file extension testRon Yorston2018-12-071-2/+3
* win32: improve execution of batch filesRon Yorston2018-12-071-26/+8
* win32: rework adding of extensions to filenamesRon Yorston2018-12-066-98/+64
* ash: fix 'type' and 'command -v'Ron Yorston2018-12-051-1/+1
* Merge branch 'busybox' into mergeRon Yorston2018-12-057-30/+58
|\
| * vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
| * vi: code shrinkDenys Vlasenko2018-11-291-13/+17
| * vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10
| * libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
| * libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-294-7/+18
| * awk: abort if NF set to negative valueDenys Vlasenko2018-11-281-0/+2
* | win32: fix implementation of access(2)Ron Yorston2018-12-041-2/+5
* | ash: fix a couple of test casesRon Yorston2018-12-042-13/+5
* | ash: forkshell tweaksRon Yorston2018-12-041-12/+13
* | ash: more clean upRon Yorston2018-12-031-5/+5
* | ash: code clean upRon Yorston2018-12-031-6/+1
* | ash: improvements to forkshell debugRon Yorston2018-12-031-5/+23
* | ash: annotate pointers in forkshell debugRon Yorston2018-12-021-42/+130
* | ash: redefine SAVE_PTR macros to remove testRon Yorston2018-12-021-2/+10
* | ash: consolidate tests for variables not to convertRon Yorston2018-11-291-8/+5
* | ash: fixes to spawn_forkshellRon Yorston2018-11-291-16/+10
* | nologin: change defaultRon Yorston2018-11-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-11-2869-641/+2946
|\|
| * testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi2018-11-277-5/+7
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-2710-32/+62
| * free: ensure there is a least one space between numbersDenys Vlasenko2018-11-271-3/+3
| * docs: add embedded-scripts.txtRon Yorston2018-11-272-1/+117
| * tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko2018-11-271-1/+2
| * unlzma: fix too-eager corruption checkDenys Vlasenko2018-11-271-7/+13
| * tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-273-5/+11
| * build system: prevent duplicate applet namesRon Yorston2018-11-271-1/+9
| * Tweaks to build process for embedded scriptsRon Yorston2018-11-275-23/+14
| * tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko2018-11-271-8/+4
| * tls: add _anon_ cipher definitionsDenys Vlasenko2018-11-261-0/+4
| * tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko2018-11-261-29/+29
| * tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko2018-11-261-4/+3