1. 18d8a3b udhcpc is supposed to be in /sbin, not /usr/sbin/ by Eric Andersen · 21 years ago
  2. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  3. 826b48b Woops, my gunzip fix broke unzip, these cant be static by Glenn L McGrath · 21 years ago
  4. a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 21 years ago
  5. 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 21 years ago
  6. 877d418 Dont die if logging remotely fails, patch by Joshua Jackson by Glenn L McGrath · 21 years ago
  7. def85e8 Specify install path, patch by Nick Fedchik by Glenn L McGrath · 21 years ago
  8. 1d21fb3 Moved to libunarchive/unzip.c by Glenn L McGrath · 21 years ago
  9. cc61692 Fix endian probelm on PPC, i had different types for an extern variable. by Glenn L McGrath · 21 years ago
  10. a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 21 years ago
  11. 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 21 years ago
  12. b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 21 years ago
  13. cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 21 years ago
  14. a486f46 Mention penguru by Eric Andersen · 21 years ago
  15. 46c203a Fix a couple more ifupdown bugs by Eric Andersen · 21 years ago
  16. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 21 years ago
  17. a995343 Don't wipe the config system on 'make clean' by Eric Andersen · 21 years ago
  18. 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 21 years ago
  19. 2223701 Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung by Eric Andersen · 22 years ago
  20. ee9441f Patch from Brett Hunt at micron.com to fixup potential segfaults by Eric Andersen · 22 years ago
  21. bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
  22. 853c494 A patch from John F. Kelly to add in a utility for configuring by Eric Andersen · 22 years ago
  23. 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
  24. be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
  25. 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
  26. 8eb214e Patch from Basitan Blank to fix nasty bug by Glenn L McGrath · 22 years ago
  27. d8fdf0c Fix a typo that broke it so busybox won't build by Eric Andersen · 22 years ago
  28. 6393d69 merge fixes with udhcp by Russ Dill · 22 years ago
  29. 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 22 years ago
  30. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  31. 4c51202 re-order config options, part of a patch from Bastian Blank by Glenn L McGrath · 22 years ago
  32. 5cc9ada header update by Glenn L McGrath · 22 years ago
  33. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
  34. aad465e Make test mode output same as official version by Glenn L McGrath · 22 years ago
  35. a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
  36. e6ae6e3 fix missed option argument for -I <device>, interface name checks by Glenn L McGrath · 22 years ago
  37. f2ba45e Compile option to avoid using /usr directory, patch by Bastian Blank by Glenn L McGrath · 22 years ago
  38. 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 22 years ago
  39. 8573704 Fix leading spaces bug, free line buffer, redo next_word, save some space. by Glenn L McGrath · 22 years ago
  40. 147a3ca Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank by Glenn L McGrath · 22 years ago
  41. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
  42. 85d9d80 Ensure consistant sort order, sed behavior, etc -Erik by Eric Andersen · 22 years ago
  43. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
  44. 92a06d0 Clean config binsries on 'make clean' by Eric Andersen · 22 years ago
  45. 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 22 years ago
  46. e0716ba Fixup addgroup help text by Eric Andersen · 22 years ago
  47. 4b525ad Only call free if it is necessary by Eric Andersen · 22 years ago
  48. 65ddf77 Patch from Tito to rework strings applet, and some testsuite by Eric Andersen · 22 years ago
  49. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  50. d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 22 years ago
  51. 4e486a5 Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING by Eric Andersen · 22 years ago
  52. 1dcf218 Patch from Daniel J Walsh at redhat to make free work for systems by Eric Andersen · 22 years ago
  53. 575c782 Patch from Robert Schwebel -- support ncurses installed in /usr/local by Eric Andersen · 22 years ago
  54. b1c9469 Patch from Robert Schwebel fixing a missing \n by Eric Andersen · 22 years ago
  55. aaab46b Fix an obvious mistake by Eric Andersen · 22 years ago
  56. f05fd44 Fix addgroup so it actually works -Erik by Eric Andersen · 22 years ago
  57. e931909 Additional patch from Tito to fix some anomolies by Eric Andersen · 22 years ago
  58. 9e59841 arping applet by Nick Fedchik by Glenn L McGrath · 22 years ago
  59. dd3461a Make output the same as upstream, patch by Tito by Glenn L McGrath · 22 years ago
  60. a69fd2e Patch by Stewart Brodie to terminate the string array correctly by Glenn L McGrath · 22 years ago
  61. e40500f Lineo has ceased to exist, and is no longer a sponsor. by Eric Andersen · 22 years ago
  62. 7040ecc Minor cleanup, identified by Stewart Brodie, patch by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  63. 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
  64. 58c708a New applet: httpd, by Glenn Engel by Glenn L McGrath · 22 years ago
  65. c2e74ca Prepare for new busybox-cvs upload by Glenn L McGrath · 22 years ago
  66. ea2a106 fixes for ia64 by Glenn L McGrath · 22 years ago
  67. 39dd401 Sync with 20030104-2 cvs package, disable fdisk BSD label as they dont by Glenn L McGrath · 22 years ago
  68. 4dcc2dd fdisk writable feature, allows compilation of a small fdisk that can by Glenn L McGrath · 22 years ago
  69. 2c24bb8 Fix tab-tab listing of files so it properly reflects current by Eric Andersen · 22 years ago
  70. 7ce75f4 > Eliminate dependancy on kernel header files. Naughty naughty. by Robert Griebl · 22 years ago
  71. a668558 Add "Broadcast +" support back in. Also cut the size down some. Not well by Manuel Novoa III · 22 years ago
  72. 87444ef Add usage for tar -j and -z by Glenn L McGrath · 22 years ago
  73. d4c8d1a Sync with 20021214-1 debian package by Glenn L McGrath · 22 years ago
  74. 76ff0da Support the obsolete '+' option by Glenn L McGrath · 22 years ago
  75. c00c56e Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  76. 0a65e19 Support the '=' command by Glenn L McGrath · 22 years ago
  77. 4d7f965 Adjust for new .depend target by Glenn L McGrath · 22 years ago
  78. e86e4a2 busybox target wasnt checking .depend, clean kbuild binaries only on distclean by Glenn L McGrath · 22 years ago
  79. 0f18271 Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois by Glenn L McGrath · 22 years ago
  80. 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
  81. 688cf01 Get interface names using ioctl rather than /proc, from Nick Fedchik by Glenn L McGrath · 22 years ago
  82. cf1fee0 Odd. I never brought this forward from bb.stable. Should handle by Eric Andersen · 22 years ago
  83. be2ae24 Always print the routing table header for IPv4: by Robert Griebl · 22 years ago
  84. 53f133a changed most assignments from ":=" to "=" to allow setting some variables by Robert Griebl · 22 years ago
  85. 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
  86. 1e132dd fix warning by Glenn L McGrath · 22 years ago
  87. cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
  88. 6fe1960 cleanup by Tim Riker · 22 years ago
  89. 068b6b0 Don't build the ncurses stuff unless it is specifically asked for -Erik by Eric Andersen · 22 years ago
  90. c118f99 use const group_file by Tim Riker · 22 years ago
  91. 8b08bda Fix bug when reading mac from command line, continue; if hwaddrr not found by Glenn L McGrath · 22 years ago
  92. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  93. a67dffe Change ftpput so it uses <remote-path> <local-file> as it should by Glenn L McGrath · 22 years ago
  94. 3b33dd9 Fix possible bug if file length not known by Glenn L McGrath · 22 years ago
  95. 02d7cbf New applets, ftpget and ftpput by Glenn L McGrath · 22 years ago
  96. f03c933 New applet, nameif by Nick Fedchik and myself. by Glenn L McGrath · 22 years ago
  97. 9130c85 full usage cleanup for udhcp by Glenn L McGrath · 22 years ago
  98. 6ed7759 Update email address for Gennady Feldman <gena01@gena01.com> by Glenn L McGrath · 22 years ago
  99. 6d07432 Support the o, f and p options, patch by Magnus M�rtensson by Glenn L McGrath · 22 years ago
  100. b8dff0c Teach addgroup to add user names to groups by Eric Andersen · 22 years ago