1. 5246063 Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow by Rob Landley · 19 years ago
  2. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  3. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  4. c5280e8 - consolidated password helpers by Bernhard Reutner-Fischer · 19 years ago
  5. f56b8e4 - consolidated password helpers into bb_pwd.c by Bernhard Reutner-Fischer · 19 years ago
  6. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  7. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  8. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  9. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  10. 90ca6b2 This code exists to compensate for ancient broken build environments which, by Rob Landley · 19 years ago
  11. 99f6171 Amir Shalem writes: this patch fix syscall names mix-up in libb/syscalls.c by Mike Frysinger · 19 years ago
  12. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  13. 9955c45 get_terminal_width_height.c was in there twice. by Rob Landley · 19 years ago
  14. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  15. cc1669b Actually returning ret might be good. by Rob Landley · 19 years ago
  16. 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
  17. e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
  18. ddddb94 make sure __NF_sysfs exists before trying to use it by Mike Frysinger · 19 years ago
  19. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  20. 6ebbc74 the () around isspace actually matters by Mike Frysinger · 19 years ago
  21. 7122498 Bernhard Fischer says: fix comment typo by Mike Frysinger · 19 years ago
  22. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  23. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  24. b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 19 years ago
  25. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  26. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  27. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  28. 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 19 years ago
  29. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
  30. c337d29 applying fix for: by Paul Fox · 19 years ago
  31. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  32. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 19 years ago
  33. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  34. fb6d22c now that mjn3 explained it to me, add documentation for the 3rd field in long opts by Mike Frysinger · 20 years ago
  35. 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
  36. 9dc93ac syntax/whitespace touchup by Mike Frysinger · 20 years ago
  37. 9398304 Shaun Jackman said: by Rob Landley · 20 years ago
  38. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  39. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  40. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  41. fef32b5 Correct errors preventing busybox tar from working properly, by Eric Andersen · 20 years ago
  42. 2bf88a8 In Bug 5, Tito writes: by Mike Frysinger · 20 years ago
  43. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  44. 451c0d2 Rework to fix http://bugs.uclibc.org/view.php?id=107 by Eric Andersen · 20 years ago
  45. 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
  46. 2ed05ab fake out support for POSIX -H and -L options since busybox cp dereferences everything by default by Mike Frysinger · 20 years ago
  47. a36ac0d Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. by Mike Frysinger · 20 years ago
  48. 9b9e547 add some more comments by Mike Frysinger · 20 years ago
  49. 3b05b80 newlib fixe from Shaun Jackman by Mike Frysinger · 20 years ago
  50. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  51. 1e4dc96 Dear andersen: by Eric Andersen · 20 years ago
  52. 1271dbb perhaps a better fix by Eric Andersen · 20 years ago
  53. 861f014 Workaround for uClibc-specific header problem described here: by Rob Landley · 20 years ago
  54. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  55. a62665b Patch from Claus Klein to increase, and make more apparent by Eric Andersen · 20 years ago
  56. 94d628c Tito writes: by Eric Andersen · 20 years ago
  57. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  58. 2842659 Patch from Michael Tokarev: by Eric Andersen · 20 years ago
  59. 29de863 Remove this error message at Vodz request, it was misleading. by Glenn L McGrath · 20 years ago
  60. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  61. 7b08cdd No longer needed by Eric Andersen · 20 years ago
  62. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  63. 52499cb Tito writes: by Eric Andersen · 20 years ago
  64. 6fea732 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  65. 0722513 Use __kernel_old_dev_t for 2.6.x kernels by Eric Andersen · 20 years ago
  66. cf6ef05 Aurelien Jacobs writes: by Eric Andersen · 20 years ago
  67. 9940e08 Patch from solar to fix problems with get_name() by Eric Andersen · 20 years ago
  68. 18bbd9b Patch from Tito to fix memory leak upon error. by Glenn L McGrath · 20 years ago
  69. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  70. 413db4d Clean up hex escape support. by Manuel Novoa III · 20 years ago
  71. ccfc448 Felipe Kellermann noticed a missing `break'. by Eric Andersen · 20 years ago
  72. b2a3005 bother. unrevert my fix. by Eric Andersen · 20 years ago
  73. 53f5c0d Allow hex escape sequences by Eric Andersen · 20 years ago
  74. 3809199 Allow hex escape sequences by Eric Andersen · 20 years ago
  75. 2e99d43 Fix for a bug identied by Harald Kuthe, when using many interfaces (29 by Glenn L McGrath · 20 years ago
  76. eeb06bf Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' by Glenn L McGrath · 20 years ago
  77. 774e6cc Revert my previous commit by Glenn L McGrath · 20 years ago
  78. d967046 Fix compile error under 2.6, check for newer versions first or all the by Glenn L McGrath · 20 years ago
  79. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  80. ff5309a Add part of a patch from Vernon Sauder that i missed a while back by Glenn L McGrath · 21 years ago
  81. 6f9a778 Do not use getpass(3) by Eric Andersen · 21 years ago
  82. 1219879 Dont try and preserve hard links to directories. by Glenn L McGrath · 21 years ago
  83. 2c2256c remove a warning by Eric Andersen · 21 years ago
  84. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  85. 66a56aa Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  86. 3f47c45 Christian Grigis, christian.grigis at smartdata dot ch writes: by Eric Andersen · 21 years ago
  87. 8ee2b27 Add missing include files by Eric Andersen · 21 years ago
  88. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  89. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  90. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  91. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
  92. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  93. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  94. adab517 Don't build these support functions for uClibc, as it always supplies versions. by Manuel Novoa III · 21 years ago
  95. d2b860f Patch from Vernon Sauder. by Glenn L McGrath · 21 years ago
  96. 181f077 bb_full_fd_action was incorrectly returning an error message causing by Glenn L McGrath · 21 years ago
  97. 817565a For the time being, revert the changes for detecting copying by Eric Andersen · 21 years ago
  98. 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
  99. e7d244c Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  100. e0cbe48 Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago