Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-18 | prefixing flags to ps(1) by a hyphen is optional; while here, make synopsis | Igor Sobrado |
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-03-27 | printtime: use the Unix epoch if the file's timestamp is invalid | Todd C. Miller |
2024-03-06 | add missing Ev macro; from mail at lukasneukom ch | Jason McIntyre |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-28 | Remove the 'l' and 'L' flag printing in 'STAT' column. These were added | Theo de Raadt |
2024-01-20 | Better formatting for pax extended header times | Jeremie Courreges-Anglas |
2024-01-16 | print flag 'l' for base program or ld.so being under pinsyscalls enforcement, | Theo de Raadt |
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-10 | accept numerical user IDs | Klemens Nanni |
2023-11-09 | Tighten pledge in List and Append mode: | Klemens Nanni |
2023-10-31 | cksum: better describe the -c (checklist) option | Todd C. Miller |
2023-10-31 | cksum -c: support checking base64 digests in reverse mode too. | Todd C. Miller |
2023-10-20 | Improve markup in some cases where .Li was abused. | Ingo Schwarze |
2023-10-15 | Pledge once with or without "proc exec", not twice | Klemens Nanni |
2023-10-07 | Simplify the display() function by getting rid of a useless buffer | Ingo Schwarze |
2023-10-07 | Improve horizontal alignment in long format when printing minor | Ingo Schwarze |
2023-09-14 | sh(1), ksh(1): reimplement p_tv() with p_ts() | Scott Soule Cheloha |
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-18 | use imperative tense consistently; OK jmc | Klemens Nanni |
2023-08-08 | Replace use of the old BSD st_*timensec members in struct stat with | Philip Guenther |
2023-08-03 | add extract example and reorder flags on other examples | aisha |
2023-07-23 | avoid MAIL* environment variables to save a few bytes in install media | Klemens Nanni |
2023-07-10 | Don't open files that will be skipped | Jeremy Evans |
2023-07-06 | Document PS_CHROOT, and upcoming PS_NOBTCFI flags | Theo de Raadt |
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 |