1. 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
  2. b29eb6e shells: do not need to have math state global by Denis Vlasenko · 16 years ago
  3. 0dfe1d2 fix ash-alias/alias.tests failure by Denis Vlasenko · 16 years ago
  4. 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago
  5. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  6. f6fbd62 ash: add/improve comments, no code changes by Denis Vlasenko · 16 years ago
  7. 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
  8. 5368ad5 ash: expand comment by Denis Vlasenko · 16 years ago
  9. 1bb3d7e ash: add missing comma in debug scaffolding by Denis Vlasenko · 16 years ago
  10. b9e70dd ash: fix a case where we close wrong descriptor; add debug hack for that by Denis Vlasenko · 16 years ago
  11. f173395 ash: DEBUG should be 0 :) by Denis Vlasenko · 16 years ago
  12. b21f379 ash: fix TRACE commands by Denis Vlasenko · 16 years ago
  13. 653d8e7 ash: make evaltree save/restore int suppression depth. by Denis Vlasenko · 16 years ago
  14. 4b87570 ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler by Denis Vlasenko · 16 years ago
  15. 7f88e34 ash: tentatively fix bug 189. by Denis Vlasenko · 16 years ago
  16. 5c2b814 ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy by Denis Vlasenko · 16 years ago
  17. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  18. 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
  19. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  20. 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
  21. 81c3a1d ash: remove TODO which seems to actually work now. no code changes by Denis Vlasenko · 16 years ago
  22. f8535cc ash: finally installed it as /bin/sh on my machine. by Denis Vlasenko · 16 years ago
  23. e27dafd ash: add FIXME by Denis Vlasenko · 16 years ago
  24. 7b2294e ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" by Denis Vlasenko · 16 years ago
  25. 41eb300 ash: shrink on top of previous change by Denis Vlasenko · 16 years ago
  26. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  27. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  28. 1689840 ash: fix bad interaction between ash -c '....&' and bash compat by Denis Vlasenko · 16 years ago
  29. cc5feab ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT by Denis Vlasenko · 16 years ago
  30. 340299a ash: fix miscalculation of memory needed for eval tree by Denis Vlasenko · 16 years ago
  31. be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
  32. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  33. 834dee7 ash: support &> redirection (bashism). ~90 bytes of code by Denis Vlasenko · 16 years ago
  34. 176d49d ash: some beautification work, no code changes by Denis Vlasenko · 16 years ago
  35. 559691a ash: implement ">&file" bashism. ~100 bytes. by Denis Vlasenko · 16 years ago
  36. d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
  37. 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
  38. c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago
  39. 87d5fd9 ash: fix typo by Denis Vlasenko · 16 years ago
  40. 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
  41. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  42. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  43. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  44. 6fbb43b ash: teach ash about 123>file. It could take only 0..9 before by Denis Vlasenko · 16 years ago
  45. 6514c5e ash: ducument where "no fds > 9 in redirects" limitation is. no code changes. by Denis Vlasenko · 16 years ago
  46. 8d924ec ash: ditch dupredirect(), it was only making code harder to read. by Denis Vlasenko · 16 years ago
  47. 0b76964 ash: explain redirect code a bit by Denis Vlasenko · 16 years ago
  48. 2dc240c ash: code shrink by Denis Vlasenko · 16 years ago
  49. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  50. 3177ba0 ash: small code shrink by Denis Vlasenko · 16 years ago
  51. e7067e3 ash: fix segfault in "command -v" by Denis Vlasenko · 16 years ago
  52. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  53. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  54. ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
  55. 26bc57d ash: improve comments by Denis Vlasenko · 16 years ago
  56. 448d30e ash: fix very weak $RANDOM generator; and move even more things out of data/bss by Denis Vlasenko · 16 years ago
  57. 843cbd5 ash: move stuff out of data/bss by Denis Vlasenko · 16 years ago
  58. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  59. 2f5d0cd ash: trivial code readability fixes by Denis Vlasenko · 16 years ago
  60. 2b75a94 ash: improve readability of the code. No real code changes. by Denis Vlasenko · 16 years ago
  61. ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
  62. b07a496 ash: minor shrink (mostly smallints) and variable renaming by Denis Vlasenko · 16 years ago
  63. 9cd4c76 ash: fix "shift BIGNUM" and "read with no variable name" bugs. by Denis Vlasenko · 17 years ago
  64. 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
  65. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  66. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
  67. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  68. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  69. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  70. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  71. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  72. dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  73. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  74. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  75. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  76. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  77. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  78. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  79. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
  80. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  81. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  82. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  83. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  84. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  85. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  86. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  87. 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
  88. 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
  89. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  90. 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
  91. c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
  92. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  93. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  94. 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
  95. 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
  96. e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
  97. 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago
  98. 5c3d2b3 ash: readability enhancement, no code changes by Denis Vlasenko · 17 years ago
  99. 36fc3cd ash: code readability enhancements, no real code changes by Denis Vlasenko · 17 years ago
  100. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago