- 5f7c82b ash: add INT_OFF/ON around allocations by Denys Vlasenko · 8 years ago
- b5b2112 ash: improve / fix glob expansion by Felix Fietkau · 8 years ago
- 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- 786c9dc sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK by Denys Vlasenko · 8 years ago
- 098b713 ash: commented-out possible fix for 7694 by Denys Vlasenko · 8 years ago
- 4c17937 ash: 16-bit ->nprocs field is a pain for many CPUs by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- 8944c67 hush: reinstate [[ builtin by Denys Vlasenko · 8 years ago
- 027d3ab hush: split bash compatible extensions into separate defines. No code changes by Kang-Che Sung · 8 years ago
- 7d4aec0 ash: split bash compatible extensions into separate defines. No code changes by Denys Vlasenko · 8 years ago
- 80f806c hush: shorten output of "help" builtin by Denys Vlasenko · 8 years ago
- a1184af hush: reorder builtins (cd and pwd ought to be close, etc), no code changes by Denys Vlasenko · 8 years ago
- 2b4c258 ash: revert "make dot command search current directory first" by Denys Vlasenko · 8 years ago
- 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 1cc6804 hush: make echo builtin optional by Denys Vlasenko · 8 years ago
- fb87d93 ash: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
- 2b15590 hush: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
- 4e4f88e hush: global_args_malloced is used only if set builtin is enabled by Denys Vlasenko · 8 years ago
- cc2fd5a hush: fix 'defined but not used' warning by Denys Vlasenko · 8 years ago
- 5362cc4 hush: remove redundand test for ENABLE_HUSH_JOB by Denys Vlasenko · 8 years ago
- fd68f1e hush: fix kill builtin without jobs support by Denys Vlasenko · 8 years ago
- 442a414 typo fix by Denys Vlasenko · 8 years ago
- 41ade05 hush: conditionalize print_escaped() on EXPORT || TRAP by Denys Vlasenko · 8 years ago
- 4471969 hush: make memleak builtin optional by Denys Vlasenko · 8 years ago
- 6ec76d8 hush: make export builtin optional by Denys Vlasenko · 8 years ago
- d5933b1 hush: make umask builtin optional by Denys Vlasenko · 8 years ago
- 10d5ece hush: make set/unset builtins optional by Denys Vlasenko · 8 years ago
- 7a85c60 hush: make read and trap builtins optional by Denys Vlasenko · 8 years ago
- 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
- d5b5c2f hush: support %%, %+ and % jobspec (meaning "current job") by Denys Vlasenko · 8 years ago
- 86584e1 ash: fix open fds leaking in redirects. Closes 9561 by Denys Vlasenko · 8 years ago
- 6cd0294 ash: explicltly group ash options by Kang-Che Sung · 8 years ago
- 9529115 shell: clarify help text of CONFIG_{SH,BASH}_IS_* options by Kang-Che Sung · 8 years ago
- b05bcaf hush: correct exitcode for unterminated ')' - exitcode2.tests testcase by Denys Vlasenko · 8 years ago
- ea7d2f6 ash: fix error code regression by Ron Yorston · 8 years ago
- 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
- 6704746 shell: move "config" blocks above their use in coditional includes by Denys Vlasenko · 8 years ago
- 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
- 2166952 ash: clarify uclibc glob() bug in comment by Denys Vlasenko · 8 years ago
- 3a4cdf4 ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc by Denys Vlasenko · 8 years ago
- 2fe66b1 ash: fix signed char expansion bug by Denys Vlasenko · 8 years ago
- b6afcc7 shell: suppress "unused var/func" warnings on some configs by Denys Vlasenko · 8 years ago
- 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
- 8660aeb ash,hush: ^C from command line should set $? to 128+SIGINT by Denys Vlasenko · 8 years ago
- 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
- 87e039d hush: make getch/peek functions directly called by Denys Vlasenko · 8 years ago
- 00a06b9 hush: renumber PIPE_foo, make PIPE_SEQ = 0 by Denys Vlasenko · 8 years ago
- 6c635d6 hush: small optimization in run_list by Denys Vlasenko · 8 years ago
- 5cc9bf6 hush: deindent large block of code, no code changes by Denys Vlasenko · 8 years ago
- 1eada9a hush: simplify insert_bg_jobs by Denys Vlasenko · 8 years ago
- 830ea35 hush: make "wait %1" less likely to play with signal mask by Denys Vlasenko · 8 years ago
- 02affb4 hush: rework "wait %jobspec" to work in non-interactive shells too by Denys Vlasenko · 8 years ago
- 26ad94b hush: "wait $!; echo $?" should return 127 if $! already exited by Denys Vlasenko · 8 years ago
- 62b717b hush: implement "wait %jobspec" by Denys Vlasenko · 8 years ago
- 4e1c8b4 hush: factor out %jobspec parsing by Denys Vlasenko · 8 years ago
- 5d5a611 hush: comment fix by Denys Vlasenko · 8 years ago
- 4224647 hush: do not allow sh -c '{ echo boo }' by Denys Vlasenko · 8 years ago
- aeaee43 hush: case logic for setting $? was still wrong by Denys Vlasenko · 8 years ago
- 30bfcf6 hush: non-matching "case" statement sets $? to 0 by Denys Vlasenko · 8 years ago
- 672a55e hush: allow { cmd } to not be terminated by semicolon in some cases by Denys Vlasenko · 8 years ago
- 06b1149 ash: fix "duplicate local" code (forgot to re-enable interrupts) by Denys Vlasenko · 8 years ago
- 1ab7c2f ash: while (!got_sig) pause() is not reliable, use sigsuspend() by Denys Vlasenko · 8 years ago
- d4f3db9 ash: if using libc glob(), skip it if no metachars are in word by Denys Vlasenko · 8 years ago
- 474ed06 ash: fix bit-rotten debug infrastructure by Denys Vlasenko · 8 years ago
- 493b9ca ash: make popfile() anfter popallfiles() safe by Denys Vlasenko · 8 years ago
- 9db74e4 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 8 years ago
- 7e67536 hush: fix "wait PID" by Denys Vlasenko · 8 years ago
- 8f7b024 ash: use pause(), not sigsuspend(), in wait builtin by Denys Vlasenko · 8 years ago
- d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
- 458c1f2 ash: [JOBS] Fix dowait signal race by Denys Vlasenko · 8 years ago
- c0663c7 ash: [SIGNAL] Remove EXSIG by Denys Vlasenko · 8 years ago
- 6918811 ash: open-code blocking_dowait_with_raise_on_sig() by Denys Vlasenko · 8 years ago
- b543bda ash: return to DOWAIT_* constants similar to dash, no logic changes by Denys Vlasenko · 8 years ago
- 3f44a6b ash: delete leftovers from "simplify EOF/newline handling in list parser" commit by Denys Vlasenko · 8 years ago
- 5ac04f2 ash: [EXPAND] Fix ifsfirst/ifslastp leak by Denys Vlasenko · 8 years ago
- 455e422 ash: move ifsbreakup() and ifsfree() up by Denys Vlasenko · 8 years ago
- b4f51d3 ash: partially sync with dash on "fork if traps are set" logic by Denys Vlasenko · 8 years ago
- 2eb0a7e ash: [SHELL] Expand ENV before using it by Denys Vlasenko · 8 years ago
- 7039233 ash: comment tweaks, no code changes by Denys Vlasenko · 8 years ago
- 65a8b85 ash: optimize tryexec(): avoid one allocation by Denys Vlasenko · 8 years ago
- 0e081d0 ash: [CD] Lookup PWD after going through CDPATH by Denys Vlasenko · 8 years ago
- a318bba ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc by Denys Vlasenko · 8 years ago
- dbef38a ash: [VAR] Remove setvarsafe by Denys Vlasenko · 8 years ago
- 35c2a13 ash: use shellparam.optind/optoff in getopts() directly, not through pointers by Denys Vlasenko · 8 years ago
- 3df1410 ash: [PARSER] Size optimisations in parameter expansion parser by Denys Vlasenko · 8 years ago
- 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago
- f15aa57 ash: [PARSER] Fix parsing of ${##1} by Denys Vlasenko · 8 years ago
- e19923f ash: [REDIR] Remove redundant CLOEXEC calls by Denys Vlasenko · 8 years ago
- 6477460 ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere by Denys Vlasenko · 8 years ago
- 4135a75 typo fixes by Denys Vlasenko · 8 years ago
- a513bf3 ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 by Denys Vlasenko · 8 years ago
- 88e1570 ash: [PARSER] Report substition errors at expansion time by Denys Vlasenko · 8 years ago
- eaf9436 ash: [REDIR] Move null redirect checks into caller by Denys Vlasenko · 8 years ago
- 2a6d29a ash: [PARSER] Do not show prompts in expandstr by Denys Vlasenko · 8 years ago
- 579ad10 ash: [EXPAND] Removed herefd hack by Denys Vlasenko · 8 years ago
- caee80c ash: [SHELL] Move flushall to the point just before _exit by Denys Vlasenko · 8 years ago
- 7aec868 ash: [EVAL] Let funcnode refer to a function definition, not its first command by Denys Vlasenko · 8 years ago
- 20a2cd6 ash: [REDIR] Remove EMFILE special case by Denys Vlasenko · 8 years ago