summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/cmd2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernize allocation by:mmcc2015-10-161-4/+4
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-2/+2
* ctype and other sign extension fixes.okan2014-01-171-4/+4
* use F_OK macro instead of 0 in access() when checking by file existence. make the code easier to read.gsoares2012-11-141-2/+2
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-11/+11
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* remove core / tilde C. it's useless, doesn't work, never has beenmartynas2009-07-281-29/+2
* avoid aliasing against libc symbolsderaadt2004-09-151-3/+3
* Get rid of the ancient "clobber" command. It was really only for debuggingmillert2004-05-101-36/+2
* dont compare int to NULL, millert@ okavsm2003-10-241-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* o kill strcpy()millert2001-11-211-4/+7
* o ANSIfymillert2001-11-211-61/+27
* Change the name of mail's send() function to sendmessages() tomillert2000-04-261-3/+3
* NetBSD changes (mostly comsmetic):millert1997-11-141-22/+19
* Kill union wait.millert1997-08-311-4/+4
* Make istrcpy() take a size (not length) field, now called istrncpy().millert1997-07-301-3/+3
* NOSTR -> NULLmillert1997-07-141-9/+9
* bcopy() -> memcpy() and fix some casts.millert1997-07-131-7/+6
* Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.millert1997-07-131-38/+38
* from christos;deraadt1996-06-111-29/+48
* initial import of NetBSD treederaadt1995-10-181-0/+531