1. b218377 Documentation update: more detail on vfork. by Rob Landley · 19 years ago
  2. 73a20f3 "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, by Rob Landley · 19 years ago
  3. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  4. 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
  5. 0923063 add myself and Bernhard by Mike Frysinger · 19 years ago
  6. 23ca725 test to make sure applets are in alphabetical order by Mike Frysinger · 19 years ago
  7. 73b4710 fix applet order by Mike Frysinger · 19 years ago
  8. 992a58c document leading + option by Mike Frysinger · 19 years ago
  9. c6d09a6 You don't need an #ifdef around #defines in usage. by Rob Landley · 19 years ago
  10. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  11. fb16d5c Tweak my entry. by Rob Landley · 19 years ago
  12. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  13. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  14. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  15. 87b9573 Forgot to check this in last night, part of the hash_fd breakup. by Rob Landley · 19 years ago
  16. 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
  17. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  18. c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
  19. bf28ed8 eat extraneous newlines at the end of applet full usage by Mike Frysinger · 19 years ago
  20. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  21. ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
  22. 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
  23. e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
  24. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  25. 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
  26. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago
  27. dcbad60 add s390x to the list by Mike Frysinger · 19 years ago
  28. 7673cca sync with mainstream, but check more by "Vladimir N. Oleynik" · 19 years ago
  29. 081d6d4 getdomainname() isn't guaranteed to null terminate the string if it was by Rob Landley · 19 years ago
  30. b4ec339 Update comment. by Rob Landley · 19 years ago
  31. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  32. d24d083 correction get(host/domain)name usage, revert 742 bug by "Vladimir N. Oleynik" · 19 years ago
  33. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  34. eb00afb The gentoo security guys found another way to segfault busybox's decompression by Rob Landley · 19 years ago
  35. dce17c6 rfelker writes in Bug 742: make sure string is null terminated after calling gethostname by Mike Frysinger · 19 years ago
  36. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  37. da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
  38. dfd902b rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h by Mike Frysinger · 19 years ago
  39. 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
  40. 611e085 kill all .depend files by Mike Frysinger · 19 years ago
  41. a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
  42. ebee0e7 fix building on ppc64 by Mike Frysinger · 19 years ago
  43. 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
  44. b267f13 quick copy-paste typo by "Vladimir N. Oleynik" · 19 years ago
  45. efae294 Fix for an integer overflow bug that could cause a segfault on certain by Rob Landley · 19 years ago
  46. 2c98c40 The tendency of vi to auto-indent can be really annoying at times. by Rob Landley · 19 years ago
  47. f856eab More whitespace than you can possibly imagine... by Rob Landley · 19 years ago
  48. 27cd85b Update Rogues Gallery. by Rob Landley · 19 years ago
  49. eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
  50. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  51. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  52. cb9b114 isolate and show busybox`s changes by "Vladimir N. Oleynik" · 19 years ago
  53. 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
  54. 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago
  55. d1e38c0 Rogues gallery. by Rob Landley · 19 years ago
  56. c218a29 add last terminal line by "Vladimir N. Oleynik" · 19 years ago
  57. 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
  58. 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
  59. 02794e1 Fix bug 674: sum's block count should always round up. by Rob Landley · 19 years ago
  60. 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
  61. 5ba53c0 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
  62. 3afdfec restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline by "Vladimir N. Oleynik" · 19 years ago
  63. 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
  64. 63ca3bf commentary typos. Thank by aldot by "Vladimir N. Oleynik" · 19 years ago
  65. a253e73 Rob Landley is busybox maintainer now. Eeek. by Rob Landley · 19 years ago
  66. d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
  67. b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
  68. 90632d0 Bug fix from Kim B. Heino, manifested via: by Rob Landley · 19 years ago
  69. 7bfa88f New USE() macros by Rob Landley · 19 years ago
  70. f251ec6 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
  71. c29a0f3 More random documentation. by Rob Landley · 19 years ago
  72. 4926d64 Missed this in svn 13701. by Rob Landley · 19 years ago
  73. 4a1d874 Another item. by Rob Landley · 19 years ago
  74. cc6d8d3 Fix umount so it works if there's no /etc/mtab or /proc/mounts, make by Rob Landley · 19 years ago
  75. 1ab4c3d Help text update and tweak to defconfig to remove two more things that by Rob Landley · 19 years ago
  76. 32251b4 Convert some help text to english. by Rob Landley · 19 years ago
  77. 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
  78. 27a74e8 Cristian Ionescu-Idbohrn writes: by Mike Frysinger · 19 years ago
  79. 0380166 space out supported applet names so the config list doesnt wrap on an 80col terminal by Mike Frysinger · 19 years ago
  80. 4fcefb9 fixup whitespace in awk help output by Mike Frysinger · 19 years ago
  81. 30a6bba Bug 677: there are apparently still people using telnet. by Rob Landley · 19 years ago
  82. ba9c4d1 get rid of warnings with applets that have no usage and get rid of pointless --- separator between applets by Mike Frysinger · 19 years ago
  83. f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
  84. b0ed3d7 Rob Sullivan writes: Here's a patch to autogenerate the list of applets in the Busybox documentation by Mike Frysinger · 19 years ago
  85. bec2652 Save a few bytes in error message. by Rob Landley · 19 years ago
  86. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  87. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  88. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  89. 5509228 alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys by Mike Frysinger · 19 years ago
  90. 35cf19d fix mdev help output by Mike Frysinger · 19 years ago
  91. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  92. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  93. 1f04c9d removed anoinig `unused' warnings by "Vladimir N. Oleynik" · 19 years ago
  94. 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
  95. b399a96 remode warning: const static mix by "Vladimir N. Oleynik" · 19 years ago
  96. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  97. 87be316 more better for me signed<->unsigned and the const keyword usage by "Vladimir N. Oleynik" · 19 years ago
  98. 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
  99. 1f17d32 more obscure by "Vladimir N. Oleynik" · 19 years ago
  100. 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago