summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2023-10-07Improve horizontal alignment in long format when printing minorIngo Schwarze
2023-09-14sh(1), ksh(1): reimplement p_tv() with p_ts()Scott Soule Cheloha
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-18use imperative tense consistently; OK jmcKlemens Nanni
2023-08-08Replace use of the old BSD st_*timensec members in struct stat withPhilip Guenther
2023-08-03add extract example and reorder flags on other examplesaisha
2023-07-23avoid MAIL* environment variables to save a few bytes in install mediaKlemens Nanni
2023-07-10Don't open files that will be skippedJeremy Evans
2023-07-06Document PS_CHROOT, and upcoming PS_NOBTCFI flagsTheo de Raadt
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-06-21ksh: escape control chars when displaying file name completions.Todd C. Miller
2023-06-10ksh: remove broken special handling of test -tOmar Polo
2023-06-10test: fix description of -t: it has no defaultOmar Polo
2023-05-24ksh: make $(< filename) error output include the errno string.Todd C. Miller
2023-05-13add /usr/local/sbin to PATH;Jason McIntyre
2023-03-30escape "An" in a %T call, so groff does not flag it as an error;Jason McIntyre
2023-03-30adjust markup of one of the builtin kill usageOmar Polo
2023-03-08Fix alignment of command column. print_comm_name() returns an updatedTobias Heider
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-08Omit version in SMALL ksh buildsKlemens Nanni
2023-01-17pax: Switch a function definition from K&R to ANSI.Theo Buehler
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-01Round up fractional percentages, as per POSIX.Todd C. Miller