aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+3
* mail/gprof/tip: tap with the ugly stickKyle Evans2020-04-063-40/+85
* Move mail.rc install to usr.bin/mail.Brad Davis2018-09-181-0/+1
* Switch the default pager for most commands to lessAlan Somers2018-08-083-4/+4
* Replace send-mail with the more standarized sendmail, we do not createXin LI2017-12-271-1/+1
* Don't initialize lastlong before assigning it.Xin LI2017-12-271-1/+0
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2028-26/+82
* mailaddr(7): wave goodbyeEitan Adler2017-11-111-7/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-2829-29/+29
* Remove useless Li macroBaptiste Daroussin2017-02-111-1/+1
* Don't reference NULL pointer.Xin LI2017-01-241-1/+3
* Always initialize 'c'.Xin LI2017-01-231-1/+1
* When creating record file, use umask 077 instead of the default.Xin LI2017-01-231-1/+6
* mail(1): Minor declaration updates.Pedro F. Giffuni2016-07-151-1/+1
* mail(1): Avoid closing negative file descriptors.Pedro F. Giffuni2016-07-152-2/+6
* mail(1): Update more prototypes.Pedro F. Giffuni2016-07-156-96/+123
* mail(1): check for out of memory conditions when calling calloc(3).Pedro F. Giffuni2016-07-141-1/+2
* mail(1): Bring some fixes from other BSDs.Pedro F. Giffuni2016-07-141-9/+18
* mail(1): Bring some fixes from other BSDs.Pedro F. Giffuni2016-07-138-69/+99
* mail(1): check for out of memory conditions when calling calloc(3).Pedro F. Giffuni2016-07-131-3/+6
* Use _PATH_DEVNULL instead of hardcoding.Xin LI2016-07-111-2/+2
* mail(1): Fix a comment.Pedro F. Giffuni2016-07-111-1/+1
* mail(1): Invert calloc(3) argument order.Pedro F. Giffuni2016-07-102-3/+3
* 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-9/+9
* 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