Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff | |
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller | |
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. | |||
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-07-27 | pull in string.h for memset() proto | Todd C. Miller | |
1998-06-03 | zero sigset_t before use | Theo de Raadt | |
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-24 | Stash fd of cwd instead of using getcwd() to stash path. | Todd C. Miller | |
This works in cases where the parent dir is not readable. | |||
1997-07-23 | tabify | kstailey | |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-03-02 | More complete cpio(1) emulation | Thorsten Lockert | |
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-06-23 | update rcsid | Theo de Raadt | |
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 | |