1. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  2. e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
  3. 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
  4. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  5. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  6. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  7. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  8. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  9. ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
  10. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  11. 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
  12. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  13. 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
  14. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  15. 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
  16. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  17. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  18. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  19. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  20. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  21. 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
  22. 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
  23. 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
  24. 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
  25. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  26. c1ef7bd just whitespace by Tim Riker · 19 years ago
  27. ab90b9f close bug 657 by "Vladimir N. Oleynik" · 19 years ago
  28. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  29. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  30. 0f9ae1a setgid and setuid have changes effective id too by "Vladimir N. Oleynik" · 19 years ago
  31. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  32. 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 19 years ago
  33. 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 19 years ago
  34. eedd1be - remove warning about redeclaration of __constant_htons by Bernhard Reutner-Fischer · 19 years ago
  35. d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
  36. bbf4e16 Ok, ping needs a rewrite from the ground up. (This is not a busybox app.) by Rob Landley · 19 years ago
  37. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  38. c00411a - better wording by Bernhard Reutner-Fischer · 19 years ago
  39. bb12d6f fix comment documentation by Mike Frysinger · 19 years ago
  40. 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
  41. 6b903a2 remove debug feature for production by "Vladimir N. Oleynik" · 19 years ago
  42. 42eddba Add a fflush(stdout). by Rob Landley · 19 years ago
  43. 5aabf4e Fix -g and -p options. Patch from Traceman. (I don't know who that is, by Rob Landley · 19 years ago
  44. 483027f Patch from dlively (whoever that is, see bug 591) to fix by Rob Landley · 19 years ago
  45. d42ef28 - several functions depend on IPv4 or IPv6 od IPX support. by Bernhard Reutner-Fischer · 19 years ago
  46. ec351c3 - do away with superfluous keyword. by Bernhard Reutner-Fischer · 19 years ago
  47. b7d5342 - fix zcip for IMA compile mode. by Bernhard Reutner-Fischer · 19 years ago
  48. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  49. d1569c2 If we really _need_ an #ifdef like this, then we should be using the libbb by Rob Landley · 19 years ago
  50. 27d42a0 remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE by "Vladimir N. Oleynik" · 19 years ago
  51. 5a16a89 eliminate mixed declaration, to support older compilers a little longer. by Paul Fox · 19 years ago
  52. c819ca9 Can't store a pointer in an int on 64 bit platforms. by Rob Landley · 19 years ago
  53. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
  54. 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
  55. ecfd1f6 change osbolete sigpause() to sigsuspend() by "Vladimir N. Oleynik" · 19 years ago
  56. 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago
  57. 7ad4b30 Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any by Rob Landley · 19 years ago
  58. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  59. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  60. 38d6615 - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
  61. 86ac072 more const, use bb_getopt_ulflags, insert XXX for show place of problems by "Vladimir N. Oleynik" · 19 years ago
  62. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  63. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  64. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  65. 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
  66. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  67. c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  68. f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  69. 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
  70. 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
  71. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  72. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  73. 7090800 revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\! by "Vladimir N. Oleynik" · 19 years ago
  74. 3978abd Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char by Mike Frysinger · 19 years ago
  75. b7f88e0 touchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn by Mike Frysinger · 19 years ago
  76. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  77. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  78. 30b1786 - ifupdown needs run-parts. Thanks Derosnec for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  79. b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
  80. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  81. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  82. 28de951 by Paul Fox · 19 years ago
  83. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
  84. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  85. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  86. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  87. 54deebf destroy bug #421 by "Vladimir N. Oleynik" · 19 years ago
  88. 6a65d2f Amir Shalem observed that telnetd doesn't really require login, so forcing by Rob Landley · 19 years ago
  89. 887a1ad BsAtHome writes in Bug 433: by Mike Frysinger · 19 years ago
  90. 230b411 Fix the warning by rewriting the function to be smaller and simpler. by Rob Landley · 19 years ago
  91. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  92. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  93. 344ea47 Tracking system but #4: php needs the environment variable SCRIPT_FILENAME. by Rob Landley · 19 years ago
  94. 37adefc Off by one error in max_leases sanity check. Bug 349, apparently. by Rob Landley · 19 years ago
  95. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  96. b831753 commiting: by Paul Fox · 19 years ago
  97. a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
  98. d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 19 years ago
  99. 66c37d1 typecast to int by Mike Frysinger · 19 years ago
  100. 2e3054f use socklen_t instead of size_t with socket related functions by Mike Frysinger · 19 years ago