hush/archival
Glenn L McGrath 2685724e23 Fix tar -j support
Use the old fork() method of tar compression support, rather than
read_bz2....
 - (*uncompress)(int in, int out) seems like a more natural interface
for compression code.
 - it might improve performance by seperating the work into one cpu
bound and one io bound process.
 - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in,
int out) will normally be used by the standalone compression applet.

There have been problems with this method so if you see a "Short read"
error let me know.
2003-11-05 04:55:58 +00:00
..
libunarchive Fix tar -j support 2003-11-05 04:55:58 +00:00
ar.c Major coreutils update. 2003-03-19 09:13:01 +00:00
bunzip2.c Use the return value from uncompress_bunzip, fix some typo 2003-10-29 03:37:54 +00:00
Config.in make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch 2003-10-29 04:46:30 +00:00
cpio.c Dont unlink when testing ! 2003-08-28 19:12:23 +00:00
dpkg_deb.c Major coreutils update. 2003-03-19 09:13:01 +00:00
dpkg.c Do not shadow the global name 'accept' 2003-09-15 08:06:15 +00:00
gunzip.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
gzip.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
rpm2cpio.c Major coreutils update. 2003-03-19 09:13:01 +00:00
rpm.c Major coreutils update. 2003-03-19 09:13:01 +00:00
tar.c Fix -C option when creating tar files. 2003-10-02 14:33:23 +00:00
uncompress.c Save a few bytes by using bb_getopt_ulflags and a few other minor 2003-06-22 06:59:34 +00:00
unzip.c Major coreutils update. 2003-03-19 09:13:01 +00:00