| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 1 | -3/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -4/+4 |
| 2019-05-16 | unveil "w" on ttys was too strict, introducing a failure condition |  deraadt | 1 | -8/+9 |
| 2019-01-28 | ttyname() is used after unveil/pledge, so _PATH_DEVDB must also be |  deraadt | 1 | -1/+3 |
| 2018-08-07 | unveil can be used to restrict access to utmp and /dev |  deraadt | 1 | -1/+5 |
| 2016-08-01 | Allow a bel character in wall. This was missed when migrating away from |  martijn | 1 | -2/+2 |
| 2016-05-08 | The header <vis.h> is no longer needed; ok martijn@. |  schwarze | 1 | -2/+1 |
| 2016-05-08 | Enable UTF-8 detection in wall(1). This deliberately ignores UTF-8 characters |  martijn | 2 | -18/+32 |
| 2015-11-05 | pledge wall(1) |  benno | 2 | -4/+37 |
| 2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 1 | -2/+1 |
| 2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 1 | -3/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+3 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -22/+2 |
| 2009-08-03 | It is sufficient to call getgrnam(3) once. Remove the first call. |  bluhm | 1 | -3/+2 |
| 2009-08-03 | In addgroup() malloc(3) does not allocate enough memory as it only |  bluhm | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-03-29 | -g takes an argument; from Igor Sobrado |  jmc | 1 | -2/+2 |
| 2004-09-14 | arithmetic on void * not permitted |  deraadt | 1 | -3/+5 |
| 2004-02-21 | Correctness is also not using err(1, "out of memory") if malloc() |  tom | 1 | -7/+8 |
| 2004-02-20 | correctness is err vs. errx use |  henning | 1 | -11/+11 |
| 2003-07-31 | no longer used by syslogd |  avsm | 1 | -4/+4 |
| 2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) |  avsm | 1 | -3/+3 |
| 2003-06-26 | more proto fixes |  deraadt | 1 | -2/+4 |
| 2003-06-25 | delete junk protos |  deraadt | 1 | -3/+3 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -20/+8 |
| 2003-04-02 | strlcpy; millert ok |  deraadt | 1 | -5/+6 |
| 2002-05-26 | pid_t cleanup |  deraadt | 1 | -3/+4 |
| 2001-11-19 | kill more registers |  mpech | 1 | -3/+3 |
| 2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au |  deraadt | 1 | -3/+3 |
| 2001-09-06 | bye bye sleeper |  deraadt | 1 | -6/+3 |
| 2001-09-04 | Add a const to shut up -Wall |  millert | 1 | -3/+3 |
| 2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. |  millert | 1 | -3/+5 |
| 2001-09-04 | Wall's -g flag has been broken since it was added. We fix it by |  millert | 1 | -52/+75 |
| 2001-02-13 | fat utmp fix; ianm@cit.uws.edu.au |  deraadt | 1 | -3/+3 |
| 2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 1 | -2/+2 |
| 2000-09-07 | use err*() correct, and open file with egid; fyre@users.sourceforge.net |  deraadt | 1 | -10/+16 |
| 2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. |  aaron | 1 | -2/+2 |
| 2000-03-14 | Finish off cleanup usr.bin/ man pages. |  aaron | 1 | -4/+7 |
| 1999-06-05 | - remove trailing white space |  aaron | 1 | -2/+2 |
| 1999-05-30 | correct mkstemp() failure checking |  deraadt | 1 | -3/+3 |
| 1999-05-24 | show '(not a tty)' instead of '(null)' when wall is run with stderr not a tty. (e.g. when run from cron) |  d | 1 | -3/+6 |
| 1998-12-16 | snprintf; dillon |  deraadt | 1 | -5/+4 |
| 1998-11-19 | fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...") |  form | 1 | -27/+16 |
| 1998-11-18 | simply honour S_IWGRP |  deraadt | 1 | -13/+9 |
| 1998-11-18 | do S_IWGRP checking just like write(1) |  deraadt | 1 | -2/+8 |
| 1998-11-18 | move to euid for tty opens; based on something from form |  deraadt | 1 | -3/+10 |
| 1998-10-30 | usr.bin/ man page fixes, t-z |  aaron | 1 | -2/+2 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1996-10-25 | slightly smarter |  downsj | 1 | -2/+9 |