Age | Commit message (Expand) | Author |
2020-10-07 | If we are asked to print the total number of blocks, do so even if | Todd C. Miller |
2020-10-06 | I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to | Theo de Raadt |
2020-10-05 | -f - can respresent both stdin and stdout; rework the text a little | Jason McIntyre |
2020-10-03 | Use ferror() to check for write error, not the fflush() return value. | Todd C. Miller |
2020-09-20 | Clear screen before redrawing the line with ^L, also in input mode. | Todd C. Miller |
2020-09-13 | Fix "$@" splitting with empty IFS | Theo Buehler |
2020-08-30 | Fix multiple variable definitions to avoid errors with -fno-common. | mortimer |
2020-08-03 | clang10 identifies an argv[] comparison against '\0' instead of NULL, | Theo de Raadt |
2020-07-22 | Collapse consecutive stars to avoid exponential behavior. | Todd C. Miller |
2020-07-08 | Clarify that csh's -f flag is not just about .cshrc. | Todd C. Miller |
2020-07-07 | Add support for set -o pipefail | Jeremie Courreges-Anglas |
2020-07-06 | Always print the directory name in -R mode; matches historical behavior. | Todd C. Miller |
2020-07-06 | Fix skipping of directories that begin with a '.' in -R mode. | Todd C. Miller |
2020-05-22 | Fix the exit code when eval()uating a || compound list, it would | Sebastian Benoit |
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt |
2020-05-08 | Use proper function pointer type instead of void * | Jeremie Courreges-Anglas |
2020-03-23 | in case we can't create intermediate directories because of permissions, | Marc Espie |
2020-02-25 | sleep(1): style(9) and other dusting | cheloha |
2020-02-21 | Enforce that TMOUT is an integer literal to prevent command execution from | Theo Buehler |
2020-02-14 | get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ | Ingo Schwarze |
2020-02-14 | Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, | Ingo Schwarze |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-02-09 | drop historical section number as was done in ps | Jonathan Gray |
2020-02-08 | Make HISTORY more concise: historical section numbers are irrelevant. | Ingo Schwarze |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2020-01-09 | Rev 1.17 of sub.c removed infinite loop detection from s command. | Alexander Bluhm |
2020-01-09 | Rev 1.59 of main.c allows omission of addresses in a range. | Alexander Bluhm |
2020-01-09 | Rev 1.42 of main.c allows zero address for i command. | Alexander Bluhm |
2019-12-16 | Delete tests for P_THREAD that predate the existence of | Philip Guenther |
2019-11-29 | typo fix. | Nayden Markatchev |
2019-11-26 | some corrections to CDPATH; | Jason McIntyre |
2019-11-15 | In cpio mode, when processing the -o switch, only set the archive format | Christian Weisgerber |
2019-10-27 | No need for <sys/uio.h> as writev(2) isn't used any more. | Jeremie Courreges-Anglas |
2019-10-27 | Don't fail hard if we can't preallocate history storage. | Jeremie Courreges-Anglas |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2019-09-05 | Document pledge keyword | kn |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-08-08 | date(1): remove -d dst and -t minutes_west | cheloha |
2019-07-30 | In addresses, consistently use "+" rather than ".+1". | Ingo Schwarze |
2019-07-29 | Remove several .Xrs to section 2 and 3 that help little. | Ingo Schwarze |
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller |
2019-07-25 | tweak previous: a leading dash can only be given if an option letter follows; | Ingo Schwarze |
2019-07-24 | Years ago the optionality of leading - was removed. dash-less is a | Theo de Raadt |
2019-07-24 | Add #include <stdlib.h> for mkstemp. | Brian Callahan |
2019-07-20 | 1. Correct the description of the g command to match POSIX and our | Ingo Schwarze |
2019-07-15 | Explain in which circumstances trailing slashes can be omitted after | Ingo Schwarze |
2019-07-12 | Minor polishing: | Ingo Schwarze |
2019-07-10 | document the dropping of the second / and ? in line address REs; | Jason McIntyre |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-01 | sleep(1): simplify argument parsing | cheloha |