summaryrefslogtreecommitdiff
path: root/bin/pax
AgeCommit message (Expand)Author
2024-08-15'newercnt' no longer does anything that 'refcnt' doesn't; eliminatePhilip Guenther
2024-07-14Zap trailing whitespaceJeremie Courreges-Anglas
2024-05-18When comparing mtimes for the -u and -Z options and the target isPhilip Guenther
2024-05-10pax: make list file handle line-buffered unless it is stderr.Todd C. Miller
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
2024-04-27Use propper knf.Florian Obser
2024-04-27localtime(3) can fail if time_t is very far in the future or past.Florian Obser
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-17Provide a pax format specific option handlerJeremie Courreges-Anglas
2024-04-17Fold long lineJeremie Courreges-Anglas
2024-04-17Fixup commentJeremie Courreges-Anglas
2024-04-16Switch tar(1) write default format to 'pax'Jeremie Courreges-Anglas
2024-04-16Fix reading large pax extended recordsJeremie Courreges-Anglas
2024-04-16Fix pasto: broken storage of symbolic link long destinations in pax formatJeremie Courreges-Anglas
2024-04-16Revert wip patch, not intended for commitJeremie Courreges-Anglas
2024-04-16Add tar(1) -F option to select write formatJeremie Courreges-Anglas
2024-04-16Correctly detect 'pax' format archives in append modeJeremie Courreges-Anglas
2024-04-15Amend previous: improve commentCaspar Schutijser
2024-04-15Switch pax(1) to write archives using the 'pax' format by defaultJeremie Courreges-Anglas
2024-01-20Better formatting for pax extended header timesJeremie Courreges-Anglas
2023-12-27'pax' format support for mtime and atimeJeremie Courreges-Anglas
2023-12-22Zap useless newline added in previousJeremie Courreges-Anglas
2023-12-22'pax' format support for files over 8GBJeremie Courreges-Anglas
2023-12-21Print the proper file name in case we fail to allocate a "path" extended headerJeremie Courreges-Anglas
2023-12-09Add basic write support for 'pax' format archivesJeremie Courreges-Anglas
2023-11-26mark functions as static when they're unused elsewhere, makes theMarc Espie
2023-11-09Tighten pledge in List and Append mode:Klemens Nanni
2023-10-15Pledge once with or without "proc exec", not twiceKlemens Nanni
2023-09-04Zap #ifndef SMALL around pax format read supportJeremie Courreges-Anglas
2023-08-19Copy entire st_*tim structs at once, rather than copyingPhilip Guenther
2023-08-03add extract example and reorder flags on other examplesaisha
2023-07-10Don't open files that will be skippedJeremy Evans
2023-07-05It isn't portable to use stderr (or std{in,out}) in file-scopePhilip Guenther
2023-06-26pax: truncate times to MAX_TIME_T, not INT_MAXTodd C. Miller
2023-06-26pax: use safe_print() to display messages which may include file names.Todd C. Miller
2023-06-26fix grammar of the comment describing pat_chk(); ok millert@Omar Polo
2023-01-17pax: Switch a function definition from K&R to ANSI.Theo Buehler
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-01Support mtime/atime/ctime extended headers in !SMALL builds.Stuart Henderson
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-06-1432-bit systems incorrectly parse the (64-bit) length of ustar extendedTheo de Raadt
2020-10-05-f - can respresent both stdin and stdout; rework the text a littleJason McIntyre
2020-03-23in case we can't create intermediate directories because of permissions,Marc Espie
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2019-11-15In cpio mode, when processing the -o switch, only set the archive formatChristian Weisgerber
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-06-24uid_from_user() and gid_from_user() return -1 when indicating error,Theo de Raadt