Age | Commit message (Expand) | Author |
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 |
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-06-21 | ksh: escape control chars when displaying file name completions. | Todd C. Miller |
2023-06-10 | ksh: remove broken special handling of test -t | Omar Polo |
2023-06-10 | test: fix description of -t: it has no default | Omar Polo |
2023-05-24 | ksh: make $(< filename) error output include the errno string. | Todd C. Miller |
2023-05-13 | add /usr/local/sbin to PATH; | Jason McIntyre |
2023-03-30 | escape "An" in a %T call, so groff does not flag it as an error; | Jason McIntyre |
2023-03-30 | adjust markup of one of the builtin kill usage | Omar Polo |
2023-03-08 | Fix alignment of command column. print_comm_name() returns an updated | Tobias Heider |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-08 | Omit version in SMALL ksh builds | Klemens Nanni |
2023-01-17 | pax: Switch a function definition from K&R to ANSI. | Theo Buehler |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-01 | Round up fractional percentages, as per POSIX. | Todd C. Miller |
2022-12-31 | Document that -P disables BLOCKSIZE support. | Todd C. Miller |
2022-12-26 | reformat some multiline markup, which had been causing an unwanted | Jason McIntyre |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-12-19 | Remove array reference from sh(1) because sh doesn't have arrays. | Stefan Hagen |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-11-18 | Write number of bytes read/written and "?" prompt to stdout, not stderr. | Todd C. Miller |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-11 | correct t_lex_type() return type | Jonathan Gray |
2022-10-11 | remove unused var | Jonathan Gray |