aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* mail(1): fix temporary file path in FILES sectionKit Dallege2026-06-101-2/+2
* mail: tests: reset signal disposition before testingKyle Evans2025-05-291-0/+11
* mail: don't rewrite buffer sizes as muchKyle Evans2025-05-293-11/+13
* mail: Add test cases for SIGHUP.Dag-Erling Smørgrav2025-05-142-16/+44
* mail: exit with the correct exit status on SIGHUP in send modeKyle Evans2025-05-141-2/+3
* mail: remove the SIGHUP handler from lex.cKyle Evans2025-05-142-14/+0
* mail: Further refine the SIGINT test.Dag-Erling Smørgrav2025-05-061-10/+17
* mail: Exit non-zero on failure to collect mail.Dag-Erling Smørgrav2025-04-292-3/+6
* mail: Don't trap signals we shouldn't.Dag-Erling Smørgrav2025-04-274-14/+178
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* mail: add volatile in grabh()Lexi Winter2024-01-051-1/+1
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2722-66/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2730-82/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1623-46/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* mail: Use a C89 function pointer type for command functions.John Baldwin2023-04-1811-46/+52
* mail: fix build if TIOCSTI is not definedEd Maste2023-04-101-1/+6
* mail: Fix mismatch in array bounds for isign().John Baldwin2022-09-281-1/+1
* 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-8/+8
* Fix naive use of ftell(3).Pedro F. Giffuni2016-02-161-1/+1