1. 82d2cd4 Clean up error messages by Glenn L McGrath · 22 years ago
  2. 1b0813a Minor error messages changes by Glenn L McGrath · 22 years ago
  3. d4de975 Cleanup error messages by Glenn L McGrath · 22 years ago
  4. 8b60244 Cleanup error messages by Glenn L McGrath · 22 years ago
  5. e3e2a7b Syntax error by Glenn L McGrath · 22 years ago
  6. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  7. 1652855 Style, error_msg by Glenn L McGrath · 22 years ago
  8. 9048ae5 Use standard error messages by Glenn L McGrath · 22 years ago
  9. df72536 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  10. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  11. efc6fbd use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  12. d7fb1b3 Use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  13. 2801eb9 Fix simple syntax error by Glenn L McGrath · 22 years ago
  14. d143107 Dont use xargs by Glenn L McGrath · 22 years ago
  15. 83bcba2 dont use the -i option of xargs by Glenn L McGrath · 22 years ago
  16. ae01fa9 udhcpc documentation update by Russ Dill · 22 years ago
  17. 50c00f4 Use error_msg_and_die, style by Glenn L McGrath · 22 years ago
  18. 29d801b Remove mapping option, its should always be used by Glenn L McGrath · 22 years ago
  19. 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
  20. 9af8a72 Make ifupdown use internal run_parts by Glenn L McGrath · 22 years ago
  21. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  22. c11986d ipcalc applet by Stephan Linz and Jordan Crouse by Glenn L McGrath · 22 years ago
  23. f234e7c Config feature DEVPTS defined and used in telnetd, by Pavel Roskin by Glenn L McGrath · 22 years ago
  24. 3ff3f4a Fix for hostname -s, by Stephan Linz by Glenn L McGrath · 22 years ago
  25. eebe31d Fixup a previous define by Glenn L McGrath · 22 years ago
  26. 49a28b3 Make mapping support a definable feature, saves 1.6kB by Glenn L McGrath · 22 years ago
  27. 8ae7501 Only compile the files in this dir if the IP applet is enabled by Glenn L McGrath · 22 years ago
  28. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago
  29. 021fa7d debian compatable ifup and ifdown commands by Glenn L McGrath · 22 years ago
  30. da97085 version number oops by Russ Dill · 22 years ago
  31. f5ecd43 sync to udhcp 0.9.8 by Russ Dill · 22 years ago
  32. 5ad22c9 This patch from Magnus Damm fixed a long standing problem with freeing memory. by Eric Andersen · 22 years ago
  33. d69e31f Fix needless difference vs GNU by Eric Andersen · 22 years ago
  34. 1977a60 missed add for udhcp by Russ Dill · 22 years ago
  35. 61fb489 added full udhcp integration by Russ Dill · 22 years ago
  36. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  37. 6714862 Use busybox's show_usage function for help by Glenn L McGrath · 22 years ago
  38. 7829b8d Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> by Eric Andersen · 22 years ago
  39. 1130976 Eliminate use of obsolete sys_errlist[] -Erik by Eric Andersen · 22 years ago
  40. 192ff35 Remove empty loops by Glenn L McGrath · 22 years ago
  41. 0be933b Use static instead of extern, braces around if's, run through indent by Glenn L McGrath · 22 years ago
  42. 7dd2cec ansify by Aaron Lehmann · 22 years ago
  43. 84878fe remove duplicate definition of G caught by tinycc by Aaron Lehmann · 22 years ago
  44. 7c58e9b Run through indent, fix comment by Glenn L McGrath · 22 years ago
  45. baf55a8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  46. a95e99e Cleanups. These SHOULD make the binary a lot smaller. But they don't. CURSE GCC by Aaron Lehmann · 22 years ago
  47. d9768d7 Disable debugging by Glenn L McGrath · 22 years ago
  48. 1ff58b6 Clean up udhcpd a bit. Constify. Staticize. Remove these functions and by Aaron Lehmann · 22 years ago
  49. 8eb0dc1 New applet, udhcp client by Glenn L McGrath · 22 years ago
  50. 31a2e20 Commited patch from bug #1182 by Robert Griebl · 22 years ago
  51. e8fcf4b Accept the --passive-ftp cmd.line option. We always use passive ftp mode, by Robert Griebl · 22 years ago
  52. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  53. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  54. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  55. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  56. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  57. b0c39a8 Apply vodz' last_patch44 -- cleanup several chars to be const, fix by Eric Andersen · 22 years ago
  58. 27d3766 Email addr fix by Eric Andersen · 23 years ago
  59. ad79c0b Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 23 years ago
  60. e90e741 Per discussion with vodz, Tim's changes do not seem to make sense. by Eric Andersen · 23 years ago
  61. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 23 years ago
  62. c6def44 ping return 1 if can't ping by Tim Riker · 23 years ago
  63. c30c5e8 Reduced code size for new -e flag (suggested by vodz) by Robert Griebl · 23 years ago
  64. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 23 years ago
  65. 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 23 years ago
  66. f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 23 years ago
  67. 3a01f8c uClibc supports struct _res these days... by Eric Andersen · 23 years ago
  68. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 23 years ago
  69. 4163406 Fix bugs by Eric Andersen · 23 years ago
  70. 8db361b Minor formatting by Eric Andersen · 23 years ago
  71. ed8e036 add missing void, still has issues though by Tim Riker · 23 years ago
  72. 0e28e1f Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: by Eric Andersen · 23 years ago
  73. 272a955 * networking/wget.c (wget_main): Check return value of safe_fwrite. by Matt Kraai · 23 years ago
  74. 744ec1d Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work by Eric Andersen · 23 years ago
  75. a66a43e Teach tftp to direct the fetched file to stdout when the by Eric Andersen · 23 years ago
  76. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  77. b888682 Doh! I broke ping when removing the nested function. by Eric Andersen · 23 years ago
  78. 900c24d Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for by Eric Andersen · 23 years ago
  79. b5474c4 Cave to pressure (2 months later). Eliminate using a by Eric Andersen · 23 years ago
  80. 0efab33 * networking/wget.c (parse_url): Allocate a string for the empty path. by Matt Kraai · 23 years ago
  81. 369da77 2002-01-30 Neal H Walfield <neal@cs.uml.edu> by Matt Kraai · 23 years ago
  82. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  83. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  84. 744a194 Can't use RESERVE_CONFIG_BUFFER here since the allocation by Eric Andersen · 23 years ago
  85. 31a0ece Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> by Eric Andersen · 23 years ago
  86. 3d61b10 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: by Eric Andersen · 23 years ago
  87. 2c669dd patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  88. 4acf8f8 Use error_msg() instead of fprintf(stderr, ...) by Eric Andersen · 23 years ago
  89. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  90. 107c796 Recovery from previous commit by Glenn L McGrath · 23 years ago
  91. 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
  92. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  93. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  94. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  95. 524fcb9 Use xgethostbyname instead of gethostbyname (found by Erik Andersen). by Matt Kraai · 23 years ago
  96. b940850 Another fix from vodz by Eric Andersen · 23 years ago
  97. 863a3e1 patch from vodz -- route cleanup to display all route entries by Eric Andersen · 23 years ago
  98. a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
  99. 76fa8ea Apply Glenn's tftp rewrite by Eric Andersen · 23 years ago
  100. 4fb0b51 This corrects the _really_poor_ implementation of "broadcast +" handling by Manuel Novoa III · 23 years ago