1. a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
  2. 0733e84 chomp should only remove the newline if it occurs at the end of the input. by Matt Kraai · 23 years ago
  3. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  4. 79a466f optimize this a little bit. by Eric Andersen · 23 years ago
  5. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  6. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  7. 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
  8. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  9. db93094 More copyright and email addr cleanups by Eric Andersen · 23 years ago
  10. 463304e Silly cosmetic problem in the comment by Eric Andersen · 23 years ago
  11. b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
  12. 249f39a Simplify unzip(), remove unused checks and unneccessary variables by Glenn L McGrath · 23 years ago
  13. ef03dbc Simplify CRC table generation by Glenn L McGrath · 23 years ago
  14. 3280f9a New version to cut size. Includes optional basename() compatibility, but by Manuel Novoa III · 23 years ago
  15. 38288bb gunzip was incorrectly reporting a failed crc and length (discovered by by Glenn L McGrath · 23 years ago
  16. 355a61b Treat NUL as the end-of-line. by Matt Kraai · 23 years ago
  17. 5c2bbb5 Remove unnecessary errno handling. by Matt Kraai · 23 years ago
  18. c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
  19. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  20. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  21. 8e39292 Be extra pedantic about printing the correct type for an address by Eric Andersen · 23 years ago
  22. 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
  23. 633f153 Move libbb/unarchive functions to ./archival/libunarchive by Glenn L McGrath · 23 years ago
  24. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  25. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  26. 9260fc5 Accomodate older glibc, which also lacks the module syscalls by Eric Andersen · 23 years ago
  27. bcca331 Return NULL if EOF is encountered before terminating_string. by Matt Kraai · 23 years ago
  28. a0f0ae5 Revert that change. As Matt Kraai rightly points out, by Eric Andersen · 23 years ago
  29. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  30. 1bf25f0 Patch from Stefan Soucek <ssoucek@coactive.com> to by Eric Andersen · 23 years ago
  31. 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
  32. 527880e match exclude/include names with trailing '/' by Glenn L McGrath · 23 years ago
  33. b5937d3 Use fnmatch() to compare excluded/included files by Glenn L McGrath · 23 years ago
  34. 9b2589d Cleanup memory usage properly by Glenn L McGrath · 23 years ago
  35. dfa7b0e Free some variables after use by Glenn L McGrath · 23 years ago
  36. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  37. 54a992d Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). by Matt Kraai · 23 years ago
  38. 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
  39. 6a9d1f6 Commit my changes to arith.c which fixed a couple of bugs and decreased by Manuel Novoa III · 23 years ago
  40. 5078919 Use the correct buffer when calling dirname, improve an error message, and by Matt Kraai · 23 years ago
  41. 80f6d55 Eliminate improper consts and allow standard version to override. by Matt Kraai · 23 years ago
  42. ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
  43. 2a953ae Fix a memory leak if parent directory creation failed. by Matt Kraai · 23 years ago
  44. c0f9d0d Add #include <sys/param.h> to ensure PATH_MAX is defined by Eric Andersen · 23 years ago
  45. 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago
  46. 0a68590 Rewritten by Manuel Novoa III. by Matt Kraai · 23 years ago
  47. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  48. b373a8d Fix exclude list handling by Glenn L McGrath · 23 years ago
  49. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  50. 23b1e5c Some libc5 cleanups by Eric Andersen · 23 years ago
  51. 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
  52. 842757d Oops. I forgot to commit this part of vodz' patch. by Eric Andersen · 23 years ago
  53. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  54. 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
  55. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  56. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  57. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  58. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  59. 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
  60. 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
  61. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  62. 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
  63. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  64. 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
  65. cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
  66. 5e66a26 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt by Glenn L McGrath · 23 years ago
  67. b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
  68. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  69. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  70. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  71. 481d19b Fix bug where it wasnt returning the last line of a multiline field by Glenn L McGrath · 23 years ago
  72. daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
  73. 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago
  74. 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
  75. 5a071bc Avoid a segfault (detected by Fabio Ferrari by Eric Andersen · 23 years ago
  76. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  77. 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
  78. d50a619 Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190. by Eric Andersen · 23 years ago
  79. 0159597 Generalize comment -- no longer ls specific by Eric Andersen · 23 years ago
  80. d877d44 All-integer version (but it does use an unsigned long long) which fixes by Manuel Novoa III · 23 years ago
  81. a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
  82. 029b4a0 Allow xrealloc to act as a free() when size=0, per SuS2. -Erik by Eric Andersen · 23 years ago
  83. 0d8cc16 Fix a type promotion bug discivered and analyzed by Alan Modra by Eric Andersen · 23 years ago
  84. 91a6318 Make it so we don't segfault when /proc isn't mounted -- guess pid 1... -Erik by Eric Andersen · 23 years ago
  85. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  86. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  87. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  88. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  89. a010571 Remove obsolete function declaration. by Matt Kraai · 23 years ago
  90. 764303f stdlib.h defined free(), which this needs by Eric Andersen · 23 years ago
  91. 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 23 years ago
  92. 6b03504 Add in a missing header file by Eric Andersen · 23 years ago
  93. 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 23 years ago
  94. 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 23 years ago
  95. 8370976 comment cleanup by Tim Riker · 23 years ago
  96. fbbd360 create_path -> make_directory by Tim Riker · 23 years ago
  97. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  98. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
  99. 32574a4 With a bit of care I was able to save about 100 bytes. -Erik by Eric Andersen · 23 years ago
  100. 6bad1fa This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c by Glenn L McGrath · 23 years ago