summaryrefslogtreecommitdiffstats
path: root/bin/pax/tar.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.millert2001-05-261-8/+8
| | | | | Change NET2_STAT into LONG_OFF_T for portability to systems with a 32bit off_t.
* use proper str*cpy functions instead of home grown one, spaces; millert@ okmickey2001-05-161-31/+24
|
* spellingtodd2001-01-041-3/+3
|
* Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.orgtholo2000-01-211-4/+12
|
* Fix off-by-one error when adding files of exactly 100 characters; wsanchez@apple.commillert1998-10-191-8/+7
|
* fix storage of paths that are exactly 100 chars; mgw@pacbell.netmillert1998-09-261-4/+4
|
* i am bored enough to fix terminal space/tab ugliesderaadt1997-09-011-8/+8
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-18/+18
|
* Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()millert1997-06-041-19/+18
| | | | | pad with NULL's like strncpy(3). This eliminates the need for zf_strncpy(); ocurrences of zf_strncpy() have been changed to l_strncpy().
* Strip leading '/' of pathnames (only in tar mode). -S option turnsmillert1997-04-051-3/+3
| | | | this off like GNU tar.
* Deal with old-style tar archives with a directory specifier (extension).millert1997-04-021-2/+12
|
* Back out my previous kludge to make tar files with short trailers work inmillert1997-03-251-3/+3
| | | | | | 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.
* Correct handling of long filenames that has been stored with a prefix intholo1997-02-161-11/+12
| | | | the archive; generate POSIXly correct padding of octal fields.
* Permit single block trailers differently.millert1997-02-101-3/+3
|
* Fix uses of strncpytholo1996-08-271-14/+20
|
* update rcsidderaadt1996-06-231-1/+2
|
* Correct compile warningstholo1996-06-111-17/+16
| | | | | | Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD
* initial import of NetBSD treederaadt1995-10-181-0/+1198