Age | Commit message (Expand) | Author |
2024-08-15 | 'newercnt' no longer does anything that 'refcnt' doesn't; eliminate | Philip Guenther |
2024-07-14 | Zap trailing whitespace | Jeremie Courreges-Anglas |
2024-05-18 | When comparing mtimes for the -u and -Z options and the target is | Philip Guenther |
2024-05-10 | pax: make list file handle line-buffered unless it is stderr. | Todd C. Miller |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2024-04-27 | Use propper knf. | Florian Obser |
2024-04-27 | localtime(3) can fail if time_t is very far in the future or past. | Florian Obser |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-04-17 | Provide a pax format specific option handler | Jeremie Courreges-Anglas |
2024-04-17 | Fold long line | 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 | Fix reading large pax extended records | Jeremie Courreges-Anglas |
2024-04-16 | Fix pasto: broken storage of symbolic link long destinations in pax format | Jeremie Courreges-Anglas |
2024-04-16 | Revert wip patch, not intended for commit | 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 |
2024-01-20 | Better formatting for pax extended header times | Jeremie Courreges-Anglas |
2023-12-27 | 'pax' format support for mtime and atime | Jeremie Courreges-Anglas |
2023-12-22 | Zap useless newline added in previous | Jeremie Courreges-Anglas |
2023-12-22 | 'pax' format support for files over 8GB | Jeremie Courreges-Anglas |
2023-12-21 | Print the proper file name in case we fail to allocate a "path" extended header | 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-11-09 | Tighten pledge in List and Append mode: | Klemens Nanni |
2023-10-15 | Pledge once with or without "proc exec", not twice | Klemens Nanni |
2023-09-04 | Zap #ifndef SMALL around pax format read support | Jeremie Courreges-Anglas |
2023-08-19 | Copy entire st_*tim structs at once, rather than copying | Philip Guenther |
2023-08-03 | add extract example and reorder flags on other examples | aisha |
2023-07-10 | Don't open files that will be skipped | Jeremy Evans |
2023-07-05 | It isn't portable to use stderr (or std{in,out}) in file-scope | Philip Guenther |
2023-06-26 | pax: truncate times to MAX_TIME_T, not INT_MAX | Todd C. Miller |
2023-06-26 | pax: use safe_print() to display messages which may include file names. | Todd C. Miller |
2023-06-26 | fix grammar of the comment describing pat_chk(); ok millert@ | Omar Polo |
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 |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-01 | Support mtime/atime/ctime extended headers in !SMALL builds. | Stuart Henderson |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-06-14 | 32-bit systems incorrectly parse the (64-bit) length of ustar extended | Theo de Raadt |
2020-10-05 | -f - can respresent both stdin and stdout; rework the text a little | Jason McIntyre |
2020-03-23 | in case we can't create intermediate directories because of permissions, | Marc Espie |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2019-11-15 | In cpio mode, when processing the -o switch, only set the archive format | Christian Weisgerber |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-24 | uid_from_user() and gid_from_user() return -1 when indicating error, | Theo de Raadt |