summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
1997-02-10Permit single block trailers differently.Todd C. Miller
1997-02-10Don't freak out on archives with only a single block of 0's asTodd C. Miller
1997-01-26Support lchown().Jason Downs
1997-01-24Support multiple -v options like GNU tar (> 1 -v means do ls-like output).Todd C. Miller
1996-12-24Use mkstemp(3) for temporary filesThorsten Lockert
1996-12-09support pax '-s replstr' option in tar mode too. this can be used toTheo de Raadt
1996-12-09revert to spawning compress-ing program. normally we want extracts usingTheo de Raadt
1996-11-24Fix core dump if -xz and archive does not exist (doh!)Todd C. Miller
1996-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
1996-10-27-z can now list/extra compressed files too. Uses new gz_iszipped() function.Todd C. Miller
1996-09-22Use zopen for compress-style compressed archivesThorsten Lockert
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-08-27Fix uses of strncpyThorsten Lockert
1996-08-10Add support for -h in tar emulation mode to follow symlinksThorsten Lockert
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-29Use tar(1) emulation as provided by pax(1)Thorsten Lockert
1996-06-23update rcsidTheo de Raadt
1996-06-11Manual page for tar(1) emulation in pax(1), by meThorsten Lockert
1996-06-11Default to "ustar" format when invoked as tarThorsten Lockert
1996-06-11Add -z and -Z options to tar usage stringsThorsten Lockert
1996-06-11Use systems definition for getting major and minor numbers, and forThorsten Lockert
1996-06-11Correct usage for listing contents of archives; from FreeBSDThorsten Lockert
1996-06-11Correct compile warningsThorsten Lockert
1996-04-19from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tarTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt