Age | Commit message (Expand) | Author |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2010-11-03 | remove $OpenBSD$ lines that duplicate earlier ones | Jonathan Gray |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman | Jason McIntyre |
2009-12-22 | - two more typo's spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-12-22 | - tyop, spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt |
2009-11-12 | memory leak in one more case, found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-10-28 | Err out if either sigaction fails and not just when both do. | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus |
2009-06-01 | Simplify newline stripping after fgets. | Ray Lai |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado |
2008-06-11 | (sorry pval) some missing -j bits; | Jason McIntyre |
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2008-01-01 | Typo in comment about cpio_endwr() fixed. | Tobias Stoeckmann |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-04-04 | For verbose archive listings, use -> for symlinks, not =>, | Todd C. Miller |
2007-03-06 | clarify an example; from patrick keshishian | Jason McIntyre |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |
2007-02-24 | -F was missing a description; | Jason McIntyre |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek |
2006-08-05 | Remove "with with" typos. | Ray Lai |
2006-07-21 | Prevent segfault when "cpio -o" is called with no input. | Ray Lai |
2006-05-12 | 32256 is the (posix) block size limit, not archive size limit; | Jason McIntyre |
2006-04-09 | ftree_add arg #2 expects int not pointer. | Jared Yanovich |
2006-03-25 | Use correct directory in example. | Ray Lai |
2006-03-04 | Properly take into account that the name and prefix field in the tar | Otto Moerbeek |
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl |
2006-01-03 | tar and ustar formats have 8gb limit; | Jason McIntyre |
2005-12-17 | Avoid sign extend when writing time stamps; fixes "tar: Ustar header | Otto Moerbeek |
2005-11-15 | go the whole hog, and provide a list of file size limits for the | Jason McIntyre |
2005-11-10 | document size limit of sv4cpio format, and suggest alternative; | Jason McIntyre |
2005-11-09 | Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit | Otto Moerbeek |
2005-08-05 | strip multiple leading slashes from absolute paths; ok beck@ | Damien Miller |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher |
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek |
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich |