1. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  2. 4144504 modutils: remove redundant sanitization by Denis Vlasenko · 16 years ago
  3. 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
  4. 323cbbf mdev: fix a bug where \t is not treated as delimiter after [>|=PATH] by Denis Vlasenko · 16 years ago
  5. aafbae6 mdev: make usage text more useful by Denis Vlasenko · 16 years ago
  6. e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
  7. 1f63229 rmmod: fix bug 263 by Denis Vlasenko · 16 years ago
  8. 1fb26da mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove" by Denis Vlasenko · 16 years ago
  9. 1d925af website: add http://www.dream-multimedia-tv.de/ to list of products using bbox by Denis Vlasenko · 16 years ago
  10. bc56974 hush: pass functions to child shells on NOMMU by Denis Vlasenko · 16 years ago
  11. ef1b439 dnsd: stop using oversized buffer. trim comment. by Denis Vlasenko · 16 years ago
  12. e12c902 halt/reboot/powerdown: accept and ignore -i by Denis Vlasenko · 16 years ago
  13. 51056b3 modutils: small optimization by Denis Vlasenko · 16 years ago
  14. f1df35c mdev: do not complain if /sys/block doesn't exist by Denis Vlasenko · 16 years ago
  15. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  16. 32a385f getty: fix handling of speed 0; stop using non-portable way of setting speeds. by Denis Vlasenko · 16 years ago
  17. 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
  18. f8de411 dnsd: removed highly questionable setting of signals to SIG_IGN by Denis Vlasenko · 16 years ago
  19. ddbf3bf dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com) by Denis Vlasenko · 16 years ago
  20. 135cecb ash: fix warning in debug build by Denis Vlasenko · 16 years ago
  21. c43430f hush: remove functions from TODOs by Denis Vlasenko · 16 years ago
  22. 0701dca hush: improve debugging output by Denis Vlasenko · 16 years ago
  23. ed05521 hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug by Denis Vlasenko · 16 years ago
  24. 75bccfa hush: tweak tests by Denis Vlasenko · 16 years ago
  25. ce4acbb hush: add function tests by Denis Vlasenko · 16 years ago
  26. 6ba6f54 hush: pass $n to functions by Denis Vlasenko · 16 years ago
  27. c0ea329 hush: fix a few thinkos in function support; make it work on NOMMU; by Denis Vlasenko · 16 years ago
  28. b7d8c0d hush: first stab at function support. argv passing is not coded yet. by Denis Vlasenko · 16 years ago
  29. 835fcfd hush: reinstate accidentally reverted comment fix by Denis Vlasenko · 16 years ago
  30. 0b677d8 hush: fix some TODOs. TODO in export builting: +250 bytes. by Denis Vlasenko · 16 years ago
  31. 1fd1ea4 hush: tighten up "for" variable name check. by Denis Vlasenko · 16 years ago
  32. 551bdfe hush: fix typo in comment by Denis Vlasenko · 16 years ago
  33. ed78237 fix segfault on syntax error code path by Denis Vlasenko · 16 years ago
  34. c96865f hush: readability improvements. by Denis Vlasenko · 16 years ago
  35. e05f928 add test cases for parameter substitution with unset/null strings by Mike Frysinger · 16 years ago
  36. 57e7467 dont crash if the variable we do substitution on is not set by Mike Frysinger · 16 years ago
  37. d68ae08 hush: shrink and make more versatile error-reporting machinery by Denis Vlasenko · 16 years ago
  38. 05d3b7c hush: deal with some easier TODOs by Denis Vlasenko · 16 years ago
  39. 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
  40. efea9d2 hush: fix EXIT trap recursion case; check redirection failures by Denis Vlasenko · 16 years ago
  41. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  42. 327fd47 skip some tests when fancy echo support is turned off by Mike Frysinger · 16 years ago
  43. c3d9195 we arent testing `echo -n` here so use printf instead by Mike Frysinger · 16 years ago
  44. 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
  45. fe013a7 patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0" a special baud rate for getty where it uses this as "leave baud rate unchanged" by Mike Frysinger · 16 years ago
  46. f50caac hush: typo in comment by Denis Vlasenko · 16 years ago
  47. a2218dd hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper by Denis Vlasenko · 16 years ago
  48. 5c090a9 hush: more rodust detection of unterminated strings etc; by Denis Vlasenko · 16 years ago
  49. ffe6f80 expand leak_all1.tests by Denis Vlasenko · 16 years ago
  50. 14725f8 slight tweak to the leak detector by Denis Vlasenko · 16 years ago
  51. cc90f44 hush: plug leak in run_pipe(). NOMMU only. by Denis Vlasenko · 16 years ago
  52. 08daf56 hush: add a leak test which currently fails by Denis Vlasenko · 16 years ago
  53. c73b70c hush: add leak detector helper; fix/add tests for it by Denis Vlasenko · 16 years ago
  54. 3dfb035 hush: echo \2>file fix by Denis Vlasenko · 16 years ago
  55. df6f95c FEATURE_FANCY_ECHO needs to be accessible for hush by Denis Vlasenko · 16 years ago
  56. 02d6f1a hush: fix heredoc expansion of $var and `cmd` by Denis Vlasenko · 16 years ago
  57. 25af86f hush: fix wrong comment by Denis Vlasenko · 16 years ago
  58. af07b7c hush: fix heredoc <<- handling. by Denis Vlasenko · 16 years ago
  59. 50f3aa4 hush: NOMMU-safe support of big heredocs by Denis Vlasenko · 16 years ago
  60. d4a24f2 here documents have been added, so drop from TODO by Mike Frysinger · 16 years ago
  61. 932e111 use sleep rather than usleep by Mike Frysinger · 16 years ago
  62. b509c9c add a pathological test case for here doc related to eof marker and other ugly corner cases by Mike Frysinger · 16 years ago
  63. a4f331d implement support for parameter substitution via #/% operators by Mike Frysinger · 16 years ago
  64. 6c9be7f hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) by Denis Vlasenko · 16 years ago
  65. ab2b064 hush: s/last_return_code/last_exitcode/g by Denis Vlasenko · 16 years ago
  66. 0e15138 hush: fix "if false; then...fi" exitcode; trim "keyword"-less hush by 10 bytes by Denis Vlasenko · 16 years ago
  67. 4ed67dd make hush-misc/*.tests executable by Denis Vlasenko · 16 years ago
  68. cd418a2 hush: fix a bunch of obscure while/until/continue bugs by Denis Vlasenko · 16 years ago
  69. 8f8d013 *.tests should be executable by Denis Vlasenko · 16 years ago
  70. 715f712 move hush-parsing/and-or.tests to hush-misc/* by Denis Vlasenko · 16 years ago
  71. 3a64833 add some brute force logic tests by Mike Frysinger · 16 years ago
  72. a2b11e3 hush: fix "false && echo yes || echo no" bug 265 by Denis Vlasenko · 16 years ago
  73. 0969a49 hush: beautify re_execute_shell more by Denis Vlasenko · 16 years ago
  74. 34e573d hush: drop allocations in re_execute_shell by Denis Vlasenko · 16 years ago
  75. 3c7167b add tests for basic fd open/close/dupe by Mike Frysinger · 16 years ago
  76. dc41780 fix #>&- syntax for closing fds by Mike Frysinger · 16 years ago
  77. 9052600 fix redir1 tests -- usleep isnt standard in $PATH by Mike Frysinger · 16 years ago
  78. 5e883fb hush: micro-optimization. -37 bytes by Denis Vlasenko · 16 years ago
  79. b1d11bf hush: more efficient filtering of "safe" arithmetic by Denis Vlasenko · 16 years ago
  80. d0b4a8c hush: add <> and () as "safe" arith chars by Denis Vlasenko · 16 years ago
  81. bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 16 years ago
  82. b0a6478 hush: fix "export a=a b=b" (was not setting and exporting b) by Denis Vlasenko · 16 years ago
  83. c8d2733 hush: update TODO list; + my usual pointless tweaks :( by Denis Vlasenko · 16 years ago
  84. d3f973e hush: mark SIGHUP TODOs better; don't disable SIGHUP for now, by Denis Vlasenko · 16 years ago
  85. a0e6512 hush: cosmetics, no code changes by Denis Vlasenko · 16 years ago
  86. f439304 modprobe/insmod for 2.4: support compressed modules. by Denis Vlasenko · 16 years ago
  87. 913a201 hush: strip NULs from file input, they are PITA/impossible to handle correctly by Denis Vlasenko · 16 years ago
  88. 258275d drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER by Mike Frysinger · 16 years ago
  89. c4a7af5 hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit: by Denis Vlasenko · 16 years ago
  90. f937528 hush: audit and fix "interactive shell" setup code. by Denis Vlasenko · 16 years ago
  91. 46f9b6d hush: pass $! thru re-execution; try harder on re-exec; give error by Denis Vlasenko · 16 years ago
  92. 232be3e hush: suppress bogus warning from 4.2.1 by Denis Vlasenko · 16 years ago
  93. 18f2a79 build system tweaks to account for latest hush changes by Denis Vlasenko · 16 years ago
  94. d85a5df hush: randomconfig fixes by Denis Vlasenko · 16 years ago
  95. cc4c693 hush: plug the leak on NOMMU re-execute path by Denis Vlasenko · 16 years ago
  96. c3ff48b fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
  97. 8a496d5 fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
  98. 30db43b hush: fix passing of $n on NOMMU by Denis Vlasenko · 16 years ago
  99. 16a0c74 hush: fix hush-misc/break5.tests NOMMU failure by Denis Vlasenko · 16 years ago
  100. 0bb4a23 hush: fix all testsuite failures on NOMMU except memory leak. by Denis Vlasenko · 16 years ago