1. 27f79ff hush: trivial buglet found by randomconfig testing by Denis Vlasenko · 18 years ago
  2. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  3. 4ef7d3a verror_msg: don't printf(NULL) by Denis Vlasenko · 18 years ago
  4. fe3e177 test: close bug 1371 test: plug a memory leak by Denis Vlasenko · 18 years ago
  5. 1c9ad62 ping: fix wrong sign extension of packet id (bug 1373) by Denis Vlasenko · 18 years ago
  6. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  7. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  8. 6239b1f - fix typo in help text and fix punctuation by Bernhard Reutner-Fischer · 18 years ago
  9. ba7cf26 hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code. by Denis Vlasenko · 18 years ago
  10. 0a83fc3 hush: avoid duplicating HUSH_VERSION by Denis Vlasenko · 18 years ago
  11. 201c72a hush: micro-optimization in new variable code by Denis Vlasenko · 18 years ago
  12. 28c0f0f hush: we can't do without variable->value member, saving 25 bytes of code by Denis Vlasenko · 18 years ago
  13. d76c049 hush: rework variable storage and environment handling. by Denis Vlasenko · 18 years ago
  14. 163a855 hush: update README with yet another failure case by Denis Vlasenko · 18 years ago
  15. 5a1437d hush: fix segfaulting syntax error in interactive hush by Denis Vlasenko · 18 years ago
  16. cd7f4d2 hush: improve 2 testsuite tests by Denis Vlasenko · 18 years ago
  17. 2b6bbad hush: add 2 tests for correct syntax error reporting by Denis Vlasenko · 18 years ago
  18. 0fe67b1 udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not loaded). by Denis Vlasenko · 18 years ago
  19. b055001 hush: fix handling of unmatched ${name (without closing '}') - by Denis Vlasenko · 18 years ago
  20. 90e485c hush: make syntax error messages a bit more useful by Denis Vlasenko · 18 years ago
  21. 1744cb1 hush: prepare testsuite for new, fixed error message format by Denis Vlasenko · 18 years ago
  22. 170435c hush: fix job control with eval /bin/external_prog by Denis Vlasenko · 18 years ago
  23. 1a73586 hush: fix a bit different instance of "No EOL" bug, by Denis Vlasenko · 18 years ago
  24. 94dace3 fix execute bit on hush-misc/shift.tests by Denis Vlasenko · 18 years ago
  25. 6963eb5 hdparm: make -T -t code smaller (-194 bytes), and output prettier by Denis Vlasenko · 18 years ago
  26. 0681033 hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. by Denis Vlasenko · 18 years ago
  27. 8805eeb shells: update README and testsuite. environment memory leak by Denis Vlasenko · 18 years ago
  28. 219e88d hush: using smallints where we can. save ~20 bytes in code and by Denis Vlasenko · 18 years ago
  29. 004baba hush: fix shift + $0 bug; add testcase by Denis Vlasenko · 18 years ago
  30. 262d765 hush: trivial size optimization by Denis Vlasenko · 18 years ago
  31. 14b5dd9 hush: make process substitution configurable; add a testcase by Denis Vlasenko · 18 years ago
  32. fe52a74 busybox.net: announce 1.5.1 on the web site. by Denis Vlasenko · 18 years ago
  33. 46846e2 ash: implement type -p, costs less than 10 bytes by Denis Vlasenko · 18 years ago
  34. 38ec147 mount: fix mounting of symlinks (mount from util-linux allows that) by Denis Vlasenko · 18 years ago
  35. 6d70997 cttyhack: new applet. by Denis Vlasenko · 18 years ago
  36. 4500c58 make "static linking against glibc" an #error, not #warning by Denis Vlasenko · 18 years ago
  37. d9b5ab8 awk: fix a trivial bug introduced by me. by Denis Vlasenko · 18 years ago
  38. 78e48b2 we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), fix this by Denis Vlasenko · 18 years ago
  39. ffba941 awk: make code a bit less obfuscated by Denis Vlasenko · 18 years ago
  40. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  41. cd5c786 vi: remove two globals by Denis Vlasenko · 18 years ago
  42. c8be5ee hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. by Denis Vlasenko · 18 years ago
  43. b6a741f hush: consolidated variable expansion for assignments and "normal" one. by Denis Vlasenko · 18 years ago
  44. 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 18 years ago
  45. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 18 years ago
  46. a35958d netstat: fix error in new -W option handling by Denis Vlasenko · 18 years ago
  47. c666f71 hush: take care of several easy FIXMEs. -228 bytes. by Denis Vlasenko · 18 years ago
  48. 831dcc4 hush: another microscopic typo fix by Denis Vlasenko · 18 years ago
  49. c299032 hush: fix English in comment by Denis Vlasenko · 18 years ago
  50. 3e7b0e6 hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') by Denis Vlasenko · 18 years ago
  51. 1f4cf51 hush: fix expansion of quoted $VAR, $* and $@ by Denis Vlasenko · 18 years ago
  52. 8f6bdb4 hush: fix incorrect processing of echo "'$var'". by Denis Vlasenko · 18 years ago
  53. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
  54. c2b3e37 - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: by Bernhard Reutner-Fischer · 18 years ago
  55. 64332bf - busybox.c was removed a while ago by Bernhard Reutner-Fischer · 18 years ago
  56. d605094 hush: move testsuite files from hush-bugs to hush-parsing by Denis Vlasenko · 18 years ago
  57. 764d59d hush: more fixes to variable expansion, more testcases by Denis Vlasenko · 18 years ago
  58. 03eb8bf hush: move towards more correct variable expansion by Denis Vlasenko · 18 years ago
  59. 602d13c hush: fix '{ false; echo $?; }' bug. by Denis Vlasenko · 18 years ago
  60. 119b995 hush: reinstate hush_test, add testcases for process subst by Denis Vlasenko · 18 years ago
  61. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
  62. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago
  63. 53079d4 hush: fix recent breakage (VAR=VAL stopped working) by Denis Vlasenko · 18 years ago
  64. 2b54aaa msh: fix obscure case with backticks and closed fd 1 by Denis Vlasenko · 18 years ago
  65. 389f9d5 awk: don't segfault on printf(%*s). Close 1337. by Denis Vlasenko · 18 years ago
  66. 57bf668 cryptpw: size reduction by Denis Vlasenko · 18 years ago
  67. 68de720 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). by Denis Vlasenko · 18 years ago
  68. 8465a99 less: fix case when regex search finds nothing by Denis Vlasenko · 18 years ago
  69. bf678d5 tftp: explain "block# 0" codepath; report our decision to bail out to server by Denis Vlasenko · 18 years ago
  70. a035e9f cryptpw: forgot svn add... how typical of me :( by Denis Vlasenko · 18 years ago
  71. a04561f tftp: code diet, and I think retransmits were broken. by Denis Vlasenko · 18 years ago
  72. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 18 years ago
  73. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
  74. 0cacc80 kill: improve comment by Denis Vlasenko · 18 years ago
  75. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 18 years ago
  76. 21f0d4c hush: fix double-free in "echo TEST &" by Denis Vlasenko · 18 years ago
  77. b952835 svlogd: fix 'SEGV on uninitialized data' and make it honor TERM by Denis Vlasenko · 18 years ago
  78. dd4cb2b hush: stop generating extra empty pipes in parse stage. by Denis Vlasenko · 18 years ago
  79. a6c467f hush: preparatory patch for removing extra empty pipes generation by Denis Vlasenko · 18 years ago
  80. 734e5eb fix -Werror compile by Denis Vlasenko · 18 years ago
  81. ac0e5ab hush: fix "while true; do true; done" + ctrl-z by Denis Vlasenko · 18 years ago
  82. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 18 years ago
  83. 400c5b6 hush: add parse tree debug print by Denis Vlasenko · 18 years ago
  84. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
  85. f71d916 awk: guard against empty environment by Denis Vlasenko · 18 years ago
  86. e725bfe hush: fix "true | exit 3; echo $?" bug by Denis Vlasenko · 18 years ago
  87. f2fffd0 hush: remove env builtin (it is buggy). Add comments by Denis Vlasenko · 18 years ago
  88. 3bc1825 fix suid config handling by Denis Vlasenko · 18 years ago
  89. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 18 years ago
  90. 3c82e48 allow people to stick custom things into Makefile.local so they dont need to update busybox files while integrating into other build systems (like uClinux-dist) by Mike Frysinger · 18 years ago
  91. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
  92. d01ff13 hush: simplify debugging prints a little bit by Denis Vlasenko · 18 years ago
  93. dd999a2 klogd: remove dependency on syslogd by Denis Vlasenko · 18 years ago
  94. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 18 years ago
  95. 4ac530c hush: add debugging for tracing execution, by Denis Vlasenko · 18 years ago
  96. ef36ead hush: fix incorrect exitcodes without job control by Denis Vlasenko · 18 years ago
  97. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
  98. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
  99. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 18 years ago
  100. 08c8c1d ash: fix infinite loop on exit if tty is not there anymore by Denis Vlasenko · 18 years ago