busybox/archival
Eric Andersen aff5e2eaef it turs out, there was a nasty tar bug where bb tar would create leading dirs
with mode 0777 in all cases due to usask issues.  Thanks to Matt Kraai for
noticing and spotting the culprit.  This makes bb tar behave just like GNU
tar once again.
 -Erik
2001-06-20 20:47:31 +00:00
..
libunarchive Move messages.c to libbb. Make each string in messages.c be its own .o file. 2001-04-25 05:39:18 +00:00
ar.c 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. 2001-06-20 07:48:00 +00:00
dpkg_deb.c 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. 2001-06-20 07:48:00 +00:00
dpkg.c Reorganise archive extraction code 2001-06-13 07:26:39 +00:00
gunzip.c Initialise in_file to stdin, so it wont crash if no source specified 2001-06-20 08:07:34 +00:00
gzip.c Tolerate -q argument, if -q is passed give a warning and continue rather than just fail 2001-05-07 12:01:58 +00:00
tar.c it turs out, there was a nasty tar bug where bb tar would create leading dirs 2001-06-20 20:47:31 +00:00