| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-24 | unveil maildir, utmp, /tmp, and /dev. For the vast number of people |  deraadt | 1 | -1/+9 |
| 2017-04-03 | check return from pread, don't divide -1 for count |  tedu | 1 | -2/+6 |
| 2017-04-03 | use recallocarray() because the array contains data that can be observed |  deraadt | 1 | -2/+3 |
| 2017-04-02 | Prefer pread() over lseek()+read() |  guenther | 1 | -4/+3 |
| 2016-04-02 | Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") to |  millert | 1 | -2/+4 |
| 2015-10-12 | Call pledge(2) after initial getsockname(2) to avoid "inet" addition. |  uebayasi | 1 | -4/+5 |
| 2015-10-10 | normalize a few more tame request orderings, to help review |  deraadt | 1 | -2/+2 |
| 2015-10-09 | With nfs spool (fork + seteuid/setuid balony) support gone, it becomes |  deraadt | 1 | -1/+5 |
| 2015-10-09 | remove NFS spool support; it stands in the way of pledge(2) |  deraadt | 1 | -8/+1 |
| 2015-07-06 | Trim trailing whitespace from the comsat message before calling |  millert | 1 | -4/+10 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -2/+5 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+4 |
| 2012-12-04 | remove some unnecessary sys/param.h inclusions |  deraadt | 1 | -2/+1 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -12/+1 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-08-17 | recv(2) returns a ssize_t, so match cc with it. |  ray | 1 | -10/+10 |
| 2005-11-15 | the third arg of read() is size_t, not int (cast fix) |  millert | 1 | -5/+5 |
| 2004-09-16 | more signal flag races; ok miod@ |  otto | 1 | -3/+3 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -2/+4 |
| 2003-09-26 | free(NULL) allowed |  deraadt | 1 | -4/+3 |
| 2003-09-25 | Fix typo in revision 1.29; deraadt@ OK |  millert | 1 | -3/+3 |
| 2003-09-24 | realloc fixes; ho ok |  deraadt | 1 | -4/+11 |
| 2003-06-19 | use fseeko; millert ok |  deraadt | 1 | -3/+3 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2002-09-06 | use socklen_t more; henning ok |  deraadt | 1 | -3/+3 |
| 2002-08-22 | fix int overflow in statbf.st_size, from netbsd PR#17933 |  pb | 1 | -2/+8 |
| 2002-07-03 | KNF |  deraadt | 1 | -18/+8 |
| 2002-06-20 | fix patch; moritz@jodeit.org |  deraadt | 1 | -5/+5 |
| 2002-06-19 | handle non-terminated things better; moritz@jodeit.org |  deraadt | 1 | -8/+15 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -8/+8 |
| 2001-12-07 | kill more registers; |  mpech | 1 | -11/+11 |
| 2001-11-18 | Ensure SA_RESTART is not set on SIGALRM. With it set, the SIGALRM is not |  deraadt | 1 | -8/+17 |
| 2001-11-17 | volatile sig_atomic_t |  deraadt | 1 | -3/+3 |
| 2001-07-08 | -Wall |  deraadt | 1 | -4/+4 |
| 2001-05-12 | strlcpy |  deraadt | 1 | -4/+3 |
| 2001-01-28 | $OpenBSD$ |  niklas | 3 | -4/+5 |
| 2001-01-17 | use sig_atomic_t, and check for signal flag more often |  deraadt | 1 | -6/+7 |
| 2001-01-11 | change signal handler to set a flag, and then in the main loop do |  deraadt | 1 | -7/+20 |
| 2000-09-08 | Some miscellaneous man page repairs. |  aaron | 1 | -10/+10 |
| 1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. |  millert | 1 | -2/+2 |
| 1999-06-23 | use sockaddr_storage |  deraadt | 1 | -2/+2 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1 | -2/+2 |
| 1999-02-21 | vis() buf overflow |  deraadt | 1 | -2/+2 |
| 1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins |  millert | 1 | -3/+3 |
| 1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling |  deraadt | 1 | -2/+2 |
| 1997-11-20 | do not exit(-1) |  deraadt | 1 | -2/+2 |
| 1997-08-05 | More errno saving. |  angelos | 1 | -1/+3 |
| 1997-08-04 | save errno in sigchld handlers |  deraadt | 1 | -1/+4 |
| 1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges |  tholo | 1 | -2/+4 |
| 1996-08-27 | vis |  deraadt | 1 | -4/+6 |