Age | Commit message (Expand) | Author |
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 |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-10-09 | Better document what the -v flag actually does and that you can | Todd C. Miller |
2017-09-16 | Carefully add casts to silence clang sign-compare warnings. ok millert@ | Otto Moerbeek |
2017-09-12 | there is no offical way to get the max value of time_t, but this one works | Otto Moerbeek |
2017-09-10 | Backslash escapes the next character in filename patterns. | Philip Guenther |
2017-09-08 | Avoid clang warning and make code better by using a signed long; | Otto Moerbeek |
2017-09-06 | intvar < sizeof(...) does not catch negative values since an int -> unsigned | Otto Moerbeek |
2017-03-16 | buffer increase factor belongs in the nmemb field of reallocarray() | Theo de Raadt |
2017-03-11 | switch pax to using pledge tape instead of ioctl. | Theo Buehler |
2017-01-23 | Slow down the churn and continue using old pledge name "ioctl" instead | Theo de Raadt |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-12-20 | Fix a bug where archives smaller than 512 bytes would trigger a next volume | Mark Kettenis |
2016-08-26 | Need <time.h> for time() and others. Pulled in by coincidence previously | Philip Guenther |
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 |