1. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  2. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  3. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  4. 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
  5. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  6. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  7. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  8. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  9. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 19 years ago
  10. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 19 years ago
  11. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  12. 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
  13. e0fe937 - correct typo by Bernhard Reutner-Fischer · 19 years ago
  14. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  15. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  16. cc59aae Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about by Rob Landley · 19 years ago
  17. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  18. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  19. 8a7a678 Fixes so "make allnoconfig" works again. by Rob Landley · 19 years ago
  20. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  21. 9139770 Busybox should only multiplex based on argv[1] when it's called as "busybox". by Rob Landley · 19 years ago
  22. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  23. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  24. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  25. 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
  26. 7b565a0 Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, by Manuel Novoa III · 21 years ago
  27. 31b98dd Rewrite parse_config_file(). Among the old version's problems: by Manuel Novoa III · 21 years ago
  28. 2faee7b Vodz, last_path_87, formatiing changes by Glenn L McGrath · 22 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  30. 4d4ef19 I miscalculated on this one, change it back by Glenn L McGrath · 22 years ago
  31. 6ead3ab Save a few bytes in show_usage by Glenn L McGrath · 22 years ago
  32. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  33. b37367a Run through indent, use /* */ style comments instead of // by Glenn L McGrath · 22 years ago
  34. 88947dd Added a compile time option to suppress the "Using fallback.." message by Robert Griebl · 22 years ago
  35. e4f9f3a Don't treat a non-existant/-readable config file as an empty config, but by Robert Griebl · 22 years ago
  36. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  37. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 23 years ago
  38. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 23 years ago
  39. ab3d839 Add support for `busybox --help APPLET' by Vladimir Oleynik. by Matt Kraai · 23 years ago
  40. 861e624 Fix ash exec (noted by Arne Bernin). by Matt Kraai · 23 years ago
  41. 1557626 Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match by Eric Andersen · 23 years ago
  42. bd4b621 Applied patch from Jim Gleason that makes it so busybox will still work even by Mark Whitley · 24 years ago
  43. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  44. 0f0c0b4 Make 'busybox --help' work as expected, closing bug #1139 -Erik by Eric Andersen · 24 years ago
  45. 08ff8a4 includes cleanup from Jeff Garzik by Eric Andersen · 24 years ago
  46. 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 24 years ago
  47. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago