summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-08Add a second example for copying directory trees, this time as roothubertf
2001-11-07 * Fix example on how to copy a tree.hubertf
2001-11-03fix WARNS=2lukem
2001-10-28Whitespace nits, sort sections, fix Dv usage (doesn't like macro argument).wiz
2001-10-28s/u_longlong_t/unsigned long long/ to shut up the parc portlukem
2001-10-26improve previous; use %lu and (u_long) to print size_tlukem
2001-10-26Cast size_t's to (int) when printing as %d; appeases the sparc port.lukem
2001-10-25minor improvements in wording and flag testinglukem
2001-10-25Implement -M flag: During a write or copy operation, treat the list oflukem
2001-10-25- ansi KNF (just remove all the #ifndef __STDC__ prototype junk,lukem
2001-10-24fix typolukem
2001-10-07Fix typo.wiz
2001-09-24va_{start,end} audit:wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-04Fix typo (specifc instead of specific).wiz
2001-07-22seperate -> separatewiz
2001-01-04use more standard %ll_ in favour of %q_lukem
2000-10-22LC_TIME holds a locale name, which isn't a strftime() format string.kleink
2000-09-26Don't generate html yet. doc2html needs a fix.phil
2000-09-04Elaborate a bit on -t.kleink
2000-08-21Work around a groff bug by splitting a long .Cm into two parts.tv
2000-07-04Implement --atime-preserve.thorpej
2000-07-04Implement --use-compress-program.thorpej
2000-07-04Add GNU tar-style long options for pax's tar front-end. Still manythorpej
2000-06-17minor KNF nits.mrg
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-30Add a -O option: force one volume. This causes pax to not prompt forthorpej
2000-03-21Use an in-core stack for directory permissions rather than a temporarythorpej
2000-03-13Fix doubled 'the' in comment.soren
2000-02-17Cleanup and fix typos.itohy
2000-02-17Use lseek(2) on devices if not tape drives.itohy
2000-02-17Fix SIGINFO botch (PR #8868).itohy
2000-01-19Fix a glitch with handling files larger than 2GB.mycroft
1999-11-07Disable -pf for now, too.mycroft
1999-11-07Completely disable all the chflags(2) support for now. With this enabled, Imycroft
1999-11-07Don't try to set file flags for a symlink.mycroft
1999-11-01whoops; reverse the logic of the previous to make it correct. noted by mycroft.mrg
1999-11-01add CAF testing to extraction, archiving and listing (where it is used)mrg
1999-11-01add a new -p subflag: 'f' to preserve 4.4BSD fileflags. this onlymrg
1999-10-22Implement positional -C argument to tar.is
1999-10-22support ././@LongLink extraction, as created by GNU tar.mrg
1999-10-22remove some old cruft.mrg
1999-09-26add SEE ALSO section, xref tar(1), cpio(1), symlink(7)jdolecek
1999-09-26Don't emphasys punctuations.enami
1999-08-24Fix "tar" mode usage string.tron
1999-08-24Recognize GnuTAR's "h" (instead of "H") and "P" options.tron
1999-08-24Strip leading slashes from filenames by default, add new "A" option totron
1999-08-18Add the ability to handle estranged V7 tar archives that use USTAR-stylekleink
1999-07-03Honor the contents of $TMPDIR for the creation of temporary files, and usekleink