1. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  2. 1c9ad62 ping: fix wrong sign extension of packet id (bug 1373) by Denis Vlasenko · 18 years ago
  3. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  4. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  5. 6239b1f - fix typo in help text and fix punctuation by Bernhard Reutner-Fischer · 18 years ago
  6. 0fe67b1 udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not loaded). by Denis Vlasenko · 18 years ago
  7. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  8. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 18 years ago
  9. a35958d netstat: fix error in new -W option handling by Denis Vlasenko · 18 years ago
  10. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
  11. c2b3e37 - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: by Bernhard Reutner-Fischer · 18 years ago
  12. bf678d5 tftp: explain "block# 0" codepath; report our decision to bail out to server by Denis Vlasenko · 18 years ago
  13. a04561f tftp: code diet, and I think retransmits were broken. by Denis Vlasenko · 18 years ago
  14. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
  15. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 18 years ago
  16. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
  17. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 18 years ago
  18. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 18 years ago
  19. 517d1aa ether-wake: save a few more bytes of code by Denis Vlasenko · 18 years ago
  20. 198714c ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it by Denis Vlasenko · 18 years ago
  21. ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 18 years ago
  22. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  23. 8746885 style fixes by Denis Vlasenko · 18 years ago
  24. f7fcca4 sourse_route_list -> source_route_list by Denis Vlasenko · 18 years ago
  25. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 18 years ago
  26. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  27. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  28. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  29. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  30. 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 18 years ago
  31. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  32. 07c394e - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. by Bernhard Reutner-Fischer · 18 years ago
  33. e87d795 - rewrite the ip applet to be less bloaty by Bernhard Reutner-Fischer · 18 years ago
  34. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  35. 7e8a53a - add libbb function str_tolower to convert a string to lowercase. by Bernhard Reutner-Fischer · 18 years ago
  36. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  37. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  38. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  39. 04c99eb random small shrinkage and elimination of statics by Denis Vlasenko · 18 years ago
  40. 19507f0 nc: code shrinkage, bugfixes. -50 bytes code size by Denis Vlasenko · 18 years ago
  41. 5f42d26 nc: missed exit() in signal handler by Denis Vlasenko · 18 years ago
  42. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
  43. 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
  44. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  45. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  46. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  47. 2e72323 traceroute: move data off bss. small code optimizations. by Denis Vlasenko · 18 years ago
  48. 5e43d85 dumpleases: getopt32()-ization by Denis Vlasenko · 18 years ago
  49. 0864f4d - fix formatting of help text by Bernhard Reutner-Fischer · 18 years ago
  50. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  51. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  52. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  53. ec1a4b5 pidfile.c: not used anymore by Denis Vlasenko · 18 years ago
  54. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  55. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  56. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  57. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 18 years ago
  58. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  59. 5b27fbe dc: use common_bufsiz1 for evaluation stack by Denis Vlasenko · 18 years ago
  60. b5b45a9 dnsd: last commit had a typo :( by Denis Vlasenko · 18 years ago
  61. d3bac03 dnsd: fix several buglets, make smaller by Denis Vlasenko · 18 years ago
  62. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  63. ce074df inetd: indent labels uniformly by Denis Vlasenko · 18 years ago
  64. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  65. d0587ed interface: revert part of commit 18120 (eth aliases work again) by Denis Vlasenko · 18 years ago
  66. 1787e22 ifconfig: support (by ignoring it) "inet" before IP address or hostname by Denis Vlasenko · 18 years ago
  67. 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
  68. 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 18 years ago
  69. 54e3d1f telnet: finish style cleanup bits by Denis Vlasenko · 18 years ago
  70. f24cdf1 telnet: someone tried to do data optimization before me. Complete it. by Denis Vlasenko · 18 years ago
  71. 1cc7022 networking/interface.c: was doing really strange caching of fd's by Denis Vlasenko · 18 years ago
  72. 7f2527e arp, networking/interface.c: eliminate statics by Denis Vlasenko · 18 years ago
  73. 1ce190b udhcp: use fdprintf for pidfile creation (smaller code) by Denis Vlasenko · 18 years ago
  74. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  75. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
  76. 80281fe httpd: make httpd usable for NOMMU CPUs by Denis Vlasenko · 18 years ago
  77. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  78. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
  79. 1ccd96f httpd: run interpreter for configured file extensions in any dir, by Denis Vlasenko · 18 years ago
  80. ec77ba1 httpd: fix breakage (introduced by me) by Denis Vlasenko · 18 years ago
  81. 19c238b ping: don't measure times if ping payload is less than 8 bytes; by Denis Vlasenko · 18 years ago
  82. 4c7e5b6 I *always* forget svn add :( by Denis Vlasenko · 18 years ago
  83. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  84. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  85. 9ab2658 zcip: revert my bogus change by Denis Vlasenko · 18 years ago
  86. b5368bf httpd: a little bit more correct handling of CGI "HTTP/xxx" output by Denis Vlasenko · 18 years ago
  87. a305584 httpd: fix for POSTDATA handling bugs: by Denis Vlasenko · 18 years ago
  88. ad67a39 remove unused #include,, improve code readability by Denis Vlasenko · 18 years ago
  89. c8e9993 ping: reuse another bit of common code. -60 bytes by Denis Vlasenko · 18 years ago
  90. 9ca26d3 ping: support -I addr in family neutral manner; reuse a bit of common code by Denis Vlasenko · 18 years ago
  91. b477e18 tftp: fix my bug by Denis Vlasenko · 18 years ago
  92. 0850cda tftp: fix IPv6 fallout by Denis Vlasenko · 18 years ago
  93. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  94. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  95. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 18 years ago
  96. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  97. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  98. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  99. 7a7e54a - update helptext by Bernhard Reutner-Fischer · 18 years ago
  100. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago