summaryrefslogtreecommitdiff
path: root/bin/pax/options.c
AgeCommit message (Expand)Author
1997-05-29Fix -o option and add -O.Todd C. Miller
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller
1997-04-12We need to copy the pathnames we get from fgetln() on stdin, as the bufferThorsten Lockert
1997-04-06Remove old -P flag since it doesn't do anything and make -P meanTodd 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-03-26Blocking factor in tar is in 512byte blocks. Makes -b act likeTodd C. Miller
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-01-24Support multiple -v options like GNU tar (> 1 -v means do ls-like output).Todd C. Miller
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-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
1996-09-22Use zopen for compress-style compressed archivesThorsten 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-23update rcsidTheo de Raadt
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-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