1. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  2. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  3. 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
  4. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  5. 157fea5 Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  6. 39289b5 Use vfork, by vodz by Glenn L McGrath · 22 years ago
  7. 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
  8. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  9. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  10. 9ffd577 Move unzip.c uncompress.c from libbb to archiveal/libunarchive by Glenn L McGrath · 22 years ago
  11. 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
  12. 4298e87 Dont try and make the "/" directory by Glenn L McGrath · 22 years ago
  13. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  14. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  15. 891ee64 Fail straight away rather than recursively printing error messages :) by Glenn L McGrath · 22 years ago
  16. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  17. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  18. b3f7261 Fix error messages conditions, and make them the same as GNU mkdir. by Glenn L McGrath · 22 years ago
  19. a9a220b last_patch56 from vodz to simplify copy_file logic by Eric Andersen · 22 years ago
  20. 7365c58 Use "MiB" not "Mb" -Erik by Eric Andersen · 22 years ago
  21. 02b8dfc Let people force overwrite links -Erik by Eric Andersen · 22 years ago
  22. 403a73a Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for by Eric Andersen · 22 years ago
  23. 8fede28 Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip by Eric Andersen · 22 years ago
  24. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  25. 4d0884a Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz (arith.c). by Manuel Novoa III · 22 years ago
  26. 193697d Dont return an error if the directory already existed by Glenn L McGrath · 22 years ago
  27. 210aa14 Fix warning by Glenn L McGrath · 22 years ago
  28. fbef225 Rewrite, its smaller by Glenn L McGrath · 22 years ago
  29. de9e803 Apply vodz last_patch51_2 and run through indent by Glenn L McGrath · 22 years ago
  30. 1ed9dd9 Remove duplicate definitions, run through indent by Glenn L McGrath · 22 years ago
  31. 4534af2 replace some global const ints with defines by Glenn L McGrath · 22 years ago
  32. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  33. 3d18458 Fix dietlibc test condition by Glenn L McGrath · 22 years ago
  34. 938e982 Try to be a bit more dietlibc friendly by Eric Andersen · 22 years ago
  35. efd4983 - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) by Robert Griebl · 22 years ago
  36. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  37. cafc103 Brad Campbell <brad@seme.com.au> notes that by Eric Andersen · 22 years ago
  38. 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
  39. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  40. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  41. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  42. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  43. ed11993 Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW by Aaron Lehmann · 22 years ago
  44. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  45. 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 22 years ago
  46. 77d22c4 Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  47. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  48. 94a6a95 Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  49. f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  50. c8459a5 Silly me by Eric Andersen · 23 years ago
  51. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 23 years ago
  52. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  53. c7a3fb9 Fix devfs loop device support by Eric Andersen · 23 years ago
  54. 89de1e7 Reinitialize initial shift register value for on each pass. -Erik by Eric Andersen · 23 years ago
  55. 806c74f Cleanup a libc5 compatibility hack by Eric Andersen · 23 years ago
  56. a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
  57. 0733e84 chomp should only remove the newline if it occurs at the end of the input. by Matt Kraai · 23 years ago
  58. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  59. 79a466f optimize this a little bit. by Eric Andersen · 23 years ago
  60. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  61. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  62. 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
  63. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  64. db93094 More copyright and email addr cleanups by Eric Andersen · 23 years ago
  65. 463304e Silly cosmetic problem in the comment by Eric Andersen · 23 years ago
  66. b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
  67. 249f39a Simplify unzip(), remove unused checks and unneccessary variables by Glenn L McGrath · 23 years ago
  68. ef03dbc Simplify CRC table generation by Glenn L McGrath · 23 years ago
  69. 3280f9a New version to cut size. Includes optional basename() compatibility, but by Manuel Novoa III · 23 years ago
  70. 38288bb gunzip was incorrectly reporting a failed crc and length (discovered by by Glenn L McGrath · 23 years ago
  71. 355a61b Treat NUL as the end-of-line. by Matt Kraai · 23 years ago
  72. 5c2bbb5 Remove unnecessary errno handling. by Matt Kraai · 23 years ago
  73. c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
  74. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  75. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  76. 8e39292 Be extra pedantic about printing the correct type for an address by Eric Andersen · 23 years ago
  77. 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
  78. 633f153 Move libbb/unarchive functions to ./archival/libunarchive by Glenn L McGrath · 23 years ago
  79. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  80. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  81. 9260fc5 Accomodate older glibc, which also lacks the module syscalls by Eric Andersen · 23 years ago
  82. bcca331 Return NULL if EOF is encountered before terminating_string. by Matt Kraai · 23 years ago
  83. a0f0ae5 Revert that change. As Matt Kraai rightly points out, by Eric Andersen · 23 years ago
  84. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  85. 1bf25f0 Patch from Stefan Soucek <ssoucek@coactive.com> to by Eric Andersen · 23 years ago
  86. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  87. 527880e match exclude/include names with trailing '/' by Glenn L McGrath · 23 years ago
  88. b5937d3 Use fnmatch() to compare excluded/included files by Glenn L McGrath · 23 years ago
  89. 9b2589d Cleanup memory usage properly by Glenn L McGrath · 23 years ago
  90. dfa7b0e Free some variables after use by Glenn L McGrath · 23 years ago
  91. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  92. 54a992d Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). by Matt Kraai · 23 years ago
  93. c5bd149 List full path instead of relative path if prefix is specified (this was supposed to be in last patch) by Glenn L McGrath · 23 years ago
  94. 6a9d1f6 Commit my changes to arith.c which fixed a couple of bugs and decreased by Manuel Novoa III · 23 years ago
  95. 5078919 Use the correct buffer when calling dirname, improve an error message, and by Matt Kraai · 23 years ago
  96. 80f6d55 Eliminate improper consts and allow standard version to override. by Matt Kraai · 23 years ago
  97. ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
  98. 2a953ae Fix a memory leak if parent directory creation failed. by Matt Kraai · 23 years ago
  99. c0f9d0d Add #include <sys/param.h> to ensure PATH_MAX is defined by Eric Andersen · 23 years ago
  100. 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago