aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2016-10-012-7/+7
* ash testsuite: remove two inadvertent bashismsDenys Vlasenko2016-10-012-3/+5
* ash: [ERROR] Set exitstatus in onintDenys Vlasenko2016-10-011-6/+9
* ash: [EVAL] Revert SKIPEVAL into EXEXITDenys Vlasenko2016-10-011-14/+6
* ash: [EVAL] Pass EV_TESTED into evalcmdDenys Vlasenko2016-10-011-14/+19
* ash: fix a thinko in the last commitDenys Vlasenko2016-10-011-1/+1
* ash: make internal globbing code selectable from configDenys Vlasenko2016-10-011-32/+50
* ash: explain how "command" is handled, and shrink it a bitDenys Vlasenko2016-10-011-40/+48
* ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko2016-09-303-1/+6
* ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...Denys Vlasenko2016-09-301-3/+2
* hush: enable "msh is deprecated" message in msh stubDenys Vlasenko2016-09-301-1/+1
* ash: Avoid overflow for very long variable nameDenys Vlasenko2016-09-301-1/+1
* ash: [VAR] Sanitise environment variable names on entryDenys Vlasenko2016-09-301-1/+2
* ash: [EVAL] Avoid using undefined handlerDenys Vlasenko2016-09-301-2/+2
* ash: remove dead stores and unused variablesDenys Vlasenko2016-09-301-3/+1
* ash: [MEMALLOC] Add pushstackmarkDenys Vlasenko2016-09-301-34/+19
* hush: fix typo in commentDenys Vlasenko2016-09-301-1/+1
* hush: fix interactive input handling of backslash+newlineDenys Vlasenko2016-09-301-74/+89
* hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko2016-09-291-2/+7
* shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2016-09-292-2/+2
* hush: speed optimizationsDenys Vlasenko2016-09-291-6/+27
* hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko2016-09-291-15/+39
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-291-68/+125
* ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko2016-09-295-1/+50
* ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko2016-09-291-15/+29
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-2910-0/+177
* ash: input: Allow two consecutive calls to pungetcDenys Vlasenko2016-09-291-34/+43
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-295-1/+15
* hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko2016-09-295-0/+18
* ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko2016-09-291-1/+1
* ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko2016-09-295-36/+36
* ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko2016-09-281-3/+7
* ash: Remove unused EV_BACKCMD flagDenys Vlasenko2016-09-281-1/+0
* ash: eval: Return status in eval functionsDenys Vlasenko2016-09-285-55/+89
* traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-2811-105/+40
* vi: fix '' command (goto to prev context)Denys Vlasenko2016-09-281-5/+5
* mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
* examples: wpa_supplicant.conf has a wrong field deleted in examplesDenys Vlasenko2016-09-261-1/+1
* mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
* libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-262-2/+11
* libbb/speed_table.c: expand commentsDenys Vlasenko2016-09-261-1/+16
* typo fix in commentDenys Vlasenko2016-09-261-1/+1
* ash: in heredoc code, fix access past the end of allocated memory. Closes 9276Denys Vlasenko2016-09-251-14/+18
* ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko2016-09-253-5/+29
* ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko2016-09-251-1/+6
* libbb: handle \S in /etc/issueDenys Vlasenko2016-09-241-0/+40
* AUTHORS: Add myself to AUTHORSLinus Walleij2016-09-221-0/+4
* ash: use glob() from libcDenys Vlasenko2016-09-211-11/+91
* examples/var_service/supplicant_if: new service exampleDenys Vlasenko2016-09-206-0/+83
* ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko2016-09-201-2/+5