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