Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-16 | spacing | Theo de Raadt | |
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek | |
not err(). ok millert@ | |||
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre | |
2003-06-13 | Add a -0 flag to make pax use a NUL instead of a newline as the | Todd C. Miller | |
pathname separator. Works in list mode as well as read/copy mode. Based on a patch from David Leonard; closes PR 3310 | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller | |
2002-10-16 | Fix comment typos; most from NetBSD and FreeBSD | Todd C. Miller | |
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-11-05 | mark a zone of signal races | Theo de Raadt | |
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 | |