summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-09-08fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested byTed Unangst
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-08use sizeof with strlcpy() when possible; it is less error prone.Todd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-02missing protosTheo de Raadt
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29missing full stop.Jason McIntyre
2003-05-29- section reorderJason McIntyre
2003-04-28typos;Jason McIntyre
2003-04-20incorrect macro, with too many arguments;Jason McIntyre
2003-03-12more .LiTheo de Raadt
2003-03-10double words in commentsDavid Krause
2003-03-04do not use angle brackets for error indication; christosTheo de Raadt
2003-02-03typos;Jason McIntyre
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-10-18Pull in some changes from NetBSDTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16Slight KNF and return -1 on no match, not EOFTodd C. Miller
2002-10-16Fix comment typos; most from NetBSD and FreeBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-10-16Sync date parsing code with that in date(1) (which is obviously what pax'sTodd C. Miller
2002-10-15Time ranges were documented incorrectly; Christian von RoquesTodd C. Miller
2002-09-06do not return voidTheo de Raadt
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