Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29mail: Fix mismatch in array bounds for isign().John Baldwin
2020-10-27Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer
2020-04-07mail/gprof/tip: tap with the ugly stickKyle Evans
2018-09-18Move mail.rc install to usr.bin/mail.Brad Davis
2018-08-08Switch the default pager for most commands to lessAlan Somers
2017-12-27Replace send-mail with the more standarized sendmail, we do not createXin LI
2017-12-27Don't initialize lastlong before assigning it.Xin LI
2017-12-27userland: Fix several typos and minor errorsEitan Adler
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-11mailaddr(7): wave goodbyeEitan Adler
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-01Renumber copyright clause 4Warner Losh
2017-02-12Remove useless Li macroBaptiste Daroussin
2017-01-24Don't reference NULL pointer.Xin LI
2017-01-23Always initialize 'c'.Xin LI
2017-01-23When creating record file, use umask 077 instead of the default.Xin LI
2016-07-15mail(1): Minor declaration updates.Pedro F. Giffuni
2016-07-15mail(1): Avoid closing negative file descriptors.Pedro F. Giffuni
2016-07-15mail(1): Update more prototypes.Pedro F. Giffuni
2016-07-14mail(1): check for out of memory conditions when calling calloc(3).Pedro F. Giffuni
2016-07-14mail(1): Bring some fixes from other BSDs.Pedro F. Giffuni
2016-07-13mail(1): Bring some fixes from other BSDs.Pedro F. Giffuni
2016-07-13mail(1): check for out of memory conditions when calling calloc(3).Pedro F. Giffuni
2016-07-11Use _PATH_DEVNULL instead of hardcoding.Xin LI
2016-07-11mail(1): Fix a comment.Pedro F. Giffuni
2016-07-10mail(1): Invert calloc(3) argument order.Pedro F. Giffuni
2016-05-13Always return either a dynamically allocated string or NULL fromDon Lewis
2016-04-17mail: Don't truncate mtime of mailbox to microseconds.Jilles Tjoelker
2016-02-17Fix naive use of ftell(3).Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-06-06Add const to the copyright variableBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-08-21Always check the limits of array index variables before using them.Pedro F. Giffuni
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-06Merge from headSimon J. Gerraty
2013-07-04Remove unnecessary cast to pid_t.Kevin Lo
2013-04-13sync from headSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-16Fix undefined behaviour in usr.bin/mail/util.c.Dimitry Andric
2012-11-04Sync from headSimon J. Gerraty
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-30Fix likely race condition if wait_child() is interrupted by sigchild()Eitan Adler
2012-01-13fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo
2012-01-06Touch up some more small typos missed in the previous round.Ulrich Spörlein
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-12-17In usr.bin/mail/cmd1.c, use the correct printf length modifier for aDimitry Andric