1. 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
  2. f3a02bb Update docs a bit by Eric Andersen · 21 years ago
  3. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  4. 342aea9 Allow people to use the full blown iproute2 programs with busybox ifupdown. by Eric Andersen · 21 years ago
  5. 05e662a Patch from Christian Meyer: by Eric Andersen · 21 years ago
  6. fe55b26 There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG by Eric Andersen · 21 years ago
  7. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  8. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  9. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  10. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  11. feb283a On second thought, this is a better way to fix things by Eric Andersen · 21 years ago
  12. 9059e3a Don't use Linux kernel headers -Erik by Eric Andersen · 21 years ago
  13. 40ea66c Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  14. 7207b88 Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  15. e968ee3 Patch from Vladimir N. Oleynik (vodz): by Eric Andersen · 21 years ago
  16. 8a93179 Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  17. a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
  18. 9d9cecf Fix a silly bug I introduced yesterday by Eric Andersen · 21 years ago
  19. 3c8bca3 Fixup whitespace handing, fixing some annoying behavior and by Eric Andersen · 21 years ago
  20. 0cc7e62 Fix a couple vars that could be used uninitialized by Eric Andersen · 21 years ago
  21. 2a41ec6 use an explicit cast on some types that change size when by Eric Andersen · 21 years ago
  22. 1b2e7c3 Make gcc not whine about "deprecated use of label at end of compound statement" by Eric Andersen · 21 years ago
  23. 0f08e53 Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  24. a8da17a Add missing pieces from vodz' last_patch88 by Eric Andersen · 21 years ago
  25. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 21 years ago
  26. 233b170 Patch from Lars Kellogg-Stedman, lars at larsshack.org, to by Eric Andersen · 21 years ago
  27. 393183d Vodz, last_patch_86 by Glenn L McGrath · 21 years ago
  28. 787ff55 Patch from Russell Coker: by Eric Andersen · 21 years ago
  29. 4fe3ff8 Patch from Glenn Engel by Glenn L McGrath · 21 years ago
  30. d3af409 Part of a patch from Glenn Engel, updates httpd help by Glenn L McGrath · 22 years ago
  31. 874e338 vodz, last_patch_85 by Glenn L McGrath · 22 years ago
  32. c9163fe last_patch84 by Vodz. by Glenn L McGrath · 22 years ago
  33. fbf0b8a iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) by Glenn L McGrath · 22 years ago
  34. 86f2cce Patch from Steven Scholz to fix telnetd compile problem by Eric Andersen · 22 years ago
  35. 2894266 Patch from David Updegraff to avoid corrupting memory while parsing the by Eric Andersen · 22 years ago
  36. 8320b42 Yet another rather large face lift. It now works for me as expected. -Erik by Eric Andersen · 22 years ago
  37. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  38. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 22 years ago
  39. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
  40. 858fad7 sync with udhcp bug fixes by Russ Dill · 22 years ago
  41. 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
  42. c284356 Fix compile error... header problems. by Manuel Novoa III · 22 years ago
  43. ae494a9 last_patch83 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  44. b1207b3 Fix compile error, last_patch82 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  45. 3d2405c Fix compile error, last_patch81 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  46. a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 22 years ago
  47. 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 22 years ago
  48. b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 22 years ago
  49. 46c203a Fix a couple more ifupdown bugs by Eric Andersen · 22 years ago
  50. 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 22 years ago
  51. 853c494 A patch from John F. Kelly to add in a utility for configuring by Eric Andersen · 22 years ago
  52. 8eb214e Patch from Basitan Blank to fix nasty bug by Glenn L McGrath · 22 years ago
  53. d8fdf0c Fix a typo that broke it so busybox won't build by Eric Andersen · 22 years ago
  54. 6393d69 merge fixes with udhcp by Russ Dill · 22 years ago
  55. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  56. 5cc9ada header update by Glenn L McGrath · 22 years ago
  57. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
  58. a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
  59. e6ae6e3 fix missed option argument for -I <device>, interface name checks by Glenn L McGrath · 22 years ago
  60. 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 22 years ago
  61. 8573704 Fix leading spaces bug, free line buffer, redo next_word, save some space. by Glenn L McGrath · 22 years ago
  62. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
  63. 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 22 years ago
  64. d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 22 years ago
  65. 4e486a5 Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING by Eric Andersen · 22 years ago
  66. 9e59841 arping applet by Nick Fedchik by Glenn L McGrath · 22 years ago
  67. 58c708a New applet: httpd, by Glenn Engel by Glenn L McGrath · 22 years ago
  68. ea2a106 fixes for ia64 by Glenn L McGrath · 22 years ago
  69. a668558 Add "Broadcast +" support back in. Also cut the size down some. Not well by Manuel Novoa III · 22 years ago
  70. 0f18271 Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois by Glenn L McGrath · 22 years ago
  71. 1643f41 When retrieving a file dont open file until we have to to prevent files of size 0 being created when retrieval fails, bug found by Jeff Angielski by Glenn L McGrath · 22 years ago
  72. 688cf01 Get interface names using ioctl rather than /proc, from Nick Fedchik by Glenn L McGrath · 22 years ago
  73. be2ae24 Always print the routing table header for IPv4: by Robert Griebl · 22 years ago
  74. 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
  75. 1e132dd fix warning by Glenn L McGrath · 22 years ago
  76. 8b08bda Fix bug when reading mac from command line, continue; if hwaddrr not found by Glenn L McGrath · 22 years ago
  77. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  78. a67dffe Change ftpput so it uses <remote-path> <local-file> as it should by Glenn L McGrath · 22 years ago
  79. 3b33dd9 Fix possible bug if file length not known by Glenn L McGrath · 22 years ago
  80. 02d7cbf New applets, ftpget and ftpput by Glenn L McGrath · 22 years ago
  81. f03c933 New applet, nameif by Nick Fedchik and myself. by Glenn L McGrath · 22 years ago
  82. b2bfd34 hehe. Screwed that one up. Lets do things right this time. -Erik by Eric Andersen · 22 years ago
  83. 1f1c3f9 Makefile rework coordinate with Russ so udhcp will behave -Erik by Eric Andersen · 22 years ago
  84. 54fde9e slight change to reflect BB_VER change by Russ Dill · 22 years ago
  85. 9f4395c sorry about all the noise, should be all synced up now by Russ Dill · 22 years ago
  86. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  87. d7e1a6c Make sure we have a show_usage function prototype -Erik by Eric Andersen · 22 years ago
  88. 0552b9a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  89. 84cc4e7 undefine sysinfo to prevent breakage on ia64 by Glenn L McGrath · 22 years ago
  90. 9bf9f1e Forgot to rename foo by Glenn L McGrath · 22 years ago
  91. fad90db Fix a debug message, from Bastian Blank by Glenn L McGrath · 22 years ago
  92. 6b5bd0e Support using ip in udhcpc scripts. by Glenn L McGrath · 22 years ago
  93. 8e49caa Start to cleanup handling of the state file, save some space and uses linked lists. by Glenn L McGrath · 22 years ago
  94. 0325a1c Differentiate struct and type names by Glenn L McGrath · 22 years ago
  95. 1d65826 Fix command that brings down loopback by Glenn L McGrath · 22 years ago
  96. 80a6041 depends on for telnet and ipcalc by Glenn L McGrath · 22 years ago
  97. 27e99c8 Fixup dumpleases compile problem by Eric Andersen · 22 years ago
  98. 398ff9d Use libbb/get_line_from_file, change default state file location by Glenn L McGrath · 22 years ago
  99. cdbe5e5 Make mapping a config option again to save space, turn off file locking, do we really need it ? by Glenn L McGrath · 22 years ago
  100. 9227371 Fix bug that stoped -a working by Glenn L McGrath · 22 years ago