| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some references, most of these were removed when we stopped building |  jsg | 2021-03-08 | 1 | -2/+8 |
| * | satisfy -fno-common, by (1) copying all the variable decls from |  deraadt | 2021-01-26 | 2 | -42/+94 |
| * | the name aux is a reserved filename on windows |  daniel | 2020-12-15 | 2 | -4/+4 |
| * | More Version 1 AT&T UNIX history. |  schwarze | 2019-09-06 | 1 | -3/+3 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 9 | -29/+29 |
| * | When running sendmail, set argv[0] to "sendmail" not "send-mail". |  millert | 2019-03-19 | 1 | -2/+2 |
| * | Replace the local getname() and getuserid() functions with calls |  millert | 2018-09-16 | 9 | -92/+32 |
| * | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -3/+1 |
| * | improve markup quality in the cases found by the new "--" style message |  schwarze | 2018-03-16 | 1 | -5/+4 |
| * | Replace usage of TIOCSTI in mail while editing headers using a more common |  anton | 2017-06-28 | 1 | -125/+203 |
| * | tweak previous to read a little better; |  jmc | 2017-05-29 | 1 | -12/+6 |
| * | remove mention of Berknet and mailaddr.7 |  tedu | 2017-05-29 | 1 | -7/+2 |
| * | Prevent edit'ing a message from corrupting the mailbox. In an mbox file |  natano | 2017-03-28 | 1 | -3/+11 |
| * | these programs probably do not need to use TMPDIR. ok florian |  tedu | 2016-07-28 | 2 | -7/+4 |
| * | Cleanup close(open idioms. |  deraadt | 2016-07-19 | 2 | -5/+12 |
| * | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
| * | missing pledge "getpw" |  deraadt | 2015-11-24 | 1 | -2/+2 |
| * | pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec" |  deraadt | 2015-11-16 | 1 | -1/+5 |
| * | creat() -> open equiv; from Frederic Nowak |  deraadt | 2015-11-11 | 2 | -4/+4 |
| * | Cast isspace() argument to unsigned char. |  mmcc | 2015-10-16 | 1 | -2/+2 |
| * | Modernize allocation by: |  mmcc | 2015-10-16 | 11 | -43/+42 |
| * | To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT instead |  guenther | 2015-10-13 | 2 | -17/+10 |
| * | add missing file system path (.Pa) macros. |  sobrado | 2015-09-07 | 1 | -4/+4 |
| * | in getopt() blocks, stop incrementing flag variable which are supposed |  deraadt | 2015-02-08 | 1 | -2/+2 |
| * | Fix getopt string; the -N flag doesn't take an argument. |  millert | 2015-01-24 | 1 | -2/+2 |
| * | Only allow the -r flag when sending a message; from Martin Brandenburg |  millert | 2015-01-22 | 1 | -3/+5 |
| * | tweak previous; |  jmc | 2015-01-20 | 1 | -3/+3 |
| * | Add support for the "-r fromaddr" flag now that we don't support |  millert | 2015-01-20 | 7 | -73/+81 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 4 | -11/+11 |
| * | It is the copy command that is abbreviated as 'c', not chdir. |  millert | 2015-01-07 | 1 | -3/+5 |
| * | Document the '=' command; from trondd at gmail |  millert | 2015-01-07 | 1 | -2/+4 |
| * | Don't pass options after the to address to sendmail. The only |  millert | 2014-12-16 | 2 | -8/+3 |
| * | Add new "expandaddr" flag (disabled by default) to enable recipient |  millert | 2014-12-16 | 2 | -3/+52 |
| * | Use glob() to expand filenames instead of passing it to the shell's |  millert | 2014-12-16 | 1 | -49/+26 |
| * | Change "will write" back to "writes" in -f description. From jmc@ |  millert | 2014-11-24 | 1 | -2/+2 |
| * | The handling of the -f option is a hack. Instead of fooling around |  millert | 2014-11-24 | 2 | -23/+27 |
| * | Remove undocumented and obsolete -T option. It was intended for |  millert | 2014-11-24 | 4 | -48/+9 |
| * | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) |  guenther | 2014-10-26 | 1 | -5/+3 |
| * | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -3/+2 |
| * | Repair two deep targets mistakenly called as afterinstall, rather |  deraadt | 2014-07-22 | 1 | -5/+3 |
| * | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -5/+3 |
| * | make this page less sendmail-centric; ok gilles |  jmc | 2014-03-27 | 1 | -8/+6 |
| * | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 2014-03-16 | 1 | -2/+2 |
| * | pedantic word change; |  jmc | 2014-03-10 | 1 | -3/+3 |
| * | Obvious .Xr fixes, found while testing mandocdb(8). |  schwarze | 2014-01-20 | 1 | -3/+3 |
| * | ctype and other sign extension fixes. |  okan | 2014-01-17 | 9 | -51/+54 |
| * | flesh out STANDARDS somewhat; help/ok sobrado |  jmc | 2014-01-08 | 1 | -3/+17 |
| * | document the :c selectors; from Sunil Nimmagadda |  jmc | 2013-07-18 | 1 | -10/+26 |
| * | use FD_CLOEXEC instead of 1; from David Hill |  okan | 2013-04-29 | 3 | -10/+10 |
| * | use F_OK macro instead of 0 in access() when checking by file existence. make the code easier to read. |  gsoares | 2012-11-14 | 1 | -2/+2 |