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
/
names.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-09-16
Replace the local getname() and getuserid() functions with calls
Todd C. Miller
2015-10-16
Modernize allocation by:
mmcc
2015-01-20
Add support for the "-r fromaddr" flag now that we don't support
Todd C. Miller
2014-12-16
Add new "expandaddr" flag (disabled by default) to enable recipient
Todd C. Miller
2014-08-15
Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)
Philip Guenther
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-21
o kill strcpy()
Todd C. Miller
2001-11-21
fix arg reversal that was introduced during ANSIfication
Todd C. Miller
2001-11-21
o ANSIfy
Todd C. Miller
2001-01-16
Changes from Don Beusee:
Todd C. Miller
2000-08-23
repair sendmail options handling
Michael Shalayeff
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-03-23
When calling sendmail, use "--" to indicate end of command line arguments.
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-07-31
Another static buffer bytes the dust.
Todd C. Miller
1997-07-24
tempnam(3) goes bye bye.
Todd C. Miller
1997-07-14
NOSTR -> NULL
Todd C. Miller
1997-07-13
bcopy() -> memcpy() and fix some casts.
Todd C. Miller
1997-07-13
Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt