1. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  2. b5c2985 Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in by Mark Whitley · 24 years ago
  3. 065c7e7 Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for by Mark Whitley · 24 years ago
  4. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  5. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  6. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  7. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  8. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  9. 63ec273 Added floppyfw to list of known projects using BusyBox. by Mark Whitley · 24 years ago
  10. 82d5e59 xfopen now used by wget -Erik by Eric Andersen · 24 years ago
  11. 79e898a Patch from Vladimir N. Oleynik to simplify wget file opening by Eric Andersen · 24 years ago
  12. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  13. 53cfb7e Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c by Eric Andersen · 24 years ago
  14. 704d2a6 Patch from Vladimir N. Oleynik to simplify how it decides which by Eric Andersen · 24 years ago
  15. 39573f7 Wrap a table (bg set to black, width=80%) around the screenshot by Eric Andersen · 24 years ago
  16. 18d5064 Make it validate. by Matt Kraai · 24 years ago
  17. 9ba0daf Close IMG tag. by Matt Kraai · 24 years ago
  18. 93a8e2e Patch from Larry Doolittle to reduce the chance that fussing with VPATH will by Eric Andersen · 24 years ago
  19. 306f4fe If the ioctl fails to tell us the winsize, default to 79. -Erik by Eric Andersen · 24 years ago
  20. 22332fd Patch from Bryan Rittmeyer -- be more conservative by default by Eric Andersen · 24 years ago
  21. ac21e93 Added a new screenshot of Busybox. :-) by Mark Whitley · 24 years ago
  22. 4bbdd78 Fix the pwd and group functions. The bb_ stuff was a leftover from by Eric Andersen · 24 years ago
  23. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  24. 8526067 Applied patch from Larry Doolittle to use preprocessor for defining by Mark Whitley · 24 years ago
  25. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  26. 201dc0d Test applets containing numbers in their name. Thanks to Larry Doolittle. by Matt Kraai · 24 years ago
  27. ceade5c Fix missing header file. by Matt Kraai · 24 years ago
  28. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  29. 90ca284 Fix some formatting by Eric Andersen · 24 years ago
  30. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  31. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  32. 3654ca5 Applied patch from Larry Doolittle to list supported arches, libcs and kernels by Mark Whitley · 24 years ago
  33. 4e33875 Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion by Mark Whitley · 24 years ago
  34. a68b21a Cleanup patch from larry doolittle -Erik by Eric Andersen · 24 years ago
  35. 6e25f92 Fixed a li'l thinko. by Mark Whitley · 24 years ago
  36. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  37. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  38. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  39. d5cad14 Update the arch-not-yet-supported msg to be more clear. by Eric Andersen · 24 years ago
  40. dff9d54 Add errno.h by Eric Andersen · 24 years ago
  41. 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago
  42. 114ad9c Fix a stupid bug I introduced yesterday. Doh! -Erik by Eric Andersen · 24 years ago
  43. dbb8f8d Update some comments to clarify things. by Eric Andersen · 24 years ago
  44. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  45. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  46. 8ba1b11 Because you demanded it, source tree snapshots are made available daily. by Mark Whitley · 24 years ago
  47. 0bc20ca Added Linux on nanoEngine to the list of known users. by Mark Whitley · 24 years ago
  48. 537d165 Update contact info. by Eric Andersen · 24 years ago
  49. c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 24 years ago
  50. 155c89b I just wrote 'insmod -o' to close bug#1049. by Eric Andersen · 24 years ago
  51. 15f29e7 Tar, by itself, could fail. by Eric Andersen · 24 years ago
  52. cc2bcdc Cleanup from Larry Doolittle by Eric Andersen · 24 years ago
  53. 39b727f Fix for dpkg-deb, courtesy of Larry Doolittle. -Erik by Eric Andersen · 24 years ago
  54. 3862423 Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that by Eric Andersen · 24 years ago
  55. 70c6086 More regression testing found buglets by Eric Andersen · 24 years ago
  56. 86f3d5b Bug fix and small create_module cleanup from Larry Doolittle to by Eric Andersen · 24 years ago
  57. 54e9457 Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that. -Erik by Eric Andersen · 24 years ago
  58. 23a93f5 More regression-found bug fixes by Eric Andersen · 24 years ago
  59. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  60. 26439a2 Cleanup for build problem found using regression script by Eric Andersen · 24 years ago
  61. 088d9e0 Fix _old_ bug so that the regression test actually works. -Erik by Eric Andersen · 24 years ago
  62. 7d69701 Some behavioral updates to wget so it acts a bit nicer. -Erik by Eric Andersen · 24 years ago
  63. 8c5cb31 Fix up insmod usage info to mention -L by Eric Andersen · 24 years ago
  64. a18aaf1 Make insmod understand (and ignore) -L, and convert it to use getopt. by Eric Andersen · 24 years ago
  65. c5cd470 Update comments re netkit-tiny... -Erik by Eric Andersen · 24 years ago
  66. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  67. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  68. a5b55ca - Added a section on avoiding static buffers, per mailing list discussions by Mark Whitley · 24 years ago
  69. f1b0c77 Fixed tiny typo. by Mark Whitley · 24 years ago
  70. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  71. 2b8d07c Bug fix. by Eric Andersen · 24 years ago
  72. 9136e3c Remove host* applets from the default build. by Eric Andersen · 24 years ago
  73. e132119 Fix silly typo by Eric Andersen · 24 years ago
  74. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  75. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  76. 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
  77. 8f8dab9 Fixed listed files to extract to be more like GNU. Reported by Deon George. by Matt Kraai · 24 years ago
  78. 0d5a08e Patch from Larry Doolittle to close bug #1086. -Erik by Eric Andersen · 24 years ago
  79. b098b6d Update time by Eric Andersen · 24 years ago
  80. fe9888a Fix naming to reflect reality by Eric Andersen · 24 years ago
  81. 965fa32 Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case. by Eric Andersen · 24 years ago
  82. e2310b5 djust debian build targets by Eric Andersen · 24 years ago
  83. c73a7f9 lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. by Eric Andersen · 24 years ago
  84. 370fb08 Clarify the statusbar config option so it states which applet it applies to. by Eric Andersen · 24 years ago
  85. 6092680 Adjust the default feature set a wee bit by Eric Andersen · 24 years ago
  86. 5f825ee Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>, by Eric Andersen · 24 years ago
  87. f914a8a Close files before exit by Glenn L McGrath · 24 years ago
  88. 6f65a3a More printf cleanups by Eric Andersen · 24 years ago
  89. 1d26943 Close unused pipe handle before fork (for tar -z). by Glenn L McGrath · 24 years ago
  90. 8392acd All files include busybox.h, which includes applets.h, so the Makefile by Matt Kraai · 24 years ago
  91. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  92. c9acf8c Complicate truncate behavior. by Matt Kraai · 24 years ago
  93. fd4c58d Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. by Matt Kraai · 24 years ago
  94. 9aa23ba Show an example of how to compile with uClibc. -Erik by Eric Andersen · 24 years ago
  95. 541ffe3 Fix ownership of extracted directories. by Matt Kraai · 24 years ago
  96. 5578740 Removed unused, unneeded, Lineo-specific script. by Mark Whitley · 24 years ago
  97. 744b064 Needs to be NULL at init in all cases. by Eric Andersen · 24 years ago
  98. 59d31b6 Changelog update/cleanup from larry. by Eric Andersen · 24 years ago
  99. 8ea28be Patch from larry doolittle to be ever so careful to cleanup by Eric Andersen · 24 years ago
  100. 0bcc813 Better label the globals. by Eric Andersen · 24 years ago