Age | Commit message (Expand) | Author |
2024-05-10 | pax: make list file handle line-buffered unless it is stderr. | Todd C. Miller |
2024-04-17 | Provide a pax format specific option handler | Jeremie Courreges-Anglas |
2024-04-17 | Fixup comment | Jeremie Courreges-Anglas |
2024-04-16 | Switch tar(1) write default format to 'pax' | Jeremie Courreges-Anglas |
2024-04-16 | Add tar(1) -F option to select write format | Jeremie Courreges-Anglas |
2024-04-16 | Correctly detect 'pax' format archives in append mode | Jeremie Courreges-Anglas |
2024-04-15 | Amend previous: improve comment | Caspar Schutijser |
2024-04-15 | Switch pax(1) to write archives using the 'pax' format by default | Jeremie Courreges-Anglas |
2023-12-09 | Add basic write support for 'pax' format archives | Jeremie Courreges-Anglas |
2023-11-26 | mark functions as static when they're unused elsewhere, makes the | Marc Espie |
2023-01-17 | pax: Switch a function definition from K&R to ANSI. | Theo Buehler |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2019-11-15 | In cpio mode, when processing the -o switch, only set the archive format | Christian Weisgerber |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-08-26 | -E NONE has *never* worked; it was always -E none. It's a dubious option | Philip Guenther |
2016-08-26 | options.h is only used by options.c; merge it into the .c file | Philip Guenther |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2016-08-24 | Make list-like output go to stderr when appending to an archive on stdout. | Philip Guenther |
2016-08-24 | Treat cpio's -t option as a modifier to -i, so they're ordering independent | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-14 | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in | Philip Guenther |
2016-04-19 | Switch from fgetln() to getline() to simplify error handling. | Philip Guenther |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-05-18 | Make TAPE=- mean stdout in tar | czarkoff |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | Define chdname once in a .c and make it extern in the .h | Philip Guenther |
2015-03-15 | Handle tar -o by setting the tar_nodir directly instead of faking up a | Philip Guenther |
2015-03-12 | If an archive isn't a recognized type, then check whether it looks | Philip Guenther |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-02-06 | Oops, pax -x and cpio -H need to set frmt | Philip Guenther |
2014-02-05 | make pax cope with a stripped down format list, e.g. when compiled | Alexander Hall |
2014-01-30 | abstraction for the sake of abstraction is distracting. | Marc Espie |
2014-01-11 | Add -DNOCPIO option for use by distrib/special | Theo de Raadt |
2014-01-08 | Zap leading whitespace | Theo de Raadt |
2014-01-08 | Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent | Philip Guenther |
2014-01-08 | Eliminate poisonous LONG_OFF_T conditional | Philip Guenther |
2013-03-27 | Enable support for write_opt=nodir for ustar archives which helps to fix | Vadim Zhukov |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2009-11-13 | stop the options string leak if it is not attached into the options | 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 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
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 |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre |