hush/archival
Eric Andersen 044228d5ec This is vodz' latest patch. Sorry it took so long...
1) ping cleanup (compile fix from this patch already applied).
    2) traceroute call not spare ntohl() now (and reduce size);
    3) Fix for functions not declared static in insmod, ash, vi and mount.
    4) a more simple API cmdedit :))
    5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option
    6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)
2001-07-17 01:12:36 +00:00
..
libunarchive This is vodz' latest patch. Sorry it took so long... 2001-07-17 01:12:36 +00:00
ar.c Allow the unarchive() extract_list variable to be NULL, meaning extract all 2001-07-14 08:49:53 +00:00
cpio.c Allow the unarchive() extract_list variable to be NULL, meaning extract all 2001-07-14 08:49:53 +00:00
dpkg_deb.c Nore unarchive (and doc) fixes from Laurence Anderson 2001-06-24 12:36:54 +00:00
dpkg.c Tolerate fields with no data, e.g. "Depends: " 2001-07-14 06:25:54 +00:00
gunzip.c 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. 2001-07-13 06:43:03 +00:00
gzip.c Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of 2001-07-02 17:57:32 +00:00
rpm2cpio.c Call setvbuf from here isntead of gz_open for compatability with uclibc 2001-07-13 06:49:18 +00:00
tar.c 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. 2001-07-13 06:43:03 +00:00