1. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 18 years ago
  2. 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
  3. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
  4. d01ff13 hush: simplify debugging prints a little bit by Denis Vlasenko · 18 years ago
  5. dd999a2 klogd: remove dependency on syslogd by Denis Vlasenko · 18 years ago
  6. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 18 years ago
  7. 4ac530c hush: add debugging for tracing execution, by Denis Vlasenko · 18 years ago
  8. ef36ead hush: fix incorrect exitcodes without job control by Denis Vlasenko · 18 years ago
  9. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
  10. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
  11. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 18 years ago
  12. 08c8c1d ash: fix infinite loop on exit if tty is not there anymore by Denis Vlasenko · 18 years ago
  13. e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 18 years ago
  14. b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 18 years ago
  15. 0937be5 hush: make hush properly detect EOF on stdin (even interactive one - by Denis Vlasenko · 18 years ago
  16. b5eaabb hush: add Ctrl-C handling to nofork case by Denis Vlasenko · 18 years ago
  17. 3ac0e00 hush: better signal handling across ctrl-z by Denis Vlasenko · 18 years ago
  18. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 18 years ago
  19. a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 18 years ago
  20. 706fdc9 find_root_device: use lstat - don't follow links by Denis Vlasenko · 18 years ago
  21. 1359da6 hush: make Ctrl-Z work (at least sometimes) by Denis Vlasenko · 18 years ago
  22. 762d35c hust: add a comment by Denis Vlasenko · 18 years ago
  23. 52881e9 hush: fix more backgrounding bugs. Plenty of them remains still. by Denis Vlasenko · 18 years ago
  24. 2f1bb36 hush: explain why "pipe; exit $?" doesn't show correct exitcode by Denis Vlasenko · 18 years ago
  25. 87cb2db hush: do not print message if killed by signal; by Denis Vlasenko · 18 years ago
  26. 54e7ffb hush: begin fixing non-functional job control by Denis Vlasenko · 18 years ago
  27. 5f786c2 hush: small code shrink; style fixes by Denis Vlasenko · 18 years ago
  28. f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 18 years ago
  29. d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 18 years ago
  30. 9ace613 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) by Denis Vlasenko · 18 years ago
  31. 05a6d9c doc: add README on shell job control by Denis Vlasenko · 18 years ago
  32. 8581863 procps: remove all global variables by Denis Vlasenko · 18 years ago
  33. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
  34. c34d355 loop device code: readability improvement by Denis Vlasenko · 18 years ago
  35. 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 18 years ago
  36. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 18 years ago
  37. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 18 years ago
  38. 55b2de7 hush: remove stray semicolon (should change nothing) by Denis Vlasenko · 18 years ago
  39. 517d1aa ether-wake: save a few more bytes of code by Denis Vlasenko · 18 years ago
  40. 198714c ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it by Denis Vlasenko · 18 years ago
  41. 7d4c44e shells: remove few statics and duplicated code by Denis Vlasenko · 18 years ago
  42. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  43. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 18 years ago
  44. bc9d7d7 - we unconditionally need ruid. Fixes build error in line 334 by Bernhard Reutner-Fischer · 18 years ago
  45. ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 18 years ago
  46. e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 18 years ago
  47. 0922192 lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, by Denis Vlasenko · 18 years ago
  48. 84f75b0 doc: fix code example which may provoke warning by Denis Vlasenko · 18 years ago
  49. 8acf521 e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) by Denis Vlasenko · 18 years ago
  50. be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 18 years ago
  51. 91de7c0 update style-guide.txt by Denis Vlasenko · 18 years ago
  52. 58394b1 xargs: simplify word list management by Denis Vlasenko · 18 years ago
  53. e471275 msh: style fixes shell/README - a place to record things about busybox shells by Denis Vlasenko · 18 years ago
  54. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
  55. 8a28e62 lash: recognize and use NOFORK applets by Denis Vlasenko · 18 years ago
  56. bf3561f lineedit: do not try to open NULL history file by Denis Vlasenko · 18 years ago
  57. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  58. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  59. 334fa9b dpkg: use nitfields which are a bit closer to typical ushort. Code size -800. by Denis Vlasenko · 18 years ago
  60. 8746885 style fixes by Denis Vlasenko · 18 years ago
  61. f7fcca4 sourse_route_list -> source_route_list by Denis Vlasenko · 18 years ago
  62. 1d6a4ae make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) by Denis Vlasenko · 18 years ago
  63. fbf6dea hush: more style fixes. by Denis Vlasenko · 18 years ago
  64. f03dbed hush: comment out and replace bug in set_local_var: by Denis Vlasenko · 18 years ago
  65. b636d8c shell/: add SUSv3 doc for fast & easy reference by Denis Vlasenko · 18 years ago
  66. beaca81 fix typo in comment by Denis Vlasenko · 18 years ago
  67. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 18 years ago
  68. 945bd3d sed: fix escaped newlines in -f; fix multiple -f and -e by Denis Vlasenko · 18 years ago
  69. 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 18 years ago
  70. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 18 years ago
  71. b69f35e lash: "forking" applets are actually can be treated the same way as "non-forked". by Denis Vlasenko · 18 years ago
  72. 7cced6e fix realloc-of-non-malloced pointer, and reduce size while at it by Denis Vlasenko · 18 years ago
  73. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 18 years ago
  74. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  75. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 18 years ago
  76. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  77. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  78. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  79. d7c8196 ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) by Denis Vlasenko · 18 years ago
  80. 8fd3712 fix typo in doc by Denis Vlasenko · 18 years ago
  81. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  82. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  83. 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 18 years ago
  84. 0d05836 Add NOFORK/NOEXEC documentation. by Denis Vlasenko · 18 years ago
  85. 03fc408 fix typo in comment by Denis Vlasenko · 18 years ago
  86. d571c08 fix misplaced #if by Denis Vlasenko · 18 years ago
  87. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  88. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  89. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  90. 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 18 years ago
  91. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  92. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  93. 07c394e - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. by Bernhard Reutner-Fischer · 18 years ago
  94. 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
  95. f73cac8 - forgot this hunk that corrects the usage text of ip by Bernhard Reutner-Fischer · 18 years ago
  96. e87d795 - rewrite the ip applet to be less bloaty by Bernhard Reutner-Fischer · 18 years ago
  97. 51f7ab6 - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. by Bernhard Reutner-Fischer · 18 years ago
  98. 246b5c3 one-liner: fix indentation by Denis Vlasenko · 18 years ago
  99. b38cf3f bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ by Denis Vlasenko · 18 years ago
  100. a9d7d24 echo: fix regression ("echo" with no arguments didn't print newline. by Denis Vlasenko · 18 years ago