Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-06 | Remove old -P flag since it doesn't do anything and make -P mean | Todd C. Miller | |
"preserve leading /" like GNU tar (no longer use -S for this). | |||
1997-04-06 | Allow creation of archives with block sizes up to 64512 bytes | Todd C. Miller | |
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com> | |||
1997-04-05 | Fix bug introduced with "exit(0) if no files" behavior change. | Todd C. Miller | |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-04-04 | Improvements based on commets by George Robbins <grr@shandakor.tharsis.com> | Todd C. Miller | |
- ``tar cf'' will now just exit instead of waiting for a file list on stdin. The old behavior should be re-enabled with an option. - Better wording in tar man page for -o and -w | |||
1997-04-02 | opt_add() needs to make a copy of the input string since it modifies | Todd C. Miller | |
it and new compilers don't let you write to constant strings. Problem (core dump when using -o) noted by Felix Schroeter. | |||
1997-04-02 | Deal with old-style tar archives with a directory specifier (extension). | Todd C. Miller | |
1997-03-30 | Adjust the input string by the right amount if the pattern wasn't at the | Todd C. Miller | |
beginning. From NetBSD (mycroft). | |||
1997-03-26 | Note that default blocking factor is 20. | Todd C. Miller | |
1997-03-26 | Blocking factor in tar is in 512byte blocks. Makes -b act like | Todd C. Miller | |
``real'' tars. | |||
1997-03-25 | Back out my previous kludge to make tar files with short trailers work in | Todd C. Miller | |
favor of a simpler change--never try to do a media change when invoked as tar. This fixes problems that crop up if gzip exits unhappily and others. | |||
1997-03-11 | Use pax(1) for cpio(1) emulation | Thorsten Lockert | |
1997-03-05 | Add missing #include | Thorsten Lockert | |
1997-03-04 | Do not post-process directories in cpio mode | Thorsten Lockert | |
1997-03-02 | Say how many blocks were read/written in cpio mode | Thorsten Lockert | |
1997-03-02 | More complete cpio(1) emulation | Thorsten Lockert | |
1997-02-27 | fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl). | michaels | |
1997-02-20 | cpio emulation for pax | Thorsten Lockert | |
1997-02-16 | Don't give summary line at end when using tar format | Thorsten Lockert | |
1997-02-16 | Correct handling of long filenames that has been stored with a prefix in | Thorsten Lockert | |
the archive; generate POSIXly correct padding of octal fields. | |||
1997-02-10 | Permit single block trailers differently. | Todd C. Miller | |
1997-02-10 | Don't freak out on archives with only a single block of 0's as | Todd C. Miller | |
trailer (used to require two blocks of 0's but some tar's only put in one). | |||
1997-01-26 | Support lchown(). | Jason Downs | |
1997-01-24 | Support multiple -v options like GNU tar (> 1 -v means do ls-like output). | Todd C. Miller | |
1996-12-24 | Use mkstemp(3) for temporary files | Thorsten Lockert | |
1996-12-09 | support pax '-s replstr' option in tar mode too. this can be used to | Theo de Raadt | |
deal with cleaning up absolute paths | |||
1996-12-09 | revert to spawning compress-ing program. normally we want extracts using | Theo de Raadt | |
'z' to also work on .Z files, but libz does not deal with compressed data. Hacking the code to deal well with pipes has proven very hard. | |||
1996-11-24 | Fix core dump if -xz and archive does not exist (doh!) | Todd C. Miller | |
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs | |
General pax still seems to work ok. | |||
1996-10-27 | -z can now list/extra compressed files too. Uses new gz_iszipped() function. | Todd C. Miller | |
1996-09-22 | Use zopen for compress-style compressed archives | Thorsten Lockert | |
Use libz for gzip-style compressed archives | |||
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-08-27 | Fix uses of strncpy | Thorsten Lockert | |
1996-08-10 | Add support for -h in tar emulation mode to follow symlinks | Thorsten Lockert | |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt | |
1996-06-29 | Use tar(1) emulation as provided by pax(1) | Thorsten Lockert | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-11 | Manual page for tar(1) emulation in pax(1), by me | Thorsten Lockert | |
1996-06-11 | Default to "ustar" format when invoked as tar | Thorsten Lockert | |
1996-06-11 | Add -z and -Z options to tar usage strings | Thorsten Lockert | |
1996-06-11 | Use systems definition for getting major and minor numbers, and for | Thorsten Lockert | |
creating a device; from FreeBSD | |||
1996-06-11 | Correct usage for listing contents of archives; from FreeBSD | Thorsten Lockert | |
1996-06-11 | Correct compile warnings | Thorsten Lockert | |
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD | |||
1996-04-19 | from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tar | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |