aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* Revert r335693, r335694, r335695 by eadler.Mark Johnston2018-07-318-117/+78
* MFC r302776, r302799:Eitan Adler2018-06-278-78/+117
* Revert r330897:Eitan Adler2018-03-2928-82/+26
* MFC r302533:Eitan Adler2018-03-151-1/+1
* Partial merge of the SPDX changesEitan Adler2018-03-1428-26/+82
* MFC r327235:Xin LI2018-01-111-1/+0
* MFC r327236:Xin LI2018-01-101-1/+1
* MFC r313659-r313673Baptiste Daroussin2017-02-171-1/+1
* MFC r312663: When creating record file, use umask 077 instead of the default.Xin LI2017-02-061-1/+6
* MFC r312664: Always initialize 'c'.Xin LI2017-02-061-1/+1
* MFC r302911:Pedro F. Giffuni2016-07-252-2/+6
* MFC r302542:Xin LI2016-07-251-2/+2
* MFC r302511, r302771, r302845:Pedro F. Giffuni2016-07-172-4/+8
* Always return either a dynamically allocated string or NULL fromDon Lewis2016-05-131-2/+2
* mail: Don't truncate mtime of mailbox to microseconds.Jilles Tjoelker2016-04-171-8/+8
* Fix naive use of ftell(3).Pedro F. Giffuni2016-02-161-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-2/+2
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | Add const to the copyright variableBaptiste Daroussin2015-06-062-2/+2
| |_|_|_|/ |/| | | |
* | | | | Always check the limits of array index variables before using them.Pedro F. Giffuni2014-08-211-1/+1
| |_|_|/ |/| | |
* | | | Remove unnecessary cast to pid_t.Kevin Lo2013-07-041-1/+1
| |_|/ |/| |
* | | Fix undefined behaviour in usr.bin/mail/util.c.Dimitry Andric2013-02-151-2/+2
| |/ |/|
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-1/+1
|/
* Fix likely race condition if wait_child() is interrupted by sigchild()Eitan Adler2012-05-301-1/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-1/+1
* Touch up some more small typos missed in the previous round.Ulrich Spörlein2012-01-052-2/+2
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-303-3/+3
* In usr.bin/mail/cmd1.c, use the correct printf length modifier for aDimitry Andric2011-12-172-2/+2
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-132-2/+2
* o Fix -u flag description: it takes a username as an argument.Maxim Konovalov2010-12-251-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-1920-470/+204
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-33/+18
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1129-116/+0
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0411-2936/+0
* mail(1) misses addresses when replying to allUlrich Spörlein2010-05-271-3/+4
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Rename mail(1)'s aux.c to util.c.Ed Schouten2009-01-162-2/+2
* Use static storage-class specifier where appropriate.Diomidis Spinellis2007-11-084-10/+10
* Make function's definition follow its declared visibility.Diomidis Spinellis2007-11-081-1/+1
* o Really commit typo fixes to HEAD.Maxim Konovalov2007-03-251-1/+1