aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOFORK fixesDenys Vlasenko2017-08-041-1/+30
* ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-181-3/+9
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-182-2/+2
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-182-23/+7
* randomconfig fixesDenys Vlasenko2017-07-031-3/+5
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko2017-07-011-8/+2
* ash: fix 'trap - 65'Denys Vlasenko2017-07-011-1/+1
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko2017-06-271-6/+0
* 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
* 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: 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
* hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko2017-01-031-2/+7