summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2024-08-01bump posix spec from 2008 -> 2024;Jason McIntyre
2024-08-01bump posix spec 2008 -> 2024;Jason McIntyre
2024-08-01bump posix spec 2008 -> 2024;Jason McIntyre
2024-07-29Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change.Claudio Jeker
2024-07-28block SIGHUP in the same places where SIGCHLD is blocked to protectTheo de Raadt
2024-07-22Sync with proc.h: s/PS_STOPPED/PS_STOPPING/Claudio Jeker
2024-07-16Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); checkTheo de Raadt
2024-07-14Zap trailing whitespaceJeremie Courreges-Anglas
2024-07-12Rewrite bytes/sec calculation using fixed point math.Florian Obser
2024-07-12refactor the signal handlers for clarity, inverting the situation:Theo de Raadt
2024-07-12annotate broken signal handlerTheo de Raadt
2024-06-18Stop trying to deprecate "test -L" in favour of "test -h" (or vice versa).Ingo Schwarze
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-18prefixing flags to ps(1) by a hyphen is optional; while here, make synopsisIgor Sobrado
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-03-27printtime: use the Unix epoch if the file's timestamp is invalidTodd C. Miller
2024-03-06add missing Ev macro; from mail at lukasneukom chJason McIntyre
2024-02-03Remove Softdep.Bob Beck
2024-01-28Remove the 'l' and 'L' flag printing in 'STAT' column. These were addedTheo de Raadt
2024-01-20Better formatting for pax extended header timesJeremie Courreges-Anglas
2024-01-16print flag 'l' for base program or ld.so being under pinsyscalls enforcement,Theo de Raadt
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-10accept numerical user IDsKlemens Nanni
2023-11-09Tighten pledge in List and Append mode:Klemens Nanni
2023-10-31cksum: better describe the -c (checklist) optionTodd C. Miller
2023-10-31cksum -c: support checking base64 digests in reverse mode too.Todd C. Miller
2023-10-20Improve markup in some cases where .Li was abused.Ingo Schwarze
2023-10-15Pledge once with or without "proc exec", not twiceKlemens Nanni
2023-10-07Simplify the display() function by getting rid of a useless bufferIngo Schwarze