summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2022-12-31Document that -P disables BLOCKSIZE support.Todd C. Miller
2022-12-26reformat some multiline markup, which had been causing an unwantedJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-19Remove array reference from sh(1) because sh doesn't have arrays.Stefan Hagen
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-11-18Write number of bytes read/written and "?" prompt to stdout, not stderr.Todd C. Miller
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-10-11correct t_lex_type() return typeJonathan Gray
2022-10-11remove unused varJonathan Gray
2022-10-10Trigger ERR trap on permanent I/O redirection failureKlemens Nanni
2022-09-23Since tzset(3) ignores arbitrary files, we no longer need rpathFlorian Obser
2022-09-20Fix line length trimming in -f modeJob Snijders
2022-09-19When setting time, date(1) pledges "wpath" for logwtmp(3). RestrictFlorian Obser
2022-09-13== in [[ does pattern matching as wellKlemens Nanni