1. c1ef7bd just whitespace by Tim Riker · 19 years ago
  2. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  3. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  4. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  5. 853c44b - correct definitions. by Bernhard Reutner-Fischer · 19 years ago
  6. dd9dce1 - shrink simple obscure stuff a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  7. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  8. 3d1bbf0 Minor cosmetic fix from Tito. by Rob Landley · 19 years ago
  9. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  10. 9085467 Trying to losetup a device as a regular user shouldn't result in an endless by Rob Landley · 19 years ago
  11. e422af6 Flush input when prompting for a password (bug 373). by Rob Landley · 19 years ago
  12. bf968f7 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  13. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  14. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  15. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  16. 4eb2fd6 more use libbb/bb_msg_read_error by "Vladimir N. Oleynik" · 19 years ago
  17. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
  18. 9033453 My last change to this file broke tar x. Sigh. (Trying to make sure we work by Rob Landley · 19 years ago
  19. 3fc4ad1 Fix bug 424: doing full_read breaks things like cat which should return a by Rob Landley · 19 years ago
  20. 21ccbb6 When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. by Rob Landley · 19 years ago
  21. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  22. 2454ebd Somebody suggested this, but I've forgotten who. by Rob Landley · 19 years ago
  23. 3c6bfe3 Shaun Jackman noted that limits.h defines path_max and isn't included from by Rob Landley · 19 years ago
  24. 0fa9ded more const by "Vladimir N. Oleynik" · 19 years ago
  25. 7547a6e - don't update copyright years. He might release it, but apparently will have by Bernhard Reutner-Fischer · 19 years ago
  26. 94c3331 - an empty middle term in ?: violates ISO C by Bernhard Reutner-Fischer · 19 years ago
  27. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  28. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  29. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  30. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  31. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  32. ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
  33. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  34. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  35. cf95e0b - add llist_free_one() and llist_free() to libbb by Bernhard Reutner-Fischer · 19 years ago
  36. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  37. 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
  38. d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
  39. 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
  40. 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
  41. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  42. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  43. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  44. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  45. 5f46010 spwd bulid now, (typo) by "Vladimir N. Oleynik" · 19 years ago
  46. 5246063 Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow by Rob Landley · 19 years ago
  47. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  48. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  49. c5280e8 - consolidated password helpers by Bernhard Reutner-Fischer · 19 years ago
  50. f56b8e4 - consolidated password helpers into bb_pwd.c by Bernhard Reutner-Fischer · 19 years ago
  51. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  52. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  53. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  54. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  55. 90ca6b2 This code exists to compensate for ancient broken build environments which, by Rob Landley · 19 years ago
  56. 99f6171 Amir Shalem writes: this patch fix syscall names mix-up in libb/syscalls.c by Mike Frysinger · 19 years ago
  57. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  58. 9955c45 get_terminal_width_height.c was in there twice. by Rob Landley · 19 years ago
  59. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  60. cc1669b Actually returning ret might be good. by Rob Landley · 19 years ago
  61. 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
  62. e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
  63. ddddb94 make sure __NF_sysfs exists before trying to use it by Mike Frysinger · 19 years ago
  64. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  65. 6ebbc74 the () around isspace actually matters by Mike Frysinger · 19 years ago
  66. 7122498 Bernhard Fischer says: fix comment typo by Mike Frysinger · 19 years ago
  67. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  68. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  69. b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 19 years ago
  70. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  71. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  72. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  73. 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 19 years ago
  74. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
  75. c337d29 applying fix for: by Paul Fox · 19 years ago
  76. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  77. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 19 years ago
  78. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  79. fb6d22c now that mjn3 explained it to me, add documentation for the 3rd field in long opts by Mike Frysinger · 20 years ago
  80. e5d0bde add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :) by Mike Frysinger · 20 years ago
  81. 9dc93ac syntax/whitespace touchup by Mike Frysinger · 20 years ago
  82. 9398304 Shaun Jackman said: by Rob Landley · 20 years ago
  83. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  84. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  85. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  86. fef32b5 Correct errors preventing busybox tar from working properly, by Eric Andersen · 20 years ago
  87. 2bf88a8 In Bug 5, Tito writes: by Mike Frysinger · 20 years ago
  88. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  89. 451c0d2 Rework to fix http://bugs.uclibc.org/view.php?id=107 by Eric Andersen · 20 years ago
  90. 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
  91. 2ed05ab fake out support for POSIX -H and -L options since busybox cp dereferences everything by default by Mike Frysinger · 20 years ago
  92. a36ac0d Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. by Mike Frysinger · 20 years ago
  93. 9b9e547 add some more comments by Mike Frysinger · 20 years ago
  94. 3b05b80 newlib fixe from Shaun Jackman by Mike Frysinger · 20 years ago
  95. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  96. 1e4dc96 Dear andersen: by Eric Andersen · 20 years ago
  97. 1271dbb perhaps a better fix by Eric Andersen · 20 years ago
  98. 861f014 Workaround for uClibc-specific header problem described here: by Rob Landley · 20 years ago
  99. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  100. a62665b Patch from Claus Klein to increase, and make more apparent by Eric Andersen · 20 years ago