summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* MFC r270256:pfg2014-08-281-1/+1
* Remove unnecessary cast to pid_t.kevlo2013-07-041-1/+1
* Fix undefined behaviour in usr.bin/mail/util.c.dim2013-02-151-2/+2
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-1/+1
* Fix likely race condition if wait_child() is interrupted by sigchild()eadler2012-05-301-1/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-1/+1
* Touch up some more small typos missed in the previous round.uqs2012-01-052-2/+2
* Spelling fixes for usr.bin/uqs2011-12-303-3/+3
* In usr.bin/mail/cmd1.c, use the correct printf length modifier for adim2011-12-172-2/+2
* Replace __const by const in all non-contributed source code.ed2011-12-132-2/+2
* o Fix -u flag description: it takes a username as an argument.maxim2010-12-251-1/+1
* Add __unused. Ansi prototypes.charnier2010-12-1920-470/+204
* Add __unused. Ansi prototypes.charnier2010-12-191-33/+18
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-1129-116/+0
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0411-2936/+0
* mail(1) misses addresses when replying to alluqs2010-05-271-3/+4
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Rename mail(1)'s aux.c to util.c.ed2009-01-162-2/+2
* Use static storage-class specifier where appropriate.dds2007-11-084-10/+10
* Make function's definition follow its declared visibility.dds2007-11-081-1/+1
* o Really commit typo fixes to HEAD.maxim2007-03-251-1/+1
* Document the TMPDIR environment variable.dds2006-01-051-1/+3
* Sync usage screen with manpage.yar2005-10-071-7/+6
* Document the -d flag to mail(1) better, which comes handy whenyar2005-10-071-6/+15
* Remove the dates from these files. They serve no purpose and result incperciva2005-08-171-1/+2
* Bumped document date.ru2004-05-191-6/+8
* These aren't all binary options.mikeh2004-03-091-1/+1
* Assign checkmode boolean earlier to handle the goto jump.mikeh2004-03-061-1/+1
* Add the -e (mail presence test), -H (header summary mode), and -Fmikeh2004-02-296-14/+183
* Remove 2 more unused doc Makefiles.trhodes2003-02-041-11/+0
* The return-path is optional in a headline, therefore don't skip amikeh2003-01-091-5/+12
* Correct a few more definitions, capitalize header fields consistently.mikeh2003-01-091-5/+5
* Clarify ~. escape definition, remove duplicate entry, and shorten amikeh2003-01-091-4/+3
* Document the ~. and ~? command escapes.mikeh2003-01-091-0/+4
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
* Consistently use FBSDIDobrien2002-06-3023-46/+46
* Add support for the 'flipr' option per IEEE 1003.1-2001.mikeh2002-06-252-2/+10
* Use strcasestr() instead of reimplementing it.mikeh2002-06-251-45/+18
* Make the 'searchheaders' option behave how it was supposed to. Ifmikeh2002-06-253-11/+16
* Rearrange a little, specifically:mikeh2002-06-251-86/+131
* Use `The .Nm utility'charnier2002-04-201-9/+14
* remove __Pimp2002-03-223-219/+216
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-0/+2
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* Show arguments of command line optionscharnier2002-01-221-11/+21
* Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant,mikeh2002-01-192-4/+7
* mdoc(7) police: oops, forgot about those interim XXX'es.ru2002-01-101-8/+4
OpenPOWER on IntegriCloud