summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2002-07-17Pass the size of the name buffer to rep_name() for use with strlcpy().Christian Weisgerber
2002-06-09revert one of wrong strlcpy() changeJun-ichiro itojun Hagino
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-05-25typo fixes; S@mSmith.netTheo de Raadt
2002-05-24examples subsection; s@msmith.netTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2002-01-16A better way to escape the punctuation chars in the examples.Marco S Hyman
2002-01-15sometimes trailing spaces are required for proper formatingMarco S Hyman
2002-01-02Grammar. deraadt@ okThomas Nordin
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-19When writing tar and ustar archives, zero out the header before weTodd C. Miller
2001-12-19More strlcpy() backout. Various tar programs require ustar headerTodd C. Miller
2001-12-19Back out a strncpy -> strlcpy conversion. When writing old styleTodd C. Miller
2001-11-05mark a zone of signal racesTheo de Raadt
2001-10-25Make -h and -L follow symlinks on extraction of directories.Niklas Hallqvist
2001-10-06s/standrad/standard/Niklas Hallqvist
2001-09-19occured->occurredMike Pechkin
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-17Add a safe_print() function that uses vis(3) if output is a tty.Todd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-04Eat backslashes in regex's so things like:Todd C. Miller
2001-07-04Fix -s option, which never worked. We need to pass in the input stringTodd C. Miller
2001-06-26really use strlcpy.lebel
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
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