index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mail
Age
Commit message (
Expand
)
Author
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
2014-07-22
Repair two deep targets mistakenly called as afterinstall, rather
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2014-03-27
make this page less sendmail-centric; ok gilles
Jason McIntyre
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2014-03-10
pedantic word change;
Jason McIntyre
2014-01-20
Obvious .Xr fixes, found while testing mandocdb(8).
Ingo Schwarze
2014-01-17
ctype and other sign extension fixes.
Okan Demirmen
2014-01-08
flesh out STANDARDS somewhat; help/ok sobrado
Jason McIntyre
2013-07-18
document the :c selectors; from Sunil Nimmagadda
Jason McIntyre
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2012-11-14
use F_OK macro instead of 0 in access() when checking by file existence. make...
Gleydson Soares
2011-04-06
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2010-11-07
more EXIT STATUS bits; from Daniel Dickman
Jason McIntyre
2010-01-10
remove references to docs we no longer install;
Jason McIntyre
[next]