| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-22 | Fix the exit code when eval()uating a || compound list, it would |  benno | 1 | -1/+7 |
| 2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, |  deraadt | 1 | -3/+3 |
| 2020-05-08 | Use proper function pointer type instead of void * |  jca | 1 | -5/+7 |
| 2020-03-23 | in case we can't create intermediate directories because of permissions, |  espie | 2 | -7/+9 |
| 2020-02-25 | sleep(1): style(9) and other dusting |  cheloha | 1 | -20/+17 |
| 2020-02-21 | Enforce that TMOUT is an integer literal to prevent command execution from |  tb | 1 | -1/+5 |
| 2020-02-14 | get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ |  schwarze | 1 | -5/+5 |
| 2020-02-14 | Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, |  schwarze | 1 | -28/+18 |
| 2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the |  schwarze | 1 | -3/+5 |
| 2020-02-09 | drop historical section number as was done in ps |  jsg | 1 | -4/+3 |
| 2020-02-08 | Make HISTORY more concise: historical section numbers are irrelevant. |  schwarze | 1 | -5/+4 |
| 2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 5 | -22/+22 |
| 2020-01-09 | Rev 1.17 of sub.c removed infinite loop detection from s command. |  bluhm | 4 | -4/+3 |
| 2020-01-09 | Rev 1.59 of main.c allows omission of addresses in a range. |  bluhm | 19 | -1/+53 |
| 2020-01-09 | Rev 1.42 of main.c allows zero address for i command. |  bluhm | 3 | -0/+3 |
| 2019-12-16 | Delete tests for P_THREAD that predate the existence of |  guenther | 1 | -3/+1 |
| 2019-11-29 | typo fix. |  nayden | 1 | -2/+2 |
| 2019-11-26 | some corrections to CDPATH; |  jmc | 1 | -4/+6 |
| 2019-11-15 | In cpio mode, when processing the -o switch, only set the archive format |  naddy | 1 | -2/+3 |
| 2019-10-27 | No need for <sys/uio.h> as writev(2) isn't used any more. |  jca | 1 | -2/+1 |
| 2019-10-27 | Don't fail hard if we can't preallocate history storage. |  jca | 1 | -7/+15 |
| 2019-09-06 | More Version 1 AT&T UNIX history. |  schwarze | 1 | -2/+7 |
| 2019-09-05 | Document pledge keyword |  kn | 1 | -2/+6 |
| 2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 7 | -21/+21 |
| 2019-08-08 | date(1): remove -d dst and -t minutes_west |  cheloha | 2 | -44/+7 |
| 2019-07-30 | In addresses, consistently use "+" rather than ".+1". |  schwarze | 1 | -6/+6 |
| 2019-07-29 | Remove several .Xrs to section 2 and 3 that help little. |  schwarze | 1 | -11/+6 |
| 2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). |  millert | 1 | -3/+3 |
| 2019-07-25 | tweak previous: a leading dash can only be given if an option letter follows; |  schwarze | 1 | -3/+3 |
| 2019-07-24 | Years ago the optionality of leading - was removed. dash-less is a |  deraadt | 1 | -3/+3 |
| 2019-07-24 | Add #include <stdlib.h> for mkstemp. |  bcallah | 1 | -1/+2 |
| 2019-07-20 | 1. Correct the description of the g command to match POSIX and our |  schwarze | 1 | -21/+27 |
| 2019-07-15 | Explain in which circumstances trailing slashes can be omitted after |  schwarze | 1 | -6/+11 |
| 2019-07-12 | Minor polishing: |  schwarze | 1 | -5/+9 |
| 2019-07-10 | document the dropping of the second / and ? in line address REs; |  jmc | 1 | -2/+4 |
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2 | -5/+5 |
| 2019-07-01 | sleep(1): simplify argument parsing |  cheloha | 1 | -27/+18 |
| 2019-06-28 | fputc returns EOF |  deraadt | 1 | -2/+2 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 47 | -258/+250 |
| 2019-06-28 | mkstemp() returns -1 on failure |  deraadt | 2 | -4/+4 |
| 2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. |  deraadt | 1 | -3/+3 |
| 2019-06-27 | Be precise in checking for errors. pclose(3) returns -1 and fclose(3) |  florian | 1 | -3/+3 |
| 2019-06-24 | Fix spelling |  jca | 1 | -2/+2 |
| 2019-06-24 | Partial revert of rev. 1.151: |  schwarze | 1 | -5/+7 |
| 2019-06-24 | uid_from_user() and gid_from_user() return -1 when indicating error, |  deraadt | 2 | -6/+6 |
| 2019-06-23 | sort previous; ok deraadt |  jmc | 1 | -9/+9 |
| 2019-06-23 | add "ps -o pledge" option, which prints a comma-seperated list of pledges |  deraadt | 3 | -3/+29 |
| 2019-06-23 | Export unveil state so that ps(8) can show it. Two new status flags, |  deraadt | 3 | -5/+19 |
| 2019-06-21 | zap trailing whitespace; |  jmc | 1 | -3/+3 |
| 2019-06-19 | Allow string greater/less than than operators to work with test aka [. |  millert | 2 | -12/+14 |