1. 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 18 years ago
  2. b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 18 years ago
  3. 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 18 years ago
  4. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  5. 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 18 years ago
  6. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 18 years ago
  7. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 18 years ago
  8. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
  9. e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 18 years ago
  10. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 18 years ago
  11. ff97ee9 #ifdef reduction. by Rob Landley · 18 years ago
  12. 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 18 years ago
  13. c8b360e Use BB endianness macro. by Rob Landley · 18 years ago
  14. 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 18 years ago
  15. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  16. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  17. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  18. 4e3aff3 Remove _(). by Rob Landley · 18 years ago
  19. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 18 years ago
  20. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  21. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  22. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  23. fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
  24. 6cd2250 Remove a pointless #define. by Rob Landley · 18 years ago
  25. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 18 years ago
  26. 9b5a99a Patch from Robert P. Day to remove #ifdefed out SLIP support code that we by Rob Landley · 18 years ago
  27. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  28. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 18 years ago
  29. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
  30. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  31. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 18 years ago
  32. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  33. 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
  34. e135a5d fix no previous prototype warning by Mike Frysinger · 18 years ago
  35. b5547fb fix no previous prototype warning by Mike Frysinger · 18 years ago
  36. 49f6afc rename by Mike Frysinger · 18 years ago
  37. e3412d8 remove files not related to busybox by Mike Frysinger · 18 years ago
  38. 06b00e8 accept() takes a socklen_t, not an int by Mike Frysinger · 18 years ago
  39. d2c8fd6 fix whitespace in comment example by Mike Frysinger · 18 years ago
  40. 772a346 some more useful debug info from Jason Holden by Mike Frysinger · 18 years ago
  41. 72c4d64 - add helptext for --retries by Bernhard Reutner-Fischer · 18 years ago
  42. 62ec21d touchup whitespace/english a bit more by Mike Frysinger · 18 years ago
  43. 731f81c whitespace between if and ( by Mike Frysinger · 18 years ago
  44. 1b4e1da re-enable udhcp in a few more places by Mike Frysinger · 18 years ago
  45. 7031f62 add back in udhcp support by Mike Frysinger · 18 years ago
  46. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  47. 3958e0a Busybox's udhcp was deleted a while ago. Bolting an external project onto the by Rob Landley · 18 years ago
  48. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 18 years ago
  49. a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 18 years ago
  50. 38fc692 - improve wording in some help texts a little bit. by Bernhard Reutner-Fischer · 18 years ago
  51. ea46f45 - patch from P.J. Day to rely on the automatic indenting provided by depends. by Bernhard Reutner-Fischer · 18 years ago
  52. 2949577 - simplify config options of the ip applet. by Bernhard Reutner-Fischer · 18 years ago
  53. f834603 kill off pointless malloc.h include by Mike Frysinger · 18 years ago
  54. b66c931 kill pointless memory.h includes by Mike Frysinger · 18 years ago
  55. b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 18 years ago
  56. da0dcd1 Patch from Robert P Day to remove standalone code from httpd. (Busybox has by Rob Landley · 18 years ago
  57. d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 18 years ago
  58. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 18 years ago
  59. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  60. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 18 years ago
  61. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  62. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  63. e7f8a32 - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' by Bernhard Reutner-Fischer · 18 years ago
  64. ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 18 years ago
  65. 0ebecac Second verse, same as the first. by Rob Landley · 18 years ago
  66. ea4c53c Missing dependency spotted by Robert P Day. by Rob Landley · 18 years ago
  67. 6554de0 - fix typo introduced in the last commit. by Bernhard Reutner-Fischer · 18 years ago
  68. a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 18 years ago
  69. 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 18 years ago
  70. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 18 years ago
  71. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  72. ebd1355 - coalesce printf calls. by Bernhard Reutner-Fischer · 18 years ago
  73. a0f75e2 - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) by Bernhard Reutner-Fischer · 18 years ago
  74. 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 18 years ago
  75. 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 18 years ago
  76. 07a637d Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 by Rob Landley · 18 years ago
  77. 2766eed - use RESERVE_CONFIG_BUFFER. For defconfig this gives: by Bernhard Reutner-Fischer · 18 years ago
  78. 1376694 - shrink it a bit further. by Bernhard Reutner-Fischer · 18 years ago
  79. 8ea5205 Shrink patch from Bernhard Fischer. by Rob Landley · 18 years ago
  80. 214744d - fix paste'o which i overlooked when applying dalias' fmt stuff. by Bernhard Reutner-Fischer · 18 years ago
  81. ef81ce6 by Paul Fox · 18 years ago
  82. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 18 years ago
  83. 787140d remove in place of external link by Mike Frysinger · 18 years ago
  84. dce5809 make the makefile a little more flexible so we can store in either location by Mike Frysinger · 18 years ago
  85. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 18 years ago
  86. a35886c Fix from Glenn McGrath. by Rob Landley · 18 years ago
  87. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 18 years ago
  88. 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
  89. 2f135fc update comments as to what caused the defines to change by Mike Frysinger · 19 years ago
  90. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  91. 9e09455 fix building with glibc-2.4 by Mike Frysinger · 19 years ago
  92. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  93. 39a9fdd - fix typo by Bernhard Reutner-Fischer · 19 years ago
  94. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  95. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  96. cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
  97. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  98. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  99. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  100. 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago