1. d40fa39 hush: add two testcases by Denis Vlasenko · 16 years ago
  2. e41fdbc watchdog: enable it before setting timeout by Denis Vlasenko · 16 years ago
  3. 8c64e03 hush: fix stdin of backgrounded pipe by Denis Vlasenko · 16 years ago
  4. 11c17f7 mdev: enlarge inline documentation by Denis Vlasenko · 16 years ago
  5. dcd78c4 hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" by Denis Vlasenko · 16 years ago
  6. 3798db5 mdev: support $ENVVAR=regex by Denis Vlasenko · 16 years ago
  7. f66fe9a another stab at fixing out-of-tree build by Denis Vlasenko · 16 years ago
  8. 9f8d938 same as previous, but -100 bytes by Denis Vlasenko · 16 years ago
  9. bf25fbc hush: fix handling of } which is not a closing one in { cmd; } by Denis Vlasenko · 16 years ago
  10. a29c935 hopefully fix out-of-tree build broken by 26139 by Denis Vlasenko · 16 years ago
  11. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  12. 885b6f2 fix build errors when function support is turned off by Mike Frysinger · 16 years ago
  13. 6008d8a hush: fix thinko in error msg by Denis Vlasenko · 16 years ago
  14. 38e626d hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output by Denis Vlasenko · 16 years ago
  15. 6a07d1f acpid: prevent creation of zombies by Denis Vlasenko · 16 years ago
  16. 7301067 hush: fix thinko in unset_func by Denis Vlasenko · 16 years ago
  17. 40e8437 hush: implement unset -f; beautify the handling of signal-killed pipe by Denis Vlasenko · 16 years ago
  18. eb85849 hush: deal with umask TODO (symbolic modes) by Denis Vlasenko · 16 years ago
  19. 6b9e053 hush: implement proper SIGHUP handling by Denis Vlasenko · 16 years ago
  20. 7b9e5c5 builtin_return's parameter is not unused by Denis Vlasenko · 16 years ago
  21. 3d40d8e hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes by Denis Vlasenko · 16 years ago
  22. 3be2308 fix move_to_unaligned32 by Denis Vlasenko · 16 years ago
  23. 66cb86e build system: remove some unnecessary rebuilds by Denis Vlasenko · 16 years ago
  24. 270b1c3 hush: set $n properly for "source" builtin by Denis Vlasenko · 16 years ago
  25. 4ea187f hush: fix non-interactive response to pipe being stopped. by Denis Vlasenko · 16 years ago
  26. e4bd4f2 hush: unblock TERM, INT, HUP in child shells too. by Denis Vlasenko · 16 years ago
  27. f8c1f02 hush: disallow "{echo hi; }" (require whitespace) by Denis Vlasenko · 16 years ago
  28. 5ff9629 mdev: add large comment, fix a buglet with subsystem and /sys/block by Denis Vlasenko · 16 years ago
  29. 184f4ff disable FLASH_ERASEALL in defconfig by Denis Vlasenko · 16 years ago
  30. 3161b61 mdev: set mode, needed when device node already exists. by Denis Vlasenko · 16 years ago
  31. 6dda5de mdev: change subsystem syntax from /subsystem to subsystem/devname by Denis Vlasenko · 16 years ago
  32. ea4f084 update example udhcpc script by Denis Vlasenko · 16 years ago
  33. fa4ca78 hush: add a TODO by Denis Vlasenko · 16 years ago
  34. bb92951 hush: fix "if { echo foo; } then { echo bar; } fi" parsing by Denis Vlasenko · 16 years ago
  35. 74a931a hush: stop ignoring ^Z in child shells by Denis Vlasenko · 16 years ago
  36. c4ada79 hush: remove old disabled ^Z handling by Denis Vlasenko · 16 years ago
  37. 41ddecd hush: fix heredoc_huge.tests broken in last commits by Denis Vlasenko · 16 years ago
  38. c376db3 hush: remove TODO comment itself :) by Denis Vlasenko · 16 years ago
  39. 27014ed hush: deal with a TODO: move argv_from_re_execing out of globals by Denis Vlasenko · 16 years ago
  40. c358722 Start 1.15.x development by Denis Vlasenko · 16 years ago
  41. bae3abf website: another tweak by Denis Vlasenko · 16 years ago
  42. 9367734 website: yet another small tweak by Denis Vlasenko · 16 years ago
  43. 6c76a96 website: another tiny tweak by Denis Vlasenko · 16 years ago
  44. 4e4c5db website: textual fixes in 1.14.0 announcement text by Denis Vlasenko · 16 years ago
  45. 5dcb43a website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 by Denis Vlasenko · 16 years ago 1_14_0
  46. 32a3d08 mdev: safer handling of $SUBSYSTEM in mdev -s by Denis Vlasenko · 16 years ago
  47. 7223424 pointless whitespace/comment fixes, no code changes by Denis Vlasenko · 16 years ago
  48. 7f95937 randomconfig fixes by Denis Vlasenko · 16 years ago
  49. b024f8d website: update ActionTec URL to http://opensource.actiontec.com/ by Denis Vlasenko · 16 years ago
  50. 33c6b2a website: fix obsolete by Denis Vlasenko · 16 years ago
  51. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  52. f2b39e0 mdev: add support for - "dont stop here" char by Denis Vlasenko · 16 years ago
  53. 065c714 mdev: provide $SUBSYSTEM (by Vladimir) by Denis Vlasenko · 16 years ago
  54. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  55. 4144504 modutils: remove redundant sanitization by Denis Vlasenko · 16 years ago
  56. 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
  57. 323cbbf mdev: fix a bug where \t is not treated as delimiter after [>|=PATH] by Denis Vlasenko · 16 years ago
  58. aafbae6 mdev: make usage text more useful by Denis Vlasenko · 16 years ago
  59. e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
  60. 1f63229 rmmod: fix bug 263 by Denis Vlasenko · 16 years ago
  61. 1fb26da mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove" by Denis Vlasenko · 16 years ago
  62. 1d925af website: add http://www.dream-multimedia-tv.de/ to list of products using bbox by Denis Vlasenko · 16 years ago
  63. bc56974 hush: pass functions to child shells on NOMMU by Denis Vlasenko · 16 years ago
  64. ef1b439 dnsd: stop using oversized buffer. trim comment. by Denis Vlasenko · 16 years ago
  65. e12c902 halt/reboot/powerdown: accept and ignore -i by Denis Vlasenko · 16 years ago
  66. 51056b3 modutils: small optimization by Denis Vlasenko · 16 years ago
  67. f1df35c mdev: do not complain if /sys/block doesn't exist by Denis Vlasenko · 16 years ago
  68. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  69. 32a385f getty: fix handling of speed 0; stop using non-portable way of setting speeds. by Denis Vlasenko · 16 years ago
  70. 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
  71. f8de411 dnsd: removed highly questionable setting of signals to SIG_IGN by Denis Vlasenko · 16 years ago
  72. ddbf3bf dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com) by Denis Vlasenko · 16 years ago
  73. 135cecb ash: fix warning in debug build by Denis Vlasenko · 16 years ago
  74. c43430f hush: remove functions from TODOs by Denis Vlasenko · 16 years ago
  75. 0701dca hush: improve debugging output by Denis Vlasenko · 16 years ago
  76. ed05521 hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug by Denis Vlasenko · 16 years ago
  77. 75bccfa hush: tweak tests by Denis Vlasenko · 16 years ago
  78. ce4acbb hush: add function tests by Denis Vlasenko · 16 years ago
  79. 6ba6f54 hush: pass $n to functions by Denis Vlasenko · 16 years ago
  80. c0ea329 hush: fix a few thinkos in function support; make it work on NOMMU; by Denis Vlasenko · 16 years ago
  81. b7d8c0d hush: first stab at function support. argv passing is not coded yet. by Denis Vlasenko · 16 years ago
  82. 835fcfd hush: reinstate accidentally reverted comment fix by Denis Vlasenko · 16 years ago
  83. 0b677d8 hush: fix some TODOs. TODO in export builting: +250 bytes. by Denis Vlasenko · 16 years ago
  84. 1fd1ea4 hush: tighten up "for" variable name check. by Denis Vlasenko · 16 years ago
  85. 551bdfe hush: fix typo in comment by Denis Vlasenko · 16 years ago
  86. ed78237 fix segfault on syntax error code path by Denis Vlasenko · 16 years ago
  87. c96865f hush: readability improvements. by Denis Vlasenko · 16 years ago
  88. e05f928 add test cases for parameter substitution with unset/null strings by Mike Frysinger · 16 years ago
  89. 57e7467 dont crash if the variable we do substitution on is not set by Mike Frysinger · 16 years ago
  90. d68ae08 hush: shrink and make more versatile error-reporting machinery by Denis Vlasenko · 16 years ago
  91. 05d3b7c hush: deal with some easier TODOs by Denis Vlasenko · 16 years ago
  92. 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
  93. efea9d2 hush: fix EXIT trap recursion case; check redirection failures by Denis Vlasenko · 16 years ago
  94. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  95. 327fd47 skip some tests when fancy echo support is turned off by Mike Frysinger · 16 years ago
  96. c3d9195 we arent testing `echo -n` here so use printf instead by Mike Frysinger · 16 years ago
  97. 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
  98. 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
  99. f50caac hush: typo in comment by Denis Vlasenko · 16 years ago
  100. a2218dd hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper by Denis Vlasenko · 16 years ago