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
/
collect.c
Age
Commit message (
Expand
)
Author
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2004-01-03
Fix format type mismatch (int vs. ssize_t).
Todd C. Miller
2003-10-24
dont compare int to NULL, millert@ ok
Anil Madhavapeddy
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-04-08
Don't do tilde escapes unless we are in interactive mode. Now the
Todd C. Miller
2001-11-21
o ANSIfy
Todd C. Miller
2001-11-20
Major signal overhaul. We no longer longjmp all over the place.
Todd C. Miller
2001-06-23
Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
Todd C. Miller
2001-01-16
Changes from Don Beusee:
Todd C. Miller
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-04-26
Change the name of mail's send() function to sendmessages() to
Todd C. Miller
1998-06-12
back out some signal changes that can cause mail to hang when quitting due to...
Todd C. Miller
1998-05-04
Never remove a mail spool, as we may not have proper prics, just truncate. A...
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-07-30
Make istrcpy() take a size (not length) field, now called istrncpy().
Todd C. Miller
1997-07-30
Fix one possible oflow (not exploitable) and do a wee bit of KNF.
Todd C. Miller
1997-07-24
tempnam(3) goes bye bye.
Todd C. Miller
1997-07-22
grabh() now returns SIGINT if it was interrupted (previously always
Todd C. Miller
1997-07-22
Only require 2 ^C's at Subject: prompt to quit as it is supposed to.
Todd C. Miller
1997-07-14
Convert remaining sigsetmask() -> sigprocmask() (POSIX style)
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-04-13
single ^C on a pipe
Theo de Raadt
1997-04-13
do not (continue) on a stdin pipe
Theo de Raadt
1997-04-10
how is this for fast bug fixing response! revert to sigblock() since the
Theo de Raadt
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt