1. 4500c58 make "static linking against glibc" an #error, not #warning by Denis Vlasenko · 17 years ago
  2. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 18 years ago
  3. 3bc1825 fix suid config handling by Denis Vlasenko · 18 years ago
  4. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 18 years ago
  5. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 18 years ago
  6. bc9d7d7 - we unconditionally need ruid. Fixes build error in line 334 by Bernhard Reutner-Fischer · 18 years ago
  7. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
  8. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  9. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  10. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  11. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  12. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  13. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  14. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  15. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  16. 163516d - very minor shrinkage (-3b) by Bernhard Reutner-Fischer · 18 years ago
  17. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  18. 2dfdd44 busybox: fix "<applet>: applet not found" message by Denis Vlasenko · 18 years ago
  19. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
  20. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 18 years ago
  21. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  22. 8a503be #ifdef out re_execed on MMU machines by Denis Vlasenko · 18 years ago
  23. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  24. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 18 years ago
  25. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  26. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  27. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  28. c7ba8b9 do not put all <applet>_main() declarations by Denis Vlasenko · 18 years ago
  29. 37c8f36 usage_compressed: be more permissive in which od flavors we support by Denis Vlasenko · 18 years ago
  30. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  31. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  32. b8429fb fix allnoconfig build. the most useful fix of the month. ;) by Denis Vlasenko · 18 years ago
  33. e5c0953 convert usage compressed command into the new cmd style by Mike Frysinger · 18 years ago
  34. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  35. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  36. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  37. b40bdb3 - add FIXME to brokenness in the installer.. by Bernhard Reutner-Fischer · 18 years ago
  38. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  39. 193bcf3 - fix generation of the busybox.links install script inputfile by Bernhard Reutner-Fischer · 18 years ago
  40. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  41. 07159f0 add && !defined(__UCLIBC__) to static link warning check by Denis Vlasenko · 18 years ago
  42. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  43. afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
  44. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  45. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  46. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  47. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  48. b560577 move usage_compressed.h generation into applets/ by Denis Vlasenko · 18 years ago
  49. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  50. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  51. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  52. 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
  53. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  54. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  55. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  56. 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
  57. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  58. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  59. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  60. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  61. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  62. cb376ee Digging up my old "make standalone" stuff from a year ago: by Rob Landley · 18 years ago
  63. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  64. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  65. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  66. e3fdf24 add a --noclobber flag by Mike Frysinger · 18 years ago
  67. 81514ec add support for cleaning out previous busybox install by Mike Frysinger · 18 years ago
  68. 74b29a1 dont install emtpy libdirs by Mike Frysinger · 18 years ago
  69. 55b1210 dont mix tabs and spaces, kthx by Mike Frysinger · 18 years ago
  70. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  71. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  72. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  73. 9fb272a Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already. by Rob Landley · 19 years ago
  74. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 19 years ago
  75. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 19 years ago
  76. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  77. 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
  78. d196867 When cross-compiling, the install directory for shared libraries has to come by Rob Landley · 19 years ago
  79. e0fe937 - correct typo by Bernhard Reutner-Fischer · 19 years ago
  80. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  81. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  82. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  83. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  84. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  85. dcbad60 add s390x to the list by Mike Frysinger · 19 years ago
  86. eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
  87. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  88. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  89. c1ef7bd just whitespace by Tim Riker · 19 years ago
  90. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  91. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  92. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  93. f00680e - use HOSTCC instead of a hardcoded cc by Bernhard Reutner-Fischer · 19 years ago
  94. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
  95. e0c418e The rest of Yann E. Morin's install revamp. by Rob Landley · 19 years ago
  96. cc59aae Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about by Rob Landley · 19 years ago
  97. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  98. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  99. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  100. 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago