Age | Commit message (Expand) | Author |
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 |
2019-06-28 | fputc returns EOF | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-27 | Be precise in checking for errors. pclose(3) returns -1 and fclose(3) | Florian Obser |
2019-06-24 | Fix spelling | Jeremie Courreges-Anglas |
2019-06-24 | Partial revert of rev. 1.151: | Ingo Schwarze |
2019-06-24 | uid_from_user() and gid_from_user() return -1 when indicating error, | Theo de Raadt |
2019-06-23 | sort previous; ok deraadt | Jason McIntyre |
2019-06-23 | add "ps -o pledge" option, which prints a comma-seperated list of pledges | Theo de Raadt |
2019-06-23 | Export unveil state so that ps(8) can show it. Two new status flags, | Theo de Raadt |
2019-06-21 | zap trailing whitespace; | Jason McIntyre |
2019-06-19 | Allow string greater/less than than operators to work with test aka [. | Todd C. Miller |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-05-22 | mention that using vi command line editing mode requires enabling it; | Ingo Schwarze |
2019-05-18 | freezero() is of no use here, the computed digest is not a secret. | Otto Moerbeek |
2019-04-03 | Bind ^L (C-l) to clear-screen instead of redraw | Jeremie Courreges-Anglas |
2019-03-24 | detect -t argument being too long, rather than truncating | Theo de Raadt |
2019-03-24 | 16 chars is not enough for the maximum reach major() and minor() | Theo de Raadt |
2019-02-20 | When evaluating an arithmetical expression, for example inside $(()), | Ingo Schwarze |
2019-02-16 | add fsync to STANDARDS; | Jason McIntyre |
2019-02-16 | Implement the conv=fsync feature which does an fsync(2) after the | Alexander Bluhm |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-05 | Let ps(1) work in single user mode where /var/run does not exist. | Florian Obser |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |