1. d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
  2. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  3. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  4. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  5. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  6. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  7. e7f8a32 - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' by Bernhard Reutner-Fischer · 19 years ago
  8. ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 19 years ago
  9. 0ebecac Second verse, same as the first. by Rob Landley · 19 years ago
  10. ea4c53c Missing dependency spotted by Robert P Day. by Rob Landley · 19 years ago
  11. 6554de0 - fix typo introduced in the last commit. by Bernhard Reutner-Fischer · 19 years ago
  12. a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 19 years ago
  13. 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
  14. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  15. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  16. ebd1355 - coalesce printf calls. by Bernhard Reutner-Fischer · 19 years ago
  17. a0f75e2 - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) by Bernhard Reutner-Fischer · 19 years ago
  18. 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 19 years ago
  19. 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
  20. 07a637d Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 by Rob Landley · 19 years ago
  21. 2766eed - use RESERVE_CONFIG_BUFFER. For defconfig this gives: by Bernhard Reutner-Fischer · 19 years ago
  22. 1376694 - shrink it a bit further. by Bernhard Reutner-Fischer · 19 years ago
  23. 8ea5205 Shrink patch from Bernhard Fischer. by Rob Landley · 19 years ago
  24. 214744d - fix paste'o which i overlooked when applying dalias' fmt stuff. by Bernhard Reutner-Fischer · 19 years ago
  25. ef81ce6 by Paul Fox · 19 years ago
  26. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  27. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  28. dce5809 make the makefile a little more flexible so we can store in either location by Mike Frysinger · 19 years ago
  29. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  30. a35886c Fix from Glenn McGrath. by Rob Landley · 19 years ago
  31. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
  32. 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
  33. 2f135fc update comments as to what caused the defines to change by Mike Frysinger · 19 years ago
  34. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  35. 9e09455 fix building with glibc-2.4 by Mike Frysinger · 19 years ago
  36. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  37. 39a9fdd - fix typo by Bernhard Reutner-Fischer · 19 years ago
  38. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  39. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  40. cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
  41. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 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. 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
  45. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  46. e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
  47. 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
  48. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  49. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  50. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  51. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  52. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  53. ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
  54. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  55. 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
  56. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  57. 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
  58. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  59. 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
  60. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  61. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  62. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  63. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  64. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  65. 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
  66. 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
  67. 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
  68. 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
  69. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  70. c1ef7bd just whitespace by Tim Riker · 19 years ago
  71. ab90b9f close bug 657 by "Vladimir N. Oleynik" · 19 years ago
  72. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  73. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  74. 0f9ae1a setgid and setuid have changes effective id too by "Vladimir N. Oleynik" · 19 years ago
  75. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  76. 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 19 years ago
  77. 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 19 years ago
  78. eedd1be - remove warning about redeclaration of __constant_htons by Bernhard Reutner-Fischer · 19 years ago
  79. d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
  80. bbf4e16 Ok, ping needs a rewrite from the ground up. (This is not a busybox app.) by Rob Landley · 19 years ago
  81. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  82. c00411a - better wording by Bernhard Reutner-Fischer · 19 years ago
  83. bb12d6f fix comment documentation by Mike Frysinger · 19 years ago
  84. 0bf67e8 remove buffer overflow by Erik and decodeString problem by Glenn, add error check of decodeString as Apache by "Vladimir N. Oleynik" · 19 years ago
  85. 6b903a2 remove debug feature for production by "Vladimir N. Oleynik" · 19 years ago
  86. 42eddba Add a fflush(stdout). by Rob Landley · 19 years ago
  87. 5aabf4e Fix -g and -p options. Patch from Traceman. (I don't know who that is, by Rob Landley · 19 years ago
  88. 483027f Patch from dlively (whoever that is, see bug 591) to fix by Rob Landley · 19 years ago
  89. d42ef28 - several functions depend on IPv4 or IPv6 od IPX support. by Bernhard Reutner-Fischer · 19 years ago
  90. ec351c3 - do away with superfluous keyword. by Bernhard Reutner-Fischer · 19 years ago
  91. b7d5342 - fix zcip for IMA compile mode. by Bernhard Reutner-Fischer · 19 years ago
  92. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  93. d1569c2 If we really _need_ an #ifdef like this, then we should be using the libbb by Rob Landley · 19 years ago
  94. 27d42a0 remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE by "Vladimir N. Oleynik" · 19 years ago
  95. 5a16a89 eliminate mixed declaration, to support older compilers a little longer. by Paul Fox · 19 years ago
  96. c819ca9 Can't store a pointer in an int on 64 bit platforms. by Rob Landley · 19 years ago
  97. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
  98. 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
  99. ecfd1f6 change osbolete sigpause() to sigsuspend() by "Vladimir N. Oleynik" · 19 years ago
  100. 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago