summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
1997-04-09sun3 pax/tar segfaultskstailey
1997-04-09the theTheo de Raadt
1997-04-06Remove old -P flag since it doesn't do anything and make -P meanTodd C. Miller
1997-04-06Allow creation of archives with block sizes up to 64512 bytesTodd C. Miller
1997-04-05Fix bug introduced with "exit(0) if no files" behavior change.Todd C. Miller
1997-04-05Strip leading '/' of pathnames (only in tar mode). -S option turnsTodd C. Miller
1997-04-04Improvements based on commets by George Robbins <grr@shandakor.tharsis.com>Todd C. Miller
1997-04-02opt_add() needs to make a copy of the input string since it modifiesTodd C. Miller
1997-04-02Deal with old-style tar archives with a directory specifier (extension).Todd C. Miller
1997-03-30Adjust the input string by the right amount if the pattern wasn't at theTodd C. Miller
1997-03-26Note that default blocking factor is 20.Todd C. Miller
1997-03-26Blocking factor in tar is in 512byte blocks. Makes -b act likeTodd C. Miller
1997-03-25Back out my previous kludge to make tar files with short trailers work inTodd C. Miller
1997-03-11Use pax(1) for cpio(1) emulationThorsten Lockert
1997-03-05Add missing #includeThorsten Lockert
1997-03-04Do not post-process directories in cpio modeThorsten Lockert
1997-03-02Say how many blocks were read/written in cpio modeThorsten Lockert
1997-03-02More complete cpio(1) emulationThorsten Lockert
1997-02-27fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).michaels
1997-02-20cpio emulation for paxThorsten Lockert
1997-02-16Don't give summary line at end when using tar formatThorsten Lockert
1997-02-16Correct handling of long filenames that has been stored with a prefix inThorsten Lockert
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