summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/edit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Prevent edit'ing a message from corrupting the mailbox. In an mbox filenatano2017-03-281-3/+11
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* - err with the pathbuf, if we know itmartynas2008-07-161-3/+3
* - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byderaadt2007-10-171-13/+10
* Proper use of fseek/fseeko macros.tobias2007-09-101-3/+3
* Copy editit() from sendbug, synchronizing editor calling code.ray2007-08-311-5/+74
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-3/+3
* delint; millert okderaadt2004-05-101-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* o ANSIfymillert2001-11-211-14/+7
* Major signal overhaul. We no longer longjmp all over the place.millert2001-11-201-6/+7
* More fixes from Don Beusee:millert2001-01-191-3/+3
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-8/+8
* NetBSD changes (mostly comsmetic):millert1997-11-141-8/+7
* tempnam(3) goes bye bye.millert1997-07-241-23/+25
* NOSTR -> NULLmillert1997-07-141-4/+4
* bcopy() -> memcpy() and fix some casts.millert1997-07-131-16/+16
* Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.millert1997-07-131-15/+15
* from christos;deraadt1996-06-111-6/+14
* initial import of NetBSD treederaadt1995-10-181-0/+221