1. 65ddf77 Patch from Tito to rework strings applet, and some testsuite by Eric Andersen · 22 years ago
  2. e931909 Additional patch from Tito to fix some anomolies by Eric Andersen · 22 years ago
  3. dd3461a Make output the same as upstream, patch by Tito by Glenn L McGrath · 22 years ago
  4. 6d07432 Support the o, f and p options, patch by Magnus M�rtensson by Glenn L McGrath · 22 years ago
  5. cc2bc45 Fix adjtimex applet compile by Eric Andersen · 22 years ago
  6. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  7. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  8. 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
  9. ef5e8f8 Implement a small strings applet by Eric Andersen · 22 years ago
  10. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  11. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago
  12. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  13. e4d2a43 Doh. We divide microseconds by 60? by Eric Andersen · 22 years ago
  14. 92052e3 Bug fix from Nitin Gupta <gupta@equator.com> by Eric Andersen · 22 years ago
  15. 8c4025e Patch from Danny Lepage <danny.lepage@cognicase.com> to fix dutmp for uClibc. by Eric Andersen · 22 years ago
  16. 3600602 vodz' last_patch42_2, which is an updated fix for buffer overflows by Eric Andersen · 22 years ago
  17. fe1ef2b Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
  18. 19732c6 Teach makedevs to not segfault quite so much by Eric Andersen · 22 years ago
  19. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  20. 356b6db Patch from Steve Merrifield <steve@labyrinth.net.au> to by Eric Andersen · 23 years ago
  21. 2dd2d7a Patch to avoid warnings by Aaron Lehmann · 23 years ago
  22. c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago
  23. c366421 Include time.h by Eric Andersen · 23 years ago
  24. b78d9b5 Oops. Fix capililization by Eric Andersen · 23 years ago
  25. bfebd35 Fix missing BB_VER defines by Eric Andersen · 23 years ago
  26. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  27. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  28. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  29. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  30. 1eb4acf Fixed misnamed rewind command (noted by Tom Oehser). by Matt Kraai · 23 years ago
  31. 73991ff Fix tell support. by Matt Kraai · 23 years ago
  32. 13a70ac Fix open mode for IOCTLs which write to the tape. by Matt Kraai · 23 years ago
  33. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 23 years ago
  34. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  35. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  36. e703f7e Ha. Regression testing found a bug with uClibc support. Fixed. -Erik by Eric Andersen · 23 years ago
  37. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  38. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  39. 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 23 years ago
  40. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 23 years ago
  41. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  42. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  43. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  44. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  45. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  46. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  47. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  48. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  49. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  50. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  51. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  52. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  53. 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago
  54. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  55. 75610e1 Better cross libc compatibility (so Dave Cinege can stop complaining by Eric Andersen · 24 years ago
  56. 1eec89d Apply segfault on no-args fix from robotti@metconnect.com by Eric Andersen · 24 years ago
  57. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  58. 1ac435c Converted option parsing to getopt(). Also added some explanatory comments. by Mark Whitley · 24 years ago
  59. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  60. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  61. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  62. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  63. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  64. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  65. 7ac06a3 Removed all vestiges of "math" by Pavel Roskin · 24 years ago
  66. 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
  67. a15cd0b Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. by Eric Andersen · 24 years ago
  68. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  69. 499f65f Some updates for better portability. -Erik by Erik Andersen · 24 years ago
  70. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  71. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
  72. 5afc864 More stuff -Erik by Erik Andersen · 24 years ago
  73. 6ed02a0 Fix stupid bugs. update was segfaulting. mknod minor # was always 0 by Erik Andersen · 24 years ago
  74. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  75. 227a59b Several more updates -Erik by Erik Andersen · 24 years ago
  76. e5b6c7d More updates to the docs, and fixes to sync things with the docs. -Erik by Erik Andersen · 24 years ago
  77. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  78. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 24 years ago
  79. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  80. 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
  81. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  82. fbb39c8 Stuff -Erik by Eric Andersen · 25 years ago
  83. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  84. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  85. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  86. 703c62d More stuff by Eric Andersen · 25 years ago
  87. 3cf52d1 More stuff... by Eric Andersen · 25 years ago
  88. cc8ed39 Initial revision by Eric Andersen · 25 years ago