1. 992a58c document leading + option by Mike Frysinger · 19 years ago
  2. 87b9573 Forgot to check this in last night, part of the hash_fd breakup. by Rob Landley · 19 years ago
  3. 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
  4. 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
  5. e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
  6. 7673cca sync with mainstream, but check more by "Vladimir N. Oleynik" · 19 years ago
  7. 081d6d4 getdomainname() isn't guaranteed to null terminate the string if it was by Rob Landley · 19 years ago
  8. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  9. d24d083 correction get(host/domain)name usage, revert 742 bug by "Vladimir N. Oleynik" · 19 years ago
  10. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  11. dce17c6 rfelker writes in Bug 742: make sure string is null terminated after calling gethostname by Mike Frysinger · 19 years ago
  12. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  13. 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
  14. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  15. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  16. 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
  17. b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
  18. 90632d0 Bug fix from Kim B. Heino, manifested via: by Rob Landley · 19 years ago
  19. bec2652 Save a few bytes in error message. by Rob Landley · 19 years ago
  20. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  21. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  22. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  23. 1f17d32 more obscure by "Vladimir N. Oleynik" · 19 years ago
  24. 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  25. cd98555 - fix typo i introduced yesterday. by Bernhard Reutner-Fischer · 19 years ago
  26. 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
  27. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  28. 0e8727d - make linking against libcrypt optional by looking if pw_encrypt() or by Bernhard Reutner-Fischer · 19 years ago
  29. c1ef7bd just whitespace by Tim Riker · 19 years ago
  30. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  31. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  32. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  33. 853c44b - correct definitions. by Bernhard Reutner-Fischer · 19 years ago
  34. dd9dce1 - shrink simple obscure stuff a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  35. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  36. 3d1bbf0 Minor cosmetic fix from Tito. by Rob Landley · 19 years ago
  37. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  38. 9085467 Trying to losetup a device as a regular user shouldn't result in an endless by Rob Landley · 19 years ago
  39. e422af6 Flush input when prompting for a password (bug 373). by Rob Landley · 19 years ago
  40. bf968f7 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  41. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  42. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  43. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  44. 4eb2fd6 more use libbb/bb_msg_read_error by "Vladimir N. Oleynik" · 19 years ago
  45. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
  46. 9033453 My last change to this file broke tar x. Sigh. (Trying to make sure we work by Rob Landley · 19 years ago
  47. 3fc4ad1 Fix bug 424: doing full_read breaks things like cat which should return a by Rob Landley · 19 years ago
  48. 21ccbb6 When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. by Rob Landley · 19 years ago
  49. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  50. 2454ebd Somebody suggested this, but I've forgotten who. by Rob Landley · 19 years ago
  51. 3c6bfe3 Shaun Jackman noted that limits.h defines path_max and isn't included from by Rob Landley · 19 years ago
  52. 0fa9ded more const by "Vladimir N. Oleynik" · 19 years ago
  53. 7547a6e - don't update copyright years. He might release it, but apparently will have by Bernhard Reutner-Fischer · 19 years ago
  54. 94c3331 - an empty middle term in ?: violates ISO C by Bernhard Reutner-Fischer · 19 years ago
  55. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  56. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  57. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  58. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  59. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  60. ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
  61. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  62. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  63. cf95e0b - add llist_free_one() and llist_free() to libbb by Bernhard Reutner-Fischer · 19 years ago
  64. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  65. 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
  66. d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
  67. 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
  68. 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
  69. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  70. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  71. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  72. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  73. 5f46010 spwd bulid now, (typo) by "Vladimir N. Oleynik" · 19 years ago
  74. 5246063 Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow by Rob Landley · 19 years ago
  75. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  76. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  77. c5280e8 - consolidated password helpers by Bernhard Reutner-Fischer · 19 years ago
  78. f56b8e4 - consolidated password helpers into bb_pwd.c by Bernhard Reutner-Fischer · 19 years ago
  79. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  80. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  81. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  82. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  83. 90ca6b2 This code exists to compensate for ancient broken build environments which, by Rob Landley · 19 years ago
  84. 99f6171 Amir Shalem writes: this patch fix syscall names mix-up in libb/syscalls.c by Mike Frysinger · 19 years ago
  85. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  86. 9955c45 get_terminal_width_height.c was in there twice. by Rob Landley · 19 years ago
  87. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  88. cc1669b Actually returning ret might be good. by Rob Landley · 19 years ago
  89. 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
  90. e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
  91. ddddb94 make sure __NF_sysfs exists before trying to use it by Mike Frysinger · 19 years ago
  92. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  93. 6ebbc74 the () around isspace actually matters by Mike Frysinger · 19 years ago
  94. 7122498 Bernhard Fischer says: fix comment typo by Mike Frysinger · 19 years ago
  95. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  96. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  97. b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 19 years ago
  98. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  99. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  100. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago