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
/
popen.c
Age
Commit message (
Expand
)
Author
2001-01-19
More fixes from Don Beusee:
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
1998-09-27
Use new username option to lockspool for 'mail -u'.
Todd C. Miller
1998-09-10
Fix comments
Todd C. Miller
1998-09-10
If a child has not been waited on via the SIGCHLD handler, wait for it
Todd C. Miller
1998-09-08
repair order of signal blocking that got changed in conversion to POSIX signals
Todd C. Miller
1998-08-15
use lockspool for locking, not 'mail.local -H'
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-06-12
Don't call truncate() directly; have rm() do it if we get EPERM on unlink()
Todd C. Miller
1998-05-04
Never remove a mail spool, as we may not have proper prics, just truncate. A...
Todd C. Miller
1998-02-15
Remove one case of malloc call from sighandler
Niklas Hallqvist
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-08-31
Kill union wait.
Todd C. Miller
1997-08-05
pull errno.h in
Theo de Raadt
1997-08-04
save errno in sigchld handlers
Theo de Raadt
1997-07-14
Don't call it a mask when it is a sigset_t (cosmetic changes only).
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-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
1996-06-26
Accept NULL nset in prepare child (as run_editor will try to use one).
dm
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt