Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-03 | typos; | Jason McIntyre | |
from netbsd(svs+pr@grep.ru) suggested by deraadt@ | |||
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller | |
o When extracting GNU tar archives, honor @LongLink long links/files o Add an option to prevent pax from prompting for the next volume upon premature end of archive. | |||
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-10-16 | kill register | 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-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
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-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff | |
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. | |||
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie | |
using pax -n to list/extract. | |||
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 | |||
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 *)NULL -> NULL | kstailey | |
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-02 | Say how many blocks were read/written in cpio mode | 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 | |
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 | -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-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 | |