1. 04c99eb random small shrinkage and elimination of statics by Denis Vlasenko · 18 years ago
  2. 19507f0 nc: code shrinkage, bugfixes. -50 bytes code size by Denis Vlasenko · 18 years ago
  3. 5f42d26 nc: missed exit() in signal handler by Denis Vlasenko · 18 years ago
  4. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
  5. 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 18 years ago
  6. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  7. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  8. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  9. 2e72323 traceroute: move data off bss. small code optimizations. by Denis Vlasenko · 18 years ago
  10. 5e43d85 dumpleases: getopt32()-ization by Denis Vlasenko · 18 years ago
  11. 0864f4d - fix formatting of help text by Bernhard Reutner-Fischer · 18 years ago
  12. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  13. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  14. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  15. ec1a4b5 pidfile.c: not used anymore by Denis Vlasenko · 18 years ago
  16. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  17. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  18. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  19. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 18 years ago
  20. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  21. 5b27fbe dc: use common_bufsiz1 for evaluation stack by Denis Vlasenko · 18 years ago
  22. b5b45a9 dnsd: last commit had a typo :( by Denis Vlasenko · 18 years ago
  23. d3bac03 dnsd: fix several buglets, make smaller by Denis Vlasenko · 18 years ago
  24. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  25. ce074df inetd: indent labels uniformly by Denis Vlasenko · 18 years ago
  26. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  27. d0587ed interface: revert part of commit 18120 (eth aliases work again) by Denis Vlasenko · 18 years ago
  28. 1787e22 ifconfig: support (by ignoring it) "inet" before IP address or hostname by Denis Vlasenko · 18 years ago
  29. 6111a8f - don't automatically select run-parts but point out that this is a system-utility in the strict sense. by Bernhard Reutner-Fischer · 18 years ago
  30. 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 18 years ago
  31. 54e3d1f telnet: finish style cleanup bits by Denis Vlasenko · 18 years ago
  32. f24cdf1 telnet: someone tried to do data optimization before me. Complete it. by Denis Vlasenko · 18 years ago
  33. 1cc7022 networking/interface.c: was doing really strange caching of fd's by Denis Vlasenko · 18 years ago
  34. 7f2527e arp, networking/interface.c: eliminate statics by Denis Vlasenko · 18 years ago
  35. 1ce190b udhcp: use fdprintf for pidfile creation (smaller code) by Denis Vlasenko · 18 years ago
  36. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  37. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
  38. 80281fe httpd: make httpd usable for NOMMU CPUs by Denis Vlasenko · 18 years ago
  39. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  40. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
  41. 1ccd96f httpd: run interpreter for configured file extensions in any dir, by Denis Vlasenko · 18 years ago
  42. ec77ba1 httpd: fix breakage (introduced by me) by Denis Vlasenko · 18 years ago
  43. 19c238b ping: don't measure times if ping payload is less than 8 bytes; by Denis Vlasenko · 18 years ago
  44. 4c7e5b6 I *always* forget svn add :( by Denis Vlasenko · 18 years ago
  45. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  46. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  47. 9ab2658 zcip: revert my bogus change by Denis Vlasenko · 18 years ago
  48. b5368bf httpd: a little bit more correct handling of CGI "HTTP/xxx" output by Denis Vlasenko · 18 years ago
  49. a305584 httpd: fix for POSTDATA handling bugs: by Denis Vlasenko · 18 years ago
  50. ad67a39 remove unused #include,, improve code readability by Denis Vlasenko · 18 years ago
  51. c8e9993 ping: reuse another bit of common code. -60 bytes by Denis Vlasenko · 18 years ago
  52. 9ca26d3 ping: support -I addr in family neutral manner; reuse a bit of common code by Denis Vlasenko · 18 years ago
  53. b477e18 tftp: fix my bug by Denis Vlasenko · 18 years ago
  54. 0850cda tftp: fix IPv6 fallout by Denis Vlasenko · 18 years ago
  55. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  56. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  57. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 18 years ago
  58. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  59. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  60. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  61. 7a7e54a - update helptext by Bernhard Reutner-Fischer · 18 years ago
  62. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  63. 8bb21af httpd: directory indexer example doesn't need piping thru dd anymore by Denis Vlasenko · 18 years ago
  64. 731d357 trivial warning fix by Denis Vlasenko · 18 years ago
  65. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  66. de55b5d correct wget's comment by Denis Vlasenko · 18 years ago
  67. 27a131e preparatory patch for -Wwrite-strings #8 (missed part) by Denis Vlasenko · 18 years ago
  68. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  69. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  70. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  71. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  72. e935602 taskset: fix incorrect rage spec and allow 0xXXX input ping: shave off 60 bytes by Denis Vlasenko · 18 years ago
  73. afe488d work around gcc bug by Denis Vlasenko · 18 years ago
  74. 2806b23 - reinstate static for the command string arrray to be gentle to gcc-3.x by Bernhard Reutner-Fischer · 18 years ago
  75. 4d9a358 - use uint32_t as suggested by vda. by Bernhard Reutner-Fischer · 18 years ago
  76. 6912ea1 ether-wake: remove #warning by Denis Vlasenko · 18 years ago
  77. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  78. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  79. bc5262d fix option -F mishandling by Denis Vlasenko · 18 years ago
  80. 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 18 years ago
  81. aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
  82. 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
  83. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  84. 677cb5e hostname declaration was misplaced by Denis Vlasenko · 18 years ago
  85. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  86. 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
  87. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  88. d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
  89. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  90. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  91. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  92. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  93. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  94. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  95. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  96. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  97. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  98. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  99. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  100. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago