1. b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 19 years ago
  2. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  3. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  4. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  5. 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 19 years ago
  6. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
  7. c337d29 applying fix for: by Paul Fox · 19 years ago
  8. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  9. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 19 years ago
  10. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  11. fb6d22c now that mjn3 explained it to me, add documentation for the 3rd field in long opts by Mike Frysinger · 20 years ago
  12. 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
  13. 9dc93ac syntax/whitespace touchup by Mike Frysinger · 20 years ago
  14. 9398304 Shaun Jackman said: by Rob Landley · 20 years ago
  15. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  16. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  17. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  18. fef32b5 Correct errors preventing busybox tar from working properly, by Eric Andersen · 20 years ago
  19. 2bf88a8 In Bug 5, Tito writes: by Mike Frysinger · 20 years ago
  20. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  21. 451c0d2 Rework to fix http://bugs.uclibc.org/view.php?id=107 by Eric Andersen · 20 years ago
  22. 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
  23. 2ed05ab fake out support for POSIX -H and -L options since busybox cp dereferences everything by default by Mike Frysinger · 20 years ago
  24. a36ac0d Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. by Mike Frysinger · 20 years ago
  25. 9b9e547 add some more comments by Mike Frysinger · 20 years ago
  26. 3b05b80 newlib fixe from Shaun Jackman by Mike Frysinger · 20 years ago
  27. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  28. 1e4dc96 Dear andersen: by Eric Andersen · 20 years ago
  29. 1271dbb perhaps a better fix by Eric Andersen · 20 years ago
  30. 861f014 Workaround for uClibc-specific header problem described here: by Rob Landley · 20 years ago
  31. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  32. a62665b Patch from Claus Klein to increase, and make more apparent by Eric Andersen · 20 years ago
  33. 94d628c Tito writes: by Eric Andersen · 20 years ago
  34. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  35. 2842659 Patch from Michael Tokarev: by Eric Andersen · 20 years ago
  36. 29de863 Remove this error message at Vodz request, it was misleading. by Glenn L McGrath · 20 years ago
  37. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  38. 7b08cdd No longer needed by Eric Andersen · 20 years ago
  39. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  40. 52499cb Tito writes: by Eric Andersen · 20 years ago
  41. 6fea732 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  42. 0722513 Use __kernel_old_dev_t for 2.6.x kernels by Eric Andersen · 20 years ago
  43. cf6ef05 Aurelien Jacobs writes: by Eric Andersen · 20 years ago
  44. 9940e08 Patch from solar to fix problems with get_name() by Eric Andersen · 20 years ago
  45. 18bbd9b Patch from Tito to fix memory leak upon error. by Glenn L McGrath · 20 years ago
  46. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  47. 413db4d Clean up hex escape support. by Manuel Novoa III · 20 years ago
  48. ccfc448 Felipe Kellermann noticed a missing `break'. by Eric Andersen · 20 years ago
  49. b2a3005 bother. unrevert my fix. by Eric Andersen · 20 years ago
  50. 53f5c0d Allow hex escape sequences by Eric Andersen · 20 years ago
  51. 3809199 Allow hex escape sequences by Eric Andersen · 20 years ago
  52. 2e99d43 Fix for a bug identied by Harald Kuthe, when using many interfaces (29 by Glenn L McGrath · 20 years ago
  53. eeb06bf Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' by Glenn L McGrath · 20 years ago
  54. 774e6cc Revert my previous commit by Glenn L McGrath · 21 years ago
  55. d967046 Fix compile error under 2.6, check for newer versions first or all the by Glenn L McGrath · 21 years ago
  56. 36adca8 Patch from Bastian Blank: by Eric Andersen · 21 years ago
  57. ff5309a Add part of a patch from Vernon Sauder that i missed a while back by Glenn L McGrath · 21 years ago
  58. 6f9a778 Do not use getpass(3) by Eric Andersen · 21 years ago
  59. 1219879 Dont try and preserve hard links to directories. by Glenn L McGrath · 21 years ago
  60. 2c2256c remove a warning by Eric Andersen · 21 years ago
  61. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  62. 66a56aa Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  63. 3f47c45 Christian Grigis, christian.grigis at smartdata dot ch writes: by Eric Andersen · 21 years ago
  64. 8ee2b27 Add missing include files by Eric Andersen · 21 years ago
  65. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  66. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  67. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  68. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
  69. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  70. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  71. adab517 Don't build these support functions for uClibc, as it always supplies versions. by Manuel Novoa III · 21 years ago
  72. d2b860f Patch from Vernon Sauder. by Glenn L McGrath · 21 years ago
  73. 181f077 bb_full_fd_action was incorrectly returning an error message causing by Glenn L McGrath · 21 years ago
  74. 817565a For the time being, revert the changes for detecting copying by Eric Andersen · 21 years ago
  75. 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
  76. e7d244c Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  77. e0cbe48 Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  78. ec359e9 Accomodate the fact that newer libc versions may in fact not by Eric Andersen · 21 years ago
  79. ef8cd3b Make the loop support stuff be much less evil, and make it cope by Eric Andersen · 21 years ago
  80. 54426d5 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  81. 4575bbf The variable 'complementaly' used to be allocated with calloc, which zeroed it by Eric Andersen · 21 years ago
  82. 0f56de6 s/u_int/unsigned int/g s/u_short/unsigned short/g by Eric Andersen · 21 years ago
  83. ad84a51 Use proper C99 types throughout. So not use silly typedefs. by Eric Andersen · 21 years ago
  84. ebce2da Support new uClibc stdio core. by Manuel Novoa III · 21 years ago
  85. f88bb72 Apply a couple of optimizations by Eric Andersen · 21 years ago
  86. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  87. 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
  88. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  89. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  90. 1cda715 Fix a bug where mount could check the wrong device. st_rdev is the correct by Eric Andersen · 21 years ago
  91. 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
  92. 3a5ed56 fix broken formatting by Eric Andersen · 21 years ago
  93. 9cccc18 don't mess up errno by Eric Andersen · 21 years ago
  94. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  95. f295b5a doh! by Eric Andersen · 21 years ago
  96. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  97. f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
  98. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  99. 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
  100. 850b05f Fix a bug preventing use of escaped characters that use the signed bit by Glenn L McGrath · 21 years ago