summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2001-05-19Use an explicit memcpy() to copy a stat struct. Fixes a mysteriousTodd C. Miller
2001-05-16use proper str*cpy functions instead of home grown one, spaces; millert@ okMichael Shalayeff
2001-05-11add rcs tagsMichael Shalayeff
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-02-12don't use long usernames by default; ok deraadt@Dan Harnett
2001-02-10Replace -T flag with more standard -I flag and make it work as a standardTodd C. Miller
2001-02-09another typoTodd C. Miller
2001-02-09no need to revert a change that just fixed a typoTodd C. Miller
2001-02-09Revert broken fix, until a correct fix is written.Marc Espie
2001-02-07Fix -T option and add support for -C option in the file pointed toTodd C. Miller
2001-02-07Honor TMPDIR environment variable and document the fact.Todd C. Miller
2001-02-05improve usageTheo de Raadt
2001-02-05fix SYNOPSIS line; extra -Theo de Raadt
2001-01-04spellingTodd T. Fries
2000-11-10Use .Nm instead of spelling out "cpio".Aaron Campbell
2000-11-09- Some section shuffling: conform to the standard order documented in mdoc(7)Aaron Campbell
2000-11-09Insert some missing commas.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-09typo, inspired by deraadt@Niels Provos
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-18remention -TEric Jackson
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-10-07remove non-existant T optionEric Jackson
2000-06-09Some minor cleanup, ok'd millert@Marc Espie
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
2000-01-21Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.orgThorsten Lockert
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-09if verbose, fflush() appropriately before printing warnings to stderrPaul Janzen
1999-08-04Kill gzip subprocess correctly instead of letting it get a SIGPIPE whenMarc Espie
1999-07-28Add -T support, ala GNU-tar.Marc Espie
1999-07-27fgetln does not allocate memory, pax tree functions don't allocateMarc Espie
1999-07-06-w writes files to the standard output, not standard input; d@Aaron Campbell
1999-07-04New: tar -q option (for quick)Marc Espie
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-04-29always check return value of strdup()Aaron Campbell
1999-04-08memory leak fix; niklasTheo de Raadt
1998-12-19fixTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-07doc -z pax option; dTheo de Raadt
1998-12-02cleanup/update synopsisAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell