1. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  2. 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
  3. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  4. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
  5. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
  6. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
  7. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  8. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
  9. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
  10. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
  11. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
  12. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
  13. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  14. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
  15. 598bb73 cosmetics by Denis Vlasenko · 17 years ago
  16. 2d0529c msh_function.patch: picked it up in the wild. by Denis Vlasenko · 17 years ago
  17. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  18. b8c9354 hush: add yet another bug to testsuite :( by Denis Vlasenko · 17 years ago
  19. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  20. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  21. d789206 msh: fix ENOENT testcase by Denis Vlasenko · 17 years ago
  22. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  23. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  24. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  25. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  26. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  27. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  28. b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
  29. dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  30. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  31. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  32. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  33. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  34. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  35. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  36. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  37. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  38. 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
  39. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  40. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  41. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
  42. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  43. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  44. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  45. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  46. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  47. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  48. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  49. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  50. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  51. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  52. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  53. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  54. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
  55. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  56. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  57. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
  58. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
  59. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  60. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  61. 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
  62. 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
  63. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  64. 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
  65. c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
  66. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  67. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  68. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  69. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  70. 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
  71. 28bf671 ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work by Denis Vlasenko · 17 years ago
  72. 773f671 typo fix by Denis Vlasenko · 17 years ago
  73. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  74. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  75. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  76. fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
  77. 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
  78. e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
  79. 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
  80. a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
  81. 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
  82. 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
  83. 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
  84. 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
  85. c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
  86. 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago
  87. 0ef240d hush: small fixes to docs/testsuite by Denis Vlasenko · 17 years ago
  88. 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
  89. 5c3d2b3 ash: readability enhancement, no code changes by Denis Vlasenko · 17 years ago
  90. 6e602c4 msh: also handle EOF/read errors correctly by Denis Vlasenko · 17 years ago
  91. 80667e3 msh: fix Ctrl-C handling with line editing by Denis Vlasenko · 17 years ago
  92. 36fc3cd ash: code readability enhancements, no real code changes by Denis Vlasenko · 17 years ago
  93. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  94. d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
  95. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  96. 08137c2 add expected output by Mike Frysinger · 17 years ago
  97. 3b49216 hush: fixlet for NOMMU update TODO_config_nommu by Denis Vlasenko · 17 years ago
  98. 528a8b9 cttyhack: trivial build fixlet by Denis Vlasenko · 17 years ago
  99. ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  100. c794c51 msh: reduce global data/bss usage by Denis Vlasenko · 17 years ago