aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-05-299-62/+77
|\
| * ash: fix incorrect path in describe_commandYoufu Zhang2017-05-261-13/+3
| * ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-227-10/+34
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-174-14/+14
| * ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko2017-04-121-7/+15
| * ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko2017-04-121-11/+10
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-7/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-088-603/+1010
|\|
| * ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
| * ash: improve / fix glob expansionFelix Fietkau2017-01-311-17/+54
| * wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-301-3/+3
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-3/+5
| * sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko2017-01-261-17/+5
| * ash: commented-out possible fix for 7694Denys Vlasenko2017-01-111-4/+79
| * ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko2017-01-111-3/+4
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
| * hush: reinstate [[ builtinDenys Vlasenko2017-01-111-0/+3
| * hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung2017-01-111-29/+44
| * ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko2017-01-111-74/+101
| * hush: shorten output of "help" builtinDenys Vlasenko2017-01-101-9/+12
| * hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko2017-01-101-297/+295
| * ash: revert "make dot command search current directory first"Denys Vlasenko2017-01-101-9/+0
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-102-14/+28
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-102-102/+51
| * hush: make echo builtin optionalDenys Vlasenko2017-01-091-9/+20
| * ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
| * hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-095-2/+36
| * hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko2017-01-091-9/+14
| * hush: fix 'defined but not used' warningDenys Vlasenko2017-01-091-0/+2
| * hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko2017-01-091-3/+1
| * hush: fix kill builtin without jobs supportDenys Vlasenko2017-01-091-12/+8
| * typo fixDenys Vlasenko2017-01-091-1/+1
| * hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko2017-01-081-0/+2
| * hush: make memleak builtin optionalDenys Vlasenko2017-01-081-4/+13
| * hush: make export builtin optionalDenys Vlasenko2017-01-081-11/+26
| * hush: make umask builtin optionalDenys Vlasenko2017-01-081-0/+13
| * hush: make set/unset builtins optionalDenys Vlasenko2017-01-081-5/+35
| * hush: make read and trap builtins optionalDenys Vlasenko2017-01-081-71/+118
| * hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-081-4/+130
| * hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko2017-01-081-9/+21
* | ash: make the noconsole option configurable at build timeRon Yorston2017-02-071-4/+20
* | Merge branch 'busybox' into mergeRon Yorston2017-01-086-5/+72
|\|
| * ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-075-4/+39
| * ash: explicltly group ash optionsKang-Che Sung2017-01-062-0/+11
| * shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung2017-01-041-1/+22
* | Merge branch 'busybox' into mergeRon Yorston2017-01-049-229/+275
|\|
| * hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko2017-01-031-2/+7
| * ash: fix error code regressionRon Yorston2017-01-035-2/+38
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-235-110/+93
| * shell: move "config" blocks above their use in coditional includesDenys Vlasenko2016-12-222-111/+110