1. 7964467 Fix from vodz so that complex init commands actually work by Eric Andersen · 22 years ago
  2. 8c4025e Patch from Danny Lepage <danny.lepage@cognicase.com> to fix dutmp for uClibc. by Eric Andersen · 22 years ago
  3. 5222d31 Patch from till busch <buti@gmx.at> -- unblock all signals by Eric Andersen · 22 years ago
  4. 549df2e Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> by Eric Andersen · 22 years ago
  5. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  6. 009ae1f Little fix to avoid overflow by Eric Andersen · 22 years ago
  7. abc9568 Silly spelling fix -Erik by Eric Andersen · 22 years ago
  8. b493dec David Frascone <dave@frascone.com> noticed two problems. First, modprobe was by Eric Andersen · 22 years ago
  9. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  10. 9031481 inline many functions that are only called once. saves about 300 bytes by Aaron Lehmann · 22 years ago
  11. ed11993 Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW by Aaron Lehmann · 22 years ago
  12. 8c26fbe remove cleanUpAndFail, and replace it with exit(). because that's what by Aaron Lehmann · 22 years ago
  13. 5b0f9e4 Rework optimization code. Be more compiler aware. -Erik by Eric Andersen · 22 years ago
  14. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  15. 0fbff13 Several login cleanups from vodz by Eric Andersen · 22 years ago
  16. b0c39a8 Apply vodz' last_patch44 -- cleanup several chars to be const, fix by Eric Andersen · 22 years ago
  17. 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
  18. 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
  19. 61f8305 Apply vodz' cleanup for insmod buffer overflows, which was cleaner by Eric Andersen · 22 years ago
  20. 9f92d5f Major revamp. I've been trying to clean up the code. the bzerror stuff by Aaron Lehmann · 22 years ago
  21. 2d34215 As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't by Eric Andersen · 22 years ago
  22. b0fd2b0 Fix a potential macro expansion problem... isspace can be by Eric Andersen · 22 years ago
  23. a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 22 years ago
  24. 47abc49 Patch from Simon Krahnke: by Robert Griebl · 22 years ago
  25. 3ad88cc * testsuite/sed/sed-recurses-properly: Mark XFAIL. by Matt Kraai · 22 years ago
  26. 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 22 years ago
  27. 3600602 vodz' last_patch42_2, which is an updated fix for buffer overflows by Eric Andersen · 22 years ago
  28. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 22 years ago
  29. fe1ef2b Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
  30. 6fb4e48 Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
  31. 0d2d1eb Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> -Erik by Eric Andersen · 22 years ago
  32. 8610f91 Lets give this a try... by Eric Andersen · 22 years ago
  33. 27d3766 Email addr fix by Eric Andersen · 22 years ago
  34. ad79c0b Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  35. 77d22c4 Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  36. 1a92376 Patch from vodz to only setenv PATH when PATH changes, which is much by Eric Andersen · 22 years ago
  37. e90e741 Per discussion with vodz, Tim's changes do not seem to make sense. by Eric Andersen · 22 years ago
  38. fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 22 years ago
  39. ff7661d plug fd leak noticed by Russ Dill -Erik by Eric Andersen · 22 years ago
  40. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago
  41. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  42. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 22 years ago
  43. bc28f7a Cleaned up Erik's fgets -> read patch and fixed a buffer overflow by Robert Griebl · 22 years ago
  44. c06391b Avoid stack munching stdio implementations. -Erik by Eric Andersen · 22 years ago
  45. 3b79370 Fixed a realloc bug found by Martin Volf by Robert Griebl · 22 years ago
  46. b99cb64 Include busybox.h before testing CONFIG_LOCALE_SUPPORT. by Manuel Novoa III · 22 years ago
  47. a94a06a Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking. by Glenn L McGrath · 22 years ago
  48. 1d4ef2a Added support for /etc/modules.conf parsing by Robert Griebl · 22 years ago
  49. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 22 years ago
  50. 8302c43 Ensure that insmod supports at least one MODULE_INTERFACE -Erik by Eric Andersen · 22 years ago
  51. cffd502 Patch from Magnus Damm <damm@opensource.se> to rework things by Eric Andersen · 22 years ago
  52. d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 22 years ago
  53. 236abbf Some cleanups, some size reductions and some buffer overflow checks by Robert Griebl · 22 years ago
  54. 94a6a95 Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  55. c6def44 ping return 1 if can't ping by Tim Riker · 22 years ago
  56. 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 22 years ago
  57. c30c5e8 Reduced code size for new -e flag (suggested by vodz) by Robert Griebl · 22 years ago
  58. d8636ca Doh! Remember to close /etc/inittab by Eric Andersen · 22 years ago
  59. f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  60. 7ac8684 gunzip'ing many files to stdout works now by Robert Griebl · 22 years ago
  61. 081df62 Don't delete source file when decompressing to stdout by Robert Griebl · 22 years ago
  62. 52e8d06 Complete rewrite to support stack loading/unloading with proper by Robert Griebl · 22 years ago
  63. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 22 years ago
  64. 64f70cc Add --login support. This is the bash way of starting a shell that should by Robert Griebl · 22 years ago
  65. 8187bb4 This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  66. 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  67. aa385d4 Entries with "noauto" options are ignored correctly when mounting all by Robert Griebl · 22 years ago
  68. f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 22 years ago
  69. 864b797 Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, by Eric Andersen · 22 years ago
  70. 26920c6 Make verbose and show_only work as expected -Erik by Eric Andersen · 22 years ago
  71. c088c58 Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag by Eric Andersen · 22 years ago
  72. 95bf6da fix and shrink uuencode by Tim Riker · 22 years ago
  73. a4a65e7 * archival/gunzip.c (gunzip_file): New. by Matt Kraai · 22 years ago
  74. 051e4c1 Update website by Eric Andersen · 22 years ago
  75. d598d41 Fix silly combinitorial oversight by Eric Andersen · 22 years ago
  76. 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 22 years ago
  77. 3a01f8c uClibc supports struct _res these days... by Eric Andersen · 22 years ago
  78. ef38b39 Support noerror option by Eric Andersen · 22 years ago
  79. aba7546 When the .config file is missing, supply a default one and run menuconfig by Eric Andersen · 22 years ago
  80. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 22 years ago
  81. 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 22 years ago
  82. 1c31501 Ensure that getenv("PATH") stays current, since otherwise cmdedit by Eric Andersen · 22 years ago
  83. 4163406 Fix bugs by Eric Andersen · 22 years ago
  84. 8db361b Minor formatting by Eric Andersen · 22 years ago
  85. ed8e036 add missing void, still has issues though by Tim Riker · 22 years ago
  86. 86c76a9 fix from kergoth by Tim Riker · 22 years ago
  87. 0e28e1f Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: by Eric Andersen · 22 years ago
  88. 60e56f5 Reworked by Robert Griebl <griebl@gmx.de> to support proper module dependancies. by Eric Andersen · 22 years ago
  89. 54c14d7 vodz noted this line (as imported from Debian) is wrong, and has since by Eric Andersen · 22 years ago
  90. ae10361 Apply last_patch37 from vodz by Eric Andersen · 22 years ago
  91. 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 22 years ago
  92. 272a955 * networking/wget.c (wget_main): Check return value of safe_fwrite. by Matt Kraai · 22 years ago
  93. a078268 * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard by Matt Kraai · 22 years ago
  94. 744ec1d Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work by Eric Andersen · 22 years ago
  95. 9fe5f98 Patch from Jim Treadway -- fix a missing "\" in usage.h by Eric Andersen · 22 years ago
  96. c8459a5 Silly me by Eric Andersen · 22 years ago
  97. 19732c6 Teach makedevs to not segfault quite so much by Eric Andersen · 22 years ago
  98. 4e11682 Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR by Eric Andersen · 22 years ago
  99. fb24eb4 Cleanup make clean by Eric Andersen · 22 years ago
  100. defd998 Patch from Kevin Hilman <khilman@equator.com> to fix potential by Eric Andersen · 22 years ago