1. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  2. afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
  3. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  4. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  5. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  6. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  7. b560577 move usage_compressed.h generation into applets/ by Denis Vlasenko · 18 years ago
  8. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  9. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  10. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  11. 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
  12. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  13. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  14. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  15. 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
  16. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  17. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  18. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  19. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  20. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  21. cb376ee Digging up my old "make standalone" stuff from a year ago: by Rob Landley · 18 years ago
  22. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  23. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  24. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  25. e3fdf24 add a --noclobber flag by Mike Frysinger · 19 years ago
  26. 81514ec add support for cleaning out previous busybox install by Mike Frysinger · 19 years ago
  27. 74b29a1 dont install emtpy libdirs by Mike Frysinger · 19 years ago
  28. 55b1210 dont mix tabs and spaces, kthx by Mike Frysinger · 19 years ago
  29. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  30. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  31. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  32. 9fb272a Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already. by Rob Landley · 19 years ago
  33. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 19 years ago
  34. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 19 years ago
  35. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  36. 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
  37. d196867 When cross-compiling, the install directory for shared libraries has to come by Rob Landley · 19 years ago
  38. e0fe937 - correct typo by Bernhard Reutner-Fischer · 19 years ago
  39. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  40. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  41. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  42. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  43. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  44. dcbad60 add s390x to the list by Mike Frysinger · 19 years ago
  45. eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
  46. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  47. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  48. c1ef7bd just whitespace by Tim Riker · 19 years ago
  49. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  50. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  51. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  52. f00680e - use HOSTCC instead of a hardcoded cc by Bernhard Reutner-Fischer · 19 years ago
  53. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
  54. e0c418e The rest of Yann E. Morin's install revamp. by Rob Landley · 19 years ago
  55. cc59aae Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about by Rob Landley · 19 years ago
  56. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  57. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  58. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  59. 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago
  60. 7407868 busybox.c: ENABLE_LOCALE logic correct. by "Vladimir N. Oleynik" · 19 years ago
  61. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  62. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  63. 10a1fe6 remove infinity loop ./busybox --help busybox by "Vladimir N. Oleynik" · 19 years ago
  64. 8a7a678 Fixes so "make allnoconfig" works again. by Rob Landley · 19 years ago
  65. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  66. 9139770 Busybox should only multiplex based on argv[1] when it's called as "busybox". by Rob Landley · 19 years ago
  67. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  68. 2c12d43 output busybox help to stdout, not stderr by Mike Frysinger · 20 years ago
  69. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  70. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  71. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  72. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  73. 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
  74. 7b565a0 Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, by Manuel Novoa III · 21 years ago
  75. 31b98dd Rewrite parse_config_file(). Among the old version's problems: by Manuel Novoa III · 21 years ago
  76. b1ffba0 wrap bb help output if CONFIG_FEATURE_AUTOWIDTH by Tim Riker · 21 years ago
  77. fd7bc13 Woops, the previous patch reversal wasnt complete, breaking everything. by Glenn L McGrath · 21 years ago
  78. f86bd9f Reverse my previous changes and make a note about why its dont this way by Glenn L McGrath · 21 years ago
  79. 4a77c78 argc has already been decremented by Glenn L McGrath · 21 years ago
  80. cb920d9 Patch from Rob Landley, Simplify organisation of arguments. by Glenn L McGrath · 21 years ago
  81. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  82. 2faee7b Vodz, last_path_87, formatiing changes by Glenn L McGrath · 22 years ago
  83. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  84. 4d4ef19 I miscalculated on this one, change it back by Glenn L McGrath · 22 years ago
  85. 6ead3ab Save a few bytes in show_usage by Glenn L McGrath · 22 years ago
  86. a6f6e06 Fix dependancy so we rebuild busybox.o, usage.o and busybox.o by Eric Andersen · 22 years ago
  87. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  88. b37367a Run through indent, use /* */ style comments instead of // by Glenn L McGrath · 22 years ago
  89. 88947dd Added a compile time option to suppress the "Using fallback.." message by Robert Griebl · 22 years ago
  90. e4f9f3a Don't treat a non-existant/-readable config file as an empty config, but by Robert Griebl · 22 years ago
  91. 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
  92. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 23 years ago
  93. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 23 years ago
  94. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  95. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  96. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  97. 8fc0589 *** empty log message *** by Eric Andersen · 23 years ago
  98. 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
  99. 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
  100. 3cd2760 Fixup the new buildsystem a bit. by Eric Andersen · 23 years ago