1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  3. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  4. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  5. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  6. d709743 If read were to return with an error, bad things would happen. Fix it. by Manuel Novoa III · 20 years ago
  7. febd744 Use STDIN_FILENO rather than '0' by Eric Andersen · 20 years ago
  8. d4d01d2 Rob Landley writes: by Eric Andersen · 20 years ago
  9. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  10. 637d226 Disable any buffering to stdout by Eric Andersen · 21 years ago
  11. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  12. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  13. 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
  14. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  15. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  16. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  17. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  18. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  19. 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
  20. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  21. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  22. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  23. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  24. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  25. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  26. 692a450 + changed a static array (FileList) into a dynamically allocated one by John Beppu · 25 years ago
  27. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  28. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  29. 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
  30. a3e0d79 changed tee_usage from being a function to a char[] by John Beppu · 25 years ago
  31. 70e2f0b Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik by Eric Andersen · 25 years ago
  32. 059f152 Implemented tee(1). by John Beppu · 25 years ago