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
/
fio.c
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-07-16
- err with the pathbuf, if we know it
Martynas Venckus
2007-10-05
check if it's really a newline before removing it
Charles Longeau
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2007-05-25
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Kenneth R Westerback
2006-11-16
Fix undefined behavior (var = --var).
Ray Lai
2006-04-02
use SEEK_* for lseek()
Theo de Raadt
2004-05-10
delint; millert ok
Theo de Raadt
2003-07-07
protos
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2001-12-18
We need to adjust where "dot" points when we realloc(message).
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-01-16
Changes from Don Beusee:
Todd C. Miller
2000-08-02
$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
Todd C. Miller
1998-06-12
Don't call truncate() directly; have rm() do it if we get EPERM on unlink()
Todd C. Miller
1998-06-11
Don't segfault just because a line starts with NUL; ross
Theo de Raadt
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-09-04
Deal with <CR><LF> pairs in mailboxes so we can work with eudora mail
Todd C. Miller
1997-08-31
Kill union wait.
Todd C. Miller
1997-07-28
Dynamically allocate space for addr header strings instead of using
Todd C. Miller
1997-07-24
tempnam(3) goes bye bye.
Todd C. Miller
1997-07-24
Replace 3 tempnam()'s with mkstemp. The two left look tricky.
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-05-30
overflows abound
Theo de Raadt
1997-03-29
Use ``mail.local -H'' to do dot locking so we can have mode 755 mail
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