1. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  2. 9f894f4 Fixup compile problem with dmalloc by Eric Andersen · 21 years ago
  3. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  4. a5c4884 Using safe_read seems, well, safer... by Eric Andersen · 21 years ago
  5. a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
  6. dd92c77 Don't shadow a paramater by Eric Andersen · 21 years ago
  7. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  8. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 21 years ago
  9. d130973 Put this back the way it was. I misunderstood what vodz was doing. by Eric Andersen · 21 years ago
  10. 82ab3d7 Make all syscall declarations use the syscall() function by Eric Andersen · 21 years ago
  11. b0cfca7 This was doing some silly stuff that is not necessary when using by Eric Andersen · 21 years ago
  12. fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 21 years ago
  13. 64191c3 Remove cruft by Eric Andersen · 21 years ago
  14. 393183d Vodz, last_patch_86 by Glenn L McGrath · 21 years ago
  15. 74fcbb0 Fix \l so it doesnt print the character as well as the tty, from old by Glenn L McGrath · 21 years ago
  16. 7b3edeb Patch from Dmitry V. Levin to fix a fd leak by Eric Andersen · 21 years ago
  17. 923dd79 sync with waldi by Glenn L McGrath · 21 years ago
  18. 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 21 years ago
  19. 3436585 Minor .o file naming change by Eric Andersen · 21 years ago
  20. ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 21 years ago
  21. 1cb1b64 Obligatory forgotten item. by Manuel Novoa III · 21 years ago
  22. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  23. 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 21 years ago
  24. a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 21 years ago
  25. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 21 years ago
  26. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  27. 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 21 years ago
  28. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 21 years ago
  29. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 21 years ago
  30. aad465e Make test mode output same as official version by Glenn L McGrath · 21 years ago
  31. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 21 years ago
  32. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 21 years ago
  33. cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
  34. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  35. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  36. 346cdb1 Re-sort filenames to alphebetical order. by Glenn L McGrath · 22 years ago
  37. 4a6b4e3 Commit to reverse my previous commit, isnt cvs supposed to have some undo command ? by Glenn L McGrath · 22 years ago
  38. 4e05b9b include "busybox" after the libc includes tofix compile errors by Glenn L McGrath · 22 years ago
  39. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  40. bf91f2e Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  41. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  42. b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
  43. 68d9499 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  44. b2e28a0 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  45. b122217 Use error_msg( instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  46. 642f289 Use error_msg instead of fprintf(stderr, other minor cleanups by Glenn L McGrath · 22 years ago
  47. 30db423 Style, minor cleanups by Glenn L McGrath · 22 years ago
  48. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  49. d7fb1b3 Use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  50. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  51. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  52. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  53. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  54. 157fea5 Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  55. 39289b5 Use vfork, by vodz by Glenn L McGrath · 22 years ago
  56. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  57. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  58. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  59. 9ffd577 Move unzip.c uncompress.c from libbb to archiveal/libunarchive by Glenn L McGrath · 22 years ago
  60. 0d53ebd gz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz by Glenn L McGrath · 22 years ago
  61. 4298e87 Dont try and make the "/" directory by Glenn L McGrath · 22 years ago
  62. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  63. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  64. 891ee64 Fail straight away rather than recursively printing error messages :) by Glenn L McGrath · 22 years ago
  65. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  66. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  67. b3f7261 Fix error messages conditions, and make them the same as GNU mkdir. by Glenn L McGrath · 22 years ago
  68. a9a220b last_patch56 from vodz to simplify copy_file logic by Eric Andersen · 22 years ago
  69. 7365c58 Use "MiB" not "Mb" -Erik by Eric Andersen · 22 years ago
  70. 02b8dfc Let people force overwrite links -Erik by Eric Andersen · 22 years ago
  71. 403a73a Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for by Eric Andersen · 22 years ago
  72. 8fede28 Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip by Eric Andersen · 22 years ago
  73. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  74. 4d0884a Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz (arith.c). by Manuel Novoa III · 22 years ago
  75. 193697d Dont return an error if the directory already existed by Glenn L McGrath · 22 years ago
  76. 210aa14 Fix warning by Glenn L McGrath · 22 years ago
  77. fbef225 Rewrite, its smaller by Glenn L McGrath · 22 years ago
  78. de9e803 Apply vodz last_patch51_2 and run through indent by Glenn L McGrath · 22 years ago
  79. 1ed9dd9 Remove duplicate definitions, run through indent by Glenn L McGrath · 22 years ago
  80. 4534af2 replace some global const ints with defines by Glenn L McGrath · 22 years ago
  81. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  82. 3d18458 Fix dietlibc test condition by Glenn L McGrath · 22 years ago
  83. 938e982 Try to be a bit more dietlibc friendly by Eric Andersen · 22 years ago
  84. efd4983 - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) by Robert Griebl · 22 years ago
  85. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  86. cafc103 Brad Campbell <brad@seme.com.au> notes that by Eric Andersen · 22 years ago
  87. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  88. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  89. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  90. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  91. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  92. ed11993 Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW by Aaron Lehmann · 22 years ago
  93. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  94. 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 22 years ago
  95. 77d22c4 Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  96. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  97. 94a6a95 Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  98. f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  99. c8459a5 Silly me by Eric Andersen · 22 years ago
  100. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 22 years ago