1. 2a2ab14 Fix an obvious thinko -Erik by Eric Andersen · 22 years ago
  2. 431a184 disambiguate a test by Eric Andersen · 22 years ago
  3. 31f9747 Fix needless formatting differences vs modutils by Eric Andersen · 22 years ago
  4. d69e31f Fix needless difference vs GNU by Eric Andersen · 22 years ago
  5. 1977a60 missed add for udhcp by Russ Dill · 22 years ago
  6. 61fb489 added full udhcp integration by Russ Dill · 22 years ago
  7. 9060a73 Doh! I screwed up applying vodz' patch. -Erik by Eric Andersen · 22 years ago
  8. e8a90fb After thinking about it, I think this patch from Matt Kraai is probably the by Eric Andersen · 22 years ago
  9. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  10. fdfe298 last_patch60 from vodz: by Eric Andersen · 22 years ago
  11. d274b53 last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' by Eric Andersen · 22 years ago
  12. 1bb1e83 last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option by Eric Andersen · 22 years ago
  13. adb058b Fixed the script. It always put output to 'stdout' and never to by "Steven J. Hill" · 22 years ago
  14. a39342b Remember to delete docs/busybox.pod by Eric Andersen · 22 years ago
  15. 5286494 Fix missing \n noticed by Robert Schwebel by Eric Andersen · 22 years ago
  16. 2983330 Fix segfault when testing if reaidng from stdin "-" by Glenn L McGrath · 22 years ago
  17. e0f5500 Fix init docs by Eric Andersen · 22 years ago
  18. 506177d Bugfix from Claudio Fleiner <claudio@fleiner.com> by Eric Andersen · 22 years ago
  19. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  20. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  21. a6f6e06 Fix dependancy so we rebuild busybox.o, usage.o and busybox.o by Eric Andersen · 22 years ago
  22. ad08298 Use %m, not strerror, and strerror(err) was broken anyways and should have been by Eric Andersen · 22 years ago
  23. d9d47c3 Patch from Konstantin Isakov <ikm@pisem.net>: by Eric Andersen · 22 years ago
  24. aa1d6cc Don't even try to run ash on uClinux. It won't work. -Erik by Eric Andersen · 22 years ago
  25. 6a97990 Set the close-on-exec flag, just to be saf by Eric Andersen · 22 years ago
  26. e4d2a43 Doh. We divide microseconds by 60? by Eric Andersen · 22 years ago
  27. 5c99581 Save status so we know if to delete compressed file by Glenn L McGrath · 22 years ago
  28. 924f93e make_directory() will fail instantly so we dont need to test for failure here by Glenn L McGrath · 22 years ago
  29. 891ee64 Fail straight away rather than recursively printing error messages :) by Glenn L McGrath · 22 years ago
  30. 8132e93 Fix for using '-' as the filename when reading from stdin by Glenn L McGrath · 22 years ago
  31. 92052e3 Bug fix from Nitin Gupta <gupta@equator.com> by Eric Andersen · 22 years ago
  32. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  33. a47a3ea Fix simple define problem by Glenn L McGrath · 22 years ago
  34. 6f2ebca Avoid calling exit() from within fork/vfork'ed processes. -Erik by Eric Andersen · 22 years ago
  35. a920871 Ignoring SIGCHLD causes a race leading to the occasional hang of init by Eric Andersen · 22 years ago
  36. 5a66b64 Reverse some minor changes that got caught up in my big unarchive patch by Glenn L McGrath · 22 years ago
  37. 69eab26 Remove files made obsolete by new unarchiving code by Glenn L McGrath · 22 years ago
  38. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  39. ecfa290 Fixup largefile settings -Erik by Eric Andersen · 22 years ago
  40. b3f7261 Fix error messages conditions, and make them the same as GNU mkdir. by Glenn L McGrath · 22 years ago
  41. 3a1d837 don't leak FILEs by Eric Andersen · 22 years ago
  42. 19feada update the noise a tiny bit by Eric Andersen · 22 years ago
  43. 7695b7b Update webpage by Eric Andersen · 22 years ago
  44. d499330 Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now by Manuel Novoa III · 22 years ago
  45. 06c35da patch from John Hall <john.hall@optionexist.co.uk> to change the by Eric Andersen · 22 years ago
  46. 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
  47. 793c3b4 Clear screen too. by Eric Andersen · 22 years ago
  48. dc180d1 re-enable the cursor, in case it got disabled -Erik by Eric Andersen · 22 years ago
  49. 6c32a8a Modified so that it "works" for archs other than i386... arm in particular. by Manuel Novoa III · 22 years ago
  50. 60943c5 Sane-ify the screen clearing stuff. -Erik by Eric Andersen · 22 years ago
  51. 39ad283 hehe. by Eric Andersen · 22 years ago
  52. 871d93c Vodz' last_patch57: by Eric Andersen · 22 years ago
  53. 927c3bd Support setting depth by Eric Andersen · 22 years ago
  54. a9a220b last_patch56 from vodz to simplify copy_file logic by Eric Andersen · 22 years ago
  55. bf8bf10 Patch from "Joe.C" <joe@numa.com.tw> by Eric Andersen · 22 years ago
  56. 34fd00a Patch from David McCullough <davidm@snapgear.com> by Eric Andersen · 22 years ago
  57. 7365c58 Use "MiB" not "Mb" -Erik by Eric Andersen · 22 years ago
  58. bdff6a4 Typo fix from Steven Merrifield by Eric Andersen · 22 years ago
  59. d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
  60. 02b8dfc Let people force overwrite links -Erik by Eric Andersen · 22 years ago
  61. 403a73a Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for by Eric Andersen · 22 years ago
  62. 18b76e6 Watch applet by Michael Habermann by Glenn L McGrath · 22 years ago
  63. 8fede28 Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip by Eric Andersen · 22 years ago
  64. a9cc896 Let people run SHUTDOWN actions prior to killing everything -Erik by Eric Andersen · 22 years ago
  65. e18cb71 Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> by Eric Andersen · 22 years ago
  66. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  67. 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
  68. 061c900 mesg applet by Manuel Novoa III by Glenn L McGrath · 22 years ago
  69. ebdc8b4 Put in GPL v2 or later copyright notice by Glenn L McGrath · 22 years ago
  70. ec0c48c openvt applet by Quy Tonthat by Glenn L McGrath · 22 years ago
  71. 6714862 Use busybox's show_usage function for help by Glenn L McGrath · 22 years ago
  72. 7a32aaa Awk applet written from scratch by Dmitry Zakharov by Glenn L McGrath · 22 years ago
  73. b3c4e9a Support for GNU style long filename and linknames by Glenn L McGrath · 22 years ago
  74. 186685d Patch from Thomas Gleixner <tglx@linutronix.de> to do by Eric Andersen · 22 years ago
  75. 4d0884a Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz (arith.c). by Manuel Novoa III · 22 years ago
  76. 7829b8d Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> by Eric Andersen · 22 years ago
  77. 2a1eb31 Yipe. uid and gid were reversed. -Erik by Eric Andersen · 22 years ago
  78. 2bec97c Some CML1 grammar fixes -Erik by Eric Andersen · 22 years ago
  79. 1130976 Eliminate use of obsolete sys_errlist[] -Erik by Eric Andersen · 22 years ago
  80. c3b7f7d chmod on the NEW file by Glenn L McGrath · 22 years ago
  81. 193697d Dont return an error if the directory already existed by Glenn L McGrath · 22 years ago
  82. 210aa14 Fix warning by Glenn L McGrath · 22 years ago
  83. abac53b Reorganise, make it just one function, remove -v option it didnt work properly anyway, dont setvbuf it doesnt make any difference in performance. by Glenn L McGrath · 22 years ago
  84. 1ee52e8 Run through indent, use braces by Glenn L McGrath · 22 years ago
  85. 933d10d Remove extrangeous backslashes that were probably introduced by by Aaron Lehmann · 22 years ago
  86. fbef225 Rewrite, its smaller by Glenn L McGrath · 22 years ago
  87. 192ff35 Remove empty loops by Glenn L McGrath · 22 years ago
  88. 0be933b Use static instead of extern, braces around if's, run through indent by Glenn L McGrath · 22 years ago
  89. 50812ff Apply vodz last_path_51-2 by Glenn L McGrath · 22 years ago
  90. de9e803 Apply vodz last_patch51_2 and run through indent by Glenn L McGrath · 22 years ago
  91. e599b6d Don't #ifdef __linux__. this is linux. by Aaron Lehmann · 22 years ago
  92. 7dd2cec ansify by Aaron Lehmann · 22 years ago
  93. 84878fe remove duplicate definition of G caught by tinycc by Aaron Lehmann · 22 years ago
  94. 0df910a for some baffling reason tinycc insists that i change this 0 to NULL by Aaron Lehmann · 22 years ago
  95. 5d3cb7c move some globals to bss by Aaron Lehmann · 22 years ago
  96. 8042f65 Run through indent, style by Glenn L McGrath · 22 years ago
  97. acfc0d8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  98. 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
  99. a199b17 Run through indent, specify cast by Glenn L McGrath · 22 years ago
  100. 14dad70 Run through indent by Glenn L McGrath · 22 years ago