summaryrefslogtreecommitdiffstats
path: root/contrib/tar/src/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Centralize _PATH_* definitions.obrien2003-05-051-1/+7
| | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
* Don't kill itself in --fast-read mode if there is no decompressor started.sobomax2002-10-091-1/+1
| | | | | | | Reported by: Gordon Tetlow <gordont@gnf.org> Submitted by: tjr MFC after: 1 week (along with other --fast-read changes)
* Further improve --fast-read mode - when reading archive from stdin ensure thatsobomax2002-10-021-2/+9
| | | | | | | | SIGTERM we are sending to decompressor when there is nothing left to do is actually delivered to decompressor, not to the another copy of tar, which does unblocking. MFC after: 2 weeks
* In the --fast-read mode send SIGTERM to decompressor once we have extractedsobomax2002-09-091-6/+10
| | | | | | | | | | all files we have been asked for. This vastly improves performance of pkg_add(1), because usually it only extract +CONTENTS file in --fast-read mode, checks it and only then extracts full content of tarball in normal mode. Without this patch, it have had to decompress the tarball twice, effectively doubling consumed CPU time. MFC after: 1 week
* Move patches into the src/contrib/tar.sobomax2002-06-041-1/+3
| | | | | Requested by: ps Reviewed by: md5(1)
* Virgin import (trimmed) of GNU Tar version 1.13.25.sobomax2002-06-041-0/+1600
OpenPOWER on IntegriCloud