summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __unused. Ansi prototypes.charnier2010-12-191-4/+3
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Cleanup mail(1)'s varying styles by converting to using style(9).mikeh2001-05-271-15/+14
| | | | | | | | | Also take a stab at cleaning up BDECFLAGS and convert all uses of NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to get diffs somewhat closer to OpenBSD/NetBSD. There are no functional changes however. Reviewed by: nra (visual inspection)
* Merge various changes from OpenBSD and NetBSD.mikeh2001-03-251-6/+7
| | | | | | | | | | | | | | | | o remove panic() in favor of err(3) and use err(3) functions consistently throughout o use stat(2)'s S_IS* macros rather than S_IF* o [r]index -> str[r]chr o convert some static buffers to dynamic ones o use real tempfiles rather than reopening the same templates o rename some functions that clash with libc o convert wait_status from union to int and use wait(2) status macros o fix multiple potential buffer overflows o fix a few comments o add $FreeBSD$ Reviewed by: nra, nectar (earlier version)
* Allocate aligned memory according to sizeof(char *).simokawa1999-01-131-2/+2
| | | | | Approved by: jkh Obtained from: NetBSD
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+129
OpenPOWER on IntegriCloud