Age | Commit message (Expand) | Author |
2024-11-05 | make usage for both mail(1) and mailx(1) fit in a 80-column display. | Igor Sobrado |
2024-08-21 | alpbetically sort the configuration choices | Theo de Raadt |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2023-11-03 | Check if a signal already has been received before entering a blocking | Anton Lindqvist |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-08 | finger/mail: two trivial functions were missed in earlier ansi passes | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from | Theo de Raadt |
2020-12-15 | the name aux is a reserved filename on windows | Daniel Dickman |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-19 | When running sendmail, set argv[0] to "sendmail" not "send-mail". | Todd C. Miller |
2018-09-16 | Replace the local getname() and getuserid() functions with calls | Todd C. Miller |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2017-06-28 | Replace usage of TIOCSTI in mail while editing headers using a more common | anton |
2017-05-29 | tweak previous to read a little better; | Jason McIntyre |
2017-05-29 | remove mention of Berknet and mailaddr.7 | Ted Unangst |
2017-03-28 | Prevent edit'ing a message from corrupting the mailbox. In an mbox file | Martin Natano |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-07-19 | Cleanup close(open idioms. | Theo de Raadt |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-24 | missing pledge "getpw" | Theo de Raadt |
2015-11-16 | pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec" | Theo de Raadt |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-10-16 | Cast isspace() argument to unsigned char. | mmcc |
2015-10-16 | Modernize allocation by: | mmcc |
2015-10-13 | To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT instead | Philip Guenther |
2015-09-07 | add missing file system path (.Pa) macros. | Igor Sobrado |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-01-24 | Fix getopt string; the -N flag doesn't take an argument. | Todd C. Miller |
2015-01-22 | Only allow the -r flag when sending a message; from Martin Brandenburg | Todd C. Miller |
2015-01-20 | tweak previous; | Jason McIntyre |
2015-01-20 | Add support for the "-r fromaddr" flag now that we don't support | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-07 | It is the copy command that is abbreviated as 'c', not chdir. | Todd C. Miller |
2015-01-07 | Document the '=' command; from trondd at gmail | Todd C. Miller |
2014-12-16 | Don't pass options after the to address to sendmail. The only | Todd C. Miller |
2014-12-16 | Add new "expandaddr" flag (disabled by default) to enable recipient | Todd C. Miller |
2014-12-16 | Use glob() to expand filenames instead of passing it to the shell's | Todd C. Miller |
2014-11-24 | Change "will write" back to "writes" in -f description. From jmc@ | Todd C. Miller |
2014-11-24 | The handling of the -f option is a hack. Instead of fooling around | Todd C. Miller |
2014-11-24 | Remove undocumented and obsolete -T option. It was intended for | Todd C. Miller |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |