1. 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 21 years ago
  2. 5f46f1c remove reference to missing header file which is breaking the build by Eric Andersen · 21 years ago
  3. 6b3f757 revert removal of define by Russ Dill · 21 years ago
  4. 4040d3d forgotten include by Russ Dill · 21 years ago
  5. 8b38451 why the complication of a static string rather than a define? gcc isn't dumb by Russ Dill · 21 years ago
  6. 4b77aca start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth by Russ Dill · 21 years ago
  7. 7becf59 when compiled standalone, udhcp needs these headers by Russ Dill · 21 years ago
  8. a3170d5 whoops by Russ Dill · 21 years ago
  9. 8f43126 not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) by Russ Dill · 21 years ago
  10. 62419df make udhcp work under uclinux, to an extent by Russ Dill · 21 years ago
  11. 4a9e34c options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox by Russ Dill · 21 years ago
  12. 9adcf73 Stop sending data to the client after the first failure. Patch by Joe.C by Glenn L McGrath · 21 years ago
  13. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  14. b6e58d2 Michael Smith writes: by Eric Andersen · 21 years ago
  15. c16686c Ulrich Marx writes: by Eric Andersen · 21 years ago
  16. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  17. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  18. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  19. 9d1a33c Vodz last_patch_105 without his xargs patch which doenst apply cleanly by Glenn L McGrath · 21 years ago
  20. 1dc0cca Vodz, last_patch_114 by Glenn L McGrath · 21 years ago
  21. 6b0658f Patch by Fillod Stephane, declare variables as static to not clobber by Glenn L McGrath · 21 years ago
  22. baaa6e9 Patch from Stephane Billiart to fix an unused variable warning. by Glenn L McGrath · 21 years ago
  23. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  24. c2b9186 Fix compile error, Vodz, last_path_113 by Glenn L McGrath · 21 years ago
  25. eb213bd As vodz just pointed out, I screwup up the call to bb_xasprintf! by Eric Andersen · 21 years ago 1_00_pre3
  26. 51ed242 Invoke run-parts on /etc/network/if-*.d per the behavior of by Eric Andersen · 21 years ago
  27. 14092a1 Busybox CVS version ipcalc have problems: by Glenn L McGrath · 21 years ago
  28. 6231f09 Patch from Philip Blundell: by Eric Andersen · 21 years ago
  29. cc20ebc add ipv6 literal support to wget by Glenn L McGrath · 21 years ago
  30. fe538ba Vodz, last_patch_104 by Glenn L McGrath · 21 years ago
  31. 5875be4 Vodz, last_patch_110 by Glenn L McGrath · 21 years ago
  32. b65422c last_patch_109 from Vladimir N. Oleynik by Glenn L McGrath · 21 years ago
  33. d6bdd5d Small bug in silent option by Glenn L McGrath · 21 years ago
  34. 530ea42 adds the ability to use and calculate network prefix specifications instead by Glenn L McGrath · 21 years ago
  35. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  36. d9461f8 Allow one to detect and handle the case where no lease could be obtained by Glenn L McGrath · 21 years ago
  37. 29a05f5 "Without this patch, udhcpcd output may be buffered and delayed for by Glenn L McGrath · 21 years ago
  38. 5cd6461 "Due to a wrong format parameter in a printf httpd does not work when by Glenn L McGrath · 21 years ago
  39. 8ce8f9b Remove stray '\n' by Glenn L McGrath · 21 years ago
  40. 2233685 Remove unused files by Glenn L McGrath · 21 years ago
  41. 08dea3e "This function was not updating the argc and argv pointers to reflect by Glenn L McGrath · 21 years ago
  42. 62b031f label's dont work in v4 tunnels, patch by Eric Spakman by Glenn L McGrath · 21 years ago
  43. 2336597 Correct logic in determining size of block to download, as pointed out by Glenn L McGrath · 21 years ago
  44. e7bdfcc "When the initial request by wget is responded by a 3XX redirect by Glenn L McGrath · 21 years ago
  45. 83e4a5b "When the filesize is known from content-length header, safe_fread is by Glenn L McGrath · 21 years ago
  46. 8b96b71 *** empty log message *** by Glenn L McGrath · 21 years ago
  47. c601ff1 Begin using the new "select" option. Good stuff! by Eric Andersen · 21 years ago
  48. fdd2a0f Eric Spakman writes: by Eric Andersen · 21 years ago
  49. 76097ed Eric Spakman writes: by Eric Andersen · 21 years ago
  50. b99aec0 Christian Meyer provided this patch to fix more bugs with the tftp client by Eric Andersen · 21 years ago
  51. c663ab0 Match up interfaces by Eric Andersen · 21 years ago
  52. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
  53. 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
  54. f3a02bb Update docs a bit by Eric Andersen · 21 years ago
  55. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  56. 342aea9 Allow people to use the full blown iproute2 programs with busybox ifupdown. by Eric Andersen · 21 years ago
  57. 05e662a Patch from Christian Meyer: by Eric Andersen · 21 years ago
  58. fe55b26 There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG by Eric Andersen · 21 years ago
  59. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  60. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  61. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  62. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  63. feb283a On second thought, this is a better way to fix things by Eric Andersen · 21 years ago
  64. 9059e3a Don't use Linux kernel headers -Erik by Eric Andersen · 21 years ago
  65. 40ea66c Patch from Lars Kellogg-Stedman: by Eric Andersen · 22 years ago
  66. 7207b88 Patch from Lars Kellogg-Stedman: by Eric Andersen · 22 years ago
  67. e968ee3 Patch from Vladimir N. Oleynik (vodz): by Eric Andersen · 22 years ago
  68. 8a93179 Patch from Lars Kellogg-Stedman: by Eric Andersen · 22 years ago
  69. a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 22 years ago
  70. 9d9cecf Fix a silly bug I introduced yesterday by Eric Andersen · 22 years ago
  71. 3c8bca3 Fixup whitespace handing, fixing some annoying behavior and by Eric Andersen · 22 years ago
  72. 0cc7e62 Fix a couple vars that could be used uninitialized by Eric Andersen · 22 years ago
  73. 2a41ec6 use an explicit cast on some types that change size when by Eric Andersen · 22 years ago
  74. 1b2e7c3 Make gcc not whine about "deprecated use of label at end of compound statement" by Eric Andersen · 22 years ago
  75. 0f08e53 Patch from Lars Kellogg-Stedman: by Eric Andersen · 22 years ago
  76. a8da17a Add missing pieces from vodz' last_patch88 by Eric Andersen · 22 years ago
  77. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  78. 233b170 Patch from Lars Kellogg-Stedman, lars at larsshack.org, to by Eric Andersen · 22 years ago
  79. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  80. 787ff55 Patch from Russell Coker: by Eric Andersen · 22 years ago
  81. 4fe3ff8 Patch from Glenn Engel by Glenn L McGrath · 22 years ago
  82. d3af409 Part of a patch from Glenn Engel, updates httpd help by Glenn L McGrath · 22 years ago
  83. 874e338 vodz, last_patch_85 by Glenn L McGrath · 22 years ago
  84. c9163fe last_patch84 by Vodz. by Glenn L McGrath · 22 years ago
  85. fbf0b8a iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) by Glenn L McGrath · 22 years ago
  86. 86f2cce Patch from Steven Scholz to fix telnetd compile problem by Eric Andersen · 22 years ago
  87. 2894266 Patch from David Updegraff to avoid corrupting memory while parsing the by Eric Andersen · 22 years ago
  88. 8320b42 Yet another rather large face lift. It now works for me as expected. -Erik by Eric Andersen · 22 years ago
  89. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  90. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 22 years ago
  91. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
  92. 858fad7 sync with udhcp bug fixes by Russ Dill · 22 years ago
  93. 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
  94. c284356 Fix compile error... header problems. by Manuel Novoa III · 22 years ago
  95. ae494a9 last_patch83 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  96. b1207b3 Fix compile error, last_patch82 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  97. 3d2405c Fix compile error, last_patch81 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  98. a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 22 years ago
  99. 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 22 years ago
  100. b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 22 years ago