Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | do not return void | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller | |
Change NET2_STAT into LONG_OFF_T for portability to systems with a 32bit off_t. | |||
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller | |
argument (and thus work as in the 'packed' option form) as well as a positional argument. Our -T flag was basically equivalent to -I but different from gnutar's -T so -T gets thrown out. | |||
2001-02-09 | Revert broken fix, until a correct fix is written. | Marc Espie | |
Breaking all ports like that is not acceptable. | |||
2001-02-07 | Fix -T option and add support for -C option in the file pointed to | Todd C. Miller | |
by -T ala GNU tar. Based on a patch from woods@proven.weird.com; Closes PR #1664 | |||
2001-02-05 | improve usage | Theo de Raadt | |
2000-11-09 | typo, inspired by deraadt@ | Niels Provos | |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie | |
- remove zflag variable, since gzip_program is enough to know what's going on. - fix ar_gzip call to not depend on global variables. Avoid bogus act checks, avoid calling if fd == -1. - do gzip check for append as early as possible. - remove old K&R prototype when updating. | |||
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-07-28 | Add -T support, ala GNU-tar. | Marc Espie | |
1999-07-27 | fgetln does not allocate memory, pax tree functions don't allocate | Marc Espie | |
memory... but someone HAS to. | |||
1999-07-04 | New: tar -q option (for quick) | Marc Espie | |
same as pax -n. Useful for packages. | |||
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-04-29 | always check return value of strdup() | Aaron Campbell | |
1998-12-07 | doc -z pax option; d | Theo de Raadt | |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ↵ | Todd C. Miller | |
mode or in create mode where create output is to stdout print to stderr | |||
1998-03-31 | only preserve uid/gid if -p. This is unlike traditional tar but more like gtar | Todd C. Miller | |
1998-03-03 | Correct -x and -p flags to be more like traditional tar and make | Todd C. Miller | |
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode. | |||
1998-01-22 | Preserve uid/gid if invoked as tar and extracting as root. | Todd C. Miller | |
This is traditional tar behavior. | |||
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-05-29 | Fix -o option and add -O. | Todd C. Miller | |
1997-04-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd C. Miller | |
specified. | |||
1997-04-12 | We need to copy the pathnames we get from fgetln() on stdin, as the buffer | Thorsten Lockert | |
will be reused. | |||
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-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-03-26 | Blocking factor in tar is in 512byte blocks. Makes -b act like | Todd C. Miller | |
``real'' tars. | |||
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-01-24 | Support multiple -v options like GNU tar (> 1 -v means do ls-like output). | Todd C. Miller | |
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-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-09-22 | Use zopen for compress-style compressed archives | Thorsten Lockert | |
Use libz for gzip-style compressed archives | |||
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-23 | update rcsid | Theo de Raadt | |
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 | 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 | |