1. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  2. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  3. 2f38f27 - patch from Robert P. J. Day to use filter instead of findstring. by Bernhard Reutner-Fischer · 19 years ago
  4. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  5. f7897ec Autodetect parts of a multipart file, from Robert P. Day's suggestion. by Rob Landley · 19 years ago
  6. cc848dd Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice by Rob Landley · 19 years ago
  7. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  8. 0ea0aef Remove a link that leaked in from the pending llist_t changes. by Rob Landley · 19 years ago
  9. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  10. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  11. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  12. f76cd96 Whitespace and documentation cleanup from Dennis Vlasenko. by Rob Landley · 19 years ago
  13. 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 19 years ago
  14. bbd50b5 Remove some #if 0 code. by Rob Landley · 19 years ago
  15. 54f75ee - BusyBox is under GPL. by Bernhard Reutner-Fischer · 19 years ago
  16. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  17. 78bd504 use memcmp() not bcmp() by Mike Frysinger · 19 years ago
  18. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  19. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  20. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  21. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  22. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  23. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  24. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  25. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  26. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  27. a13cca9 New version from Tito. by Rob Landley · 19 years ago
  28. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  29. ca08771 More extern removal from Robert P. Day. by Rob Landley · 19 years ago
  30. cb8d431 find ./ -name .cvsignore | xargs svn rm by Bernhard Reutner-Fischer · 19 years ago
  31. f885513 just whitespace fixes by Mike Frysinger · 19 years ago
  32. 3570915 More dead code removal. by Rob Landley · 19 years ago
  33. 1bb3192 Bug spotted by Stephane Billiart: losetup depends on loop.c. by Rob Landley · 19 years ago
  34. fb3a631 Very nice patch from Rich Felker to portably set the stream error indicator and by Rob Landley · 19 years ago
  35. 8dd4ca7 Patch from Shaun Jackman to make loop.c build only when needed. by Rob Landley · 19 years ago
  36. 263e75d - fix order of includes. by Bernhard Reutner-Fischer · 19 years ago
  37. aae8b34 Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so by Rob Landley · 19 years ago
  38. ea9a471 Random in-passing tweak. by Rob Landley · 19 years ago
  39. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  40. 386f85e Attempt to make a warning go away without increasing size. by Rob Landley · 19 years ago
  41. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  42. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  43. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  44. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  45. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  46. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  47. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  48. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  49. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  50. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  51. 992a58c document leading + option by Mike Frysinger · 19 years ago
  52. 87b9573 Forgot to check this in last night, part of the hash_fd breakup. by Rob Landley · 19 years ago
  53. 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
  54. 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
  55. e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
  56. 7673cca sync with mainstream, but check more by "Vladimir N. Oleynik" · 19 years ago
  57. 081d6d4 getdomainname() isn't guaranteed to null terminate the string if it was by Rob Landley · 19 years ago
  58. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  59. d24d083 correction get(host/domain)name usage, revert 742 bug by "Vladimir N. Oleynik" · 19 years ago
  60. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  61. dce17c6 rfelker writes in Bug 742: make sure string is null terminated after calling gethostname by Mike Frysinger · 19 years ago
  62. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  63. 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
  64. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  65. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  66. 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 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. bec2652 Save a few bytes in error message. by Rob Landley · 19 years ago
  70. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  71. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  72. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  73. 1f17d32 more obscure by "Vladimir N. Oleynik" · 19 years ago
  74. 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  75. cd98555 - fix typo i introduced yesterday. by Bernhard Reutner-Fischer · 19 years ago
  76. 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
  77. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  78. 0e8727d - make linking against libcrypt optional by looking if pw_encrypt() or by Bernhard Reutner-Fischer · 19 years ago
  79. c1ef7bd just whitespace by Tim Riker · 19 years ago
  80. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  81. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  82. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  83. 853c44b - correct definitions. by Bernhard Reutner-Fischer · 19 years ago
  84. dd9dce1 - shrink simple obscure stuff a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  85. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  86. 3d1bbf0 Minor cosmetic fix from Tito. by Rob Landley · 19 years ago
  87. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  88. 9085467 Trying to losetup a device as a regular user shouldn't result in an endless by Rob Landley · 19 years ago
  89. e422af6 Flush input when prompting for a password (bug 373). by Rob Landley · 19 years ago
  90. bf968f7 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  91. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  92. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  93. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  94. 4eb2fd6 more use libbb/bb_msg_read_error by "Vladimir N. Oleynik" · 19 years ago
  95. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
  96. 9033453 My last change to this file broke tar x. Sigh. (Trying to make sure we work by Rob Landley · 19 years ago
  97. 3fc4ad1 Fix bug 424: doing full_read breaks things like cat which should return a by Rob Landley · 19 years ago
  98. 21ccbb6 When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. by Rob Landley · 19 years ago
  99. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  100. 2454ebd Somebody suggested this, but I've forgotten who. by Rob Landley · 19 years ago