summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-05-26fix one signal race bug, and mark the others that remain much moreTheo de Raadt
2011-01-23Remove .Ar markup from shell redirection meta-characters '<' and '>'Ingo Schwarze
2010-12-02a -N option for tar that uses numeric only IDs, useful for cross systemTed Unangst
2010-11-03remove $OpenBSD$ lines that duplicate earlier onesJonathan Gray
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-07-22move exit returns blurb out of DIAGNOSTICS; from daniel dickmanJason McIntyre
2009-12-22- two more typo's spotted by Brad TilleyJasper Lievisse Adriaanse
2009-12-22- tyop, spotted by Brad TilleyJasper Lievisse Adriaanse
2009-11-13stop the options string leak if it is not attached into the optionsTheo de Raadt
2009-11-12memory leak in one more case, found by parfait; ok jsgTheo de Raadt
2009-11-12Do realloc() the paranoid way, at the very least to once again educateTheo de Raadt
2009-10-28Err out if either sigaction fails and not just when both do.Philip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-08-05ustar format consists of prefix = 155 octets; name = 100 octetsMartynas Venckus
2009-06-01Simplify newline stripping after fgets.Ray Lai
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-12-27prevent line breaks in the middle of options.Igor Sobrado
2008-06-11(sorry pval) some missing -j bits;Jason McIntyre
2008-06-11Add tar -j option that calls bzip2 for compress/decompress. RequiresPeter Valchev
2008-05-28write cpio_usage() in a way consistent with pax_usage() and tar_usage();Igor Sobrado
2008-05-17documentation tweaks.Igor Sobrado
2008-05-06when pax is running in -u mode, and no files are beeing updated becauseHenning Brauer
2008-01-01Typo in comment about cpio_endwr() fixed.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-04-04For verbose archive listings, use -> for symlinks, not =>,Todd C. Miller
2007-03-06clarify an example; from patrick keshishianJason McIntyre
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2007-02-24-F was missing a description;Jason McIntyre
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-11-17Fix extracting and setting permissions for tar archives whenOtto Moerbeek
2006-08-05Remove "with with" typos.Ray Lai
2006-07-21Prevent segfault when "cpio -o" is called with no input.Ray Lai
2006-05-1232256 is the (posix) block size limit, not archive size limit;Jason McIntyre
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
2006-03-25Use correct directory in example.Ray Lai
2006-03-04Properly take into account that the name and prefix field in the tarOtto Moerbeek
2006-01-25append without a file list should not corrupt a tar file;Markus Friedl
2006-01-03tar and ustar formats have 8gb limit;Jason McIntyre
2005-12-17Avoid sign extend when writing time stamps; fixes "tar: Ustar headerOtto Moerbeek
2005-11-15go the whole hog, and provide a list of file size limits for theJason McIntyre
2005-11-10document size limit of sv4cpio format, and suggest alternative;Jason McIntyre
2005-11-09Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bitOtto Moerbeek