summaryrefslogtreecommitdiff
path: root/usr.bin/mail/popen.c
AgeCommit message (Expand)Author
2001-01-19More fixes from Don Beusee:Todd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1998-09-27Use new username option to lockspool for 'mail -u'.Todd C. Miller
1998-09-10Fix commentsTodd C. Miller
1998-09-10If a child has not been waited on via the SIGCHLD handler, wait for itTodd C. Miller
1998-09-08repair order of signal blocking that got changed in conversion to POSIX signalsTodd C. Miller
1998-08-15use lockspool for locking, not 'mail.local -H'Todd C. Miller
1998-06-12back out some signal changes that can cause mail to hang when quitting due to...Todd C. Miller
1998-06-12Don't call truncate() directly; have rm() do it if we get EPERM on unlink()Todd C. Miller
1998-05-04Never remove a mail spool, as we may not have proper prics, just truncate. A...Todd C. Miller
1998-02-15Remove one case of malloc call from sighandlerNiklas Hallqvist
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
1997-08-31Kill union wait.Todd C. Miller
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-14Don't call it a mask when it is a sigset_t (cosmetic changes only).Todd C. Miller
1997-07-14Convert remaining sigsetmask() -> sigprocmask() (POSIX style)Todd C. Miller
1997-07-14NOSTR -> NULLTodd C. Miller
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
1997-05-30overflows aboundTheo de Raadt
1997-03-29Use ``mail.local -H'' to do dot locking so we can have mode 755 mailTodd C. Miller
1996-06-26Accept NULL nset in prepare child (as run_editor will try to use one).dm
1996-06-11from christos;Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt