1. 2e9cf37 - workaround bug in make-3.81beta4: by Bernhard Reutner-Fischer · 19 years ago
  2. a597211 - work around missing features and bugs in make-3.79.1: by Bernhard Reutner-Fischer · 19 years ago
  3. 56ee779 clean *.osm as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  4. 33b45a0 clean busybox_unstripped as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  5. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  6. d9969ea - correct comment. Should revisit gcc >= 4.1 with that =1 later on by Bernhard Reutner-Fischer · 19 years ago
  7. 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 19 years ago
  8. cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
  9. c05dda4 Denis Vlasenko noticed that falign=0 is meaningless, and that should probably by Rob Landley · 19 years ago
  10. 7ad83b4 - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. by Bernhard Reutner-Fischer · 19 years ago
  11. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  12. c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
  13. 9b6b894 - allow for make /path/to/dir/file.o by Bernhard Reutner-Fischer · 19 years ago
  14. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  15. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  16. cfc5d86 Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! by Bernhard Reutner-Fischer · 19 years ago
  17. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  18. 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
  19. 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
  20. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
  21. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  22. 93f2286 When gnu fails this one we shouldn't let it _hang_... by Rob Landley · 19 years ago
  23. e8e7811 Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a by Rob Landley · 19 years ago
  24. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
  25. 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
  26. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  27. 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
  28. 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
  29. 2fe4eac Cosmetic cleanup from tito. by Rob Landley · 19 years ago
  30. e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
  31. 0817313 - whitespace cleanup from Tito. by Bernhard Reutner-Fischer · 19 years ago
  32. 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
  33. 5ba2fb2 remove duplicate license notice by Mike Frysinger · 19 years ago
  34. 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
  35. 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
  36. 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
  37. 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  38. b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  39. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  40. 883e0e8 Missed one in the get_line_from_file() update... by Rob Landley · 19 years ago
  41. 3cb94d2 Move FAQ under docs, add programming.html to docs list. by Rob Landley · 19 years ago
  42. f6ddadc Mention patches directory as a read-only svn alternative. by Rob Landley · 19 years ago
  43. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  44. 5c22c11 Add a test suite for seq. by Rob Landley · 19 years ago
  45. 0612b5f add exception for uncuddling brackets by Mike Frysinger · 19 years ago
  46. 6b6edf9 Lots of tests the fix to sed needs to pass... by Rob Landley · 19 years ago
  47. b218377 Documentation update: more detail on vfork. by Rob Landley · 19 years ago
  48. 73a20f3 "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, by Rob Landley · 19 years ago
  49. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  50. 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
  51. 0923063 add myself and Bernhard by Mike Frysinger · 19 years ago
  52. 23ca725 test to make sure applets are in alphabetical order by Mike Frysinger · 19 years ago
  53. 73b4710 fix applet order by Mike Frysinger · 19 years ago
  54. 992a58c document leading + option by Mike Frysinger · 19 years ago
  55. c6d09a6 You don't need an #ifdef around #defines in usage. by Rob Landley · 19 years ago
  56. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  57. fb16d5c Tweak my entry. by Rob Landley · 19 years ago
  58. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  59. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  60. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  61. 87b9573 Forgot to check this in last night, part of the hash_fd breakup. by Rob Landley · 19 years ago
  62. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  63. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  64. c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
  65. bf28ed8 eat extraneous newlines at the end of applet full usage by Mike Frysinger · 19 years ago
  66. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  67. ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
  68. 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
  69. e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
  70. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  71. 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
  72. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago
  73. dcbad60 add s390x to the list by Mike Frysinger · 19 years ago
  74. 7673cca sync with mainstream, but check more by "Vladimir N. Oleynik" · 19 years ago
  75. 081d6d4 getdomainname() isn't guaranteed to null terminate the string if it was by Rob Landley · 19 years ago
  76. b4ec339 Update comment. by Rob Landley · 19 years ago
  77. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  78. d24d083 correction get(host/domain)name usage, revert 742 bug by "Vladimir N. Oleynik" · 19 years ago
  79. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  80. eb00afb The gentoo security guys found another way to segfault busybox's decompression by Rob Landley · 19 years ago
  81. dce17c6 rfelker writes in Bug 742: make sure string is null terminated after calling gethostname by Mike Frysinger · 19 years ago
  82. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  83. da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
  84. dfd902b rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h by Mike Frysinger · 19 years ago
  85. 4b33f7a rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function. by Mike Frysinger · 19 years ago
  86. 611e085 kill all .depend files by Mike Frysinger · 19 years ago
  87. a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
  88. ebee0e7 fix building on ppc64 by Mike Frysinger · 19 years ago
  89. 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
  90. b267f13 quick copy-paste typo by "Vladimir N. Oleynik" · 19 years ago
  91. efae294 Fix for an integer overflow bug that could cause a segfault on certain by Rob Landley · 19 years ago
  92. 2c98c40 The tendency of vi to auto-indent can be really annoying at times. by Rob Landley · 19 years ago
  93. f856eab More whitespace than you can possibly imagine... by Rob Landley · 19 years ago
  94. 27cd85b Update Rogues Gallery. by Rob Landley · 19 years ago
  95. eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
  96. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  97. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  98. cb9b114 isolate and show busybox`s changes by "Vladimir N. Oleynik" · 19 years ago
  99. 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
  100. 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago