1. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 17 years ago
  2. cd5c786 vi: remove two globals by Denis Vlasenko · 17 years ago
  3. c8be5ee hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. by Denis Vlasenko · 17 years ago
  4. b6a741f hush: consolidated variable expansion for assignments and "normal" one. by Denis Vlasenko · 17 years ago
  5. 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 17 years ago
  6. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 17 years ago
  7. a35958d netstat: fix error in new -W option handling by Denis Vlasenko · 17 years ago
  8. c666f71 hush: take care of several easy FIXMEs. -228 bytes. by Denis Vlasenko · 17 years ago
  9. 831dcc4 hush: another microscopic typo fix by Denis Vlasenko · 17 years ago
  10. c299032 hush: fix English in comment by Denis Vlasenko · 17 years ago
  11. 3e7b0e6 hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') by Denis Vlasenko · 17 years ago
  12. 1f4cf51 hush: fix expansion of quoted $VAR, $* and $@ by Denis Vlasenko · 17 years ago
  13. 8f6bdb4 hush: fix incorrect processing of echo "'$var'". by Denis Vlasenko · 17 years ago
  14. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 17 years ago
  15. c2b3e37 - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: by Bernhard Reutner-Fischer · 17 years ago
  16. 64332bf - busybox.c was removed a while ago by Bernhard Reutner-Fischer · 17 years ago
  17. d605094 hush: move testsuite files from hush-bugs to hush-parsing by Denis Vlasenko · 17 years ago
  18. 764d59d hush: more fixes to variable expansion, more testcases by Denis Vlasenko · 17 years ago
  19. 03eb8bf hush: move towards more correct variable expansion by Denis Vlasenko · 17 years ago
  20. 602d13c hush: fix '{ false; echo $?; }' bug. by Denis Vlasenko · 17 years ago
  21. 119b995 hush: reinstate hush_test, add testcases for process subst by Denis Vlasenko · 17 years ago
  22. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 17 years ago
  23. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 17 years ago
  24. 53079d4 hush: fix recent breakage (VAR=VAL stopped working) by Denis Vlasenko · 17 years ago
  25. 2b54aaa msh: fix obscure case with backticks and closed fd 1 by Denis Vlasenko · 17 years ago
  26. 389f9d5 awk: don't segfault on printf(%*s). Close 1337. by Denis Vlasenko · 17 years ago
  27. 57bf668 cryptpw: size reduction by Denis Vlasenko · 17 years ago
  28. 68de720 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). by Denis Vlasenko · 17 years ago
  29. 8465a99 less: fix case when regex search finds nothing by Denis Vlasenko · 17 years ago
  30. bf678d5 tftp: explain "block# 0" codepath; report our decision to bail out to server by Denis Vlasenko · 17 years ago
  31. a035e9f cryptpw: forgot svn add... how typical of me :( by Denis Vlasenko · 17 years ago
  32. a04561f tftp: code diet, and I think retransmits were broken. by Denis Vlasenko · 17 years ago
  33. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  34. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 17 years ago
  35. 0cacc80 kill: improve comment by Denis Vlasenko · 17 years ago
  36. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 17 years ago
  37. 21f0d4c hush: fix double-free in "echo TEST &" by Denis Vlasenko · 17 years ago
  38. b952835 svlogd: fix 'SEGV on uninitialized data' and make it honor TERM by Denis Vlasenko · 17 years ago
  39. dd4cb2b hush: stop generating extra empty pipes in parse stage. by Denis Vlasenko · 17 years ago
  40. a6c467f hush: preparatory patch for removing extra empty pipes generation by Denis Vlasenko · 17 years ago
  41. 734e5eb fix -Werror compile by Denis Vlasenko · 17 years ago
  42. ac0e5ab hush: fix "while true; do true; done" + ctrl-z by Denis Vlasenko · 17 years ago
  43. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 17 years ago
  44. 400c5b6 hush: add parse tree debug print by Denis Vlasenko · 17 years ago
  45. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 17 years ago
  46. f71d916 awk: guard against empty environment by Denis Vlasenko · 17 years ago
  47. e725bfe hush: fix "true | exit 3; echo $?" bug by Denis Vlasenko · 17 years ago
  48. f2fffd0 hush: remove env builtin (it is buggy). Add comments by Denis Vlasenko · 17 years ago
  49. 3bc1825 fix suid config handling by Denis Vlasenko · 17 years ago
  50. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 17 years ago
  51. 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 · 17 years ago
  52. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 17 years ago
  53. d01ff13 hush: simplify debugging prints a little bit by Denis Vlasenko · 17 years ago
  54. dd999a2 klogd: remove dependency on syslogd by Denis Vlasenko · 17 years ago
  55. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 17 years ago
  56. 4ac530c hush: add debugging for tracing execution, by Denis Vlasenko · 17 years ago
  57. ef36ead hush: fix incorrect exitcodes without job control by Denis Vlasenko · 17 years ago
  58. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 17 years ago
  59. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 17 years ago
  60. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 17 years ago
  61. 08c8c1d ash: fix infinite loop on exit if tty is not there anymore by Denis Vlasenko · 17 years ago
  62. e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 17 years ago
  63. b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 17 years ago
  64. 0937be5 hush: make hush properly detect EOF on stdin (even interactive one - by Denis Vlasenko · 17 years ago
  65. b5eaabb hush: add Ctrl-C handling to nofork case by Denis Vlasenko · 17 years ago
  66. 3ac0e00 hush: better signal handling across ctrl-z by Denis Vlasenko · 17 years ago
  67. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 17 years ago
  68. a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 17 years ago
  69. 706fdc9 find_root_device: use lstat - don't follow links by Denis Vlasenko · 17 years ago
  70. 1359da6 hush: make Ctrl-Z work (at least sometimes) by Denis Vlasenko · 17 years ago
  71. 762d35c hust: add a comment by Denis Vlasenko · 17 years ago
  72. 52881e9 hush: fix more backgrounding bugs. Plenty of them remains still. by Denis Vlasenko · 17 years ago
  73. 2f1bb36 hush: explain why "pipe; exit $?" doesn't show correct exitcode by Denis Vlasenko · 17 years ago
  74. 87cb2db hush: do not print message if killed by signal; by Denis Vlasenko · 17 years ago
  75. 54e7ffb hush: begin fixing non-functional job control by Denis Vlasenko · 17 years ago
  76. 5f786c2 hush: small code shrink; style fixes by Denis Vlasenko · 17 years ago
  77. f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 17 years ago
  78. d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 17 years ago
  79. 9ace613 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) by Denis Vlasenko · 17 years ago
  80. 05a6d9c doc: add README on shell job control by Denis Vlasenko · 17 years ago
  81. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  82. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 17 years ago
  83. c34d355 loop device code: readability improvement by Denis Vlasenko · 17 years ago
  84. 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 17 years ago
  85. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 17 years ago
  86. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 17 years ago
  87. 55b2de7 hush: remove stray semicolon (should change nothing) by Denis Vlasenko · 17 years ago
  88. 517d1aa ether-wake: save a few more bytes of code by Denis Vlasenko · 17 years ago
  89. 198714c ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it by Denis Vlasenko · 17 years ago
  90. 7d4c44e shells: remove few statics and duplicated code by Denis Vlasenko · 17 years ago
  91. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  92. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 17 years ago
  93. bc9d7d7 - we unconditionally need ruid. Fixes build error in line 334 by Bernhard Reutner-Fischer · 17 years ago
  94. ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 17 years ago
  95. e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 17 years ago
  96. 0922192 lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, by Denis Vlasenko · 17 years ago
  97. 84f75b0 doc: fix code example which may provoke warning by Denis Vlasenko · 17 years ago
  98. 8acf521 e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) by Denis Vlasenko · 17 years ago
  99. be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 17 years ago
  100. 91de7c0 update style-guide.txt by Denis Vlasenko · 17 years ago