Age | Commit message (Expand) | Author |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-07-22 | Repair two deep targets mistakenly called as afterinstall, rather | Theo de Raadt |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-03-27 | make this page less sendmail-centric; ok gilles | Jason McIntyre |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-10 | pedantic word change; | Jason McIntyre |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-17 | ctype and other sign extension fixes. | Okan Demirmen |
2014-01-08 | flesh out STANDARDS somewhat; help/ok sobrado | Jason McIntyre |
2013-07-18 | document the :c selectors; from Sunil Nimmagadda | Jason McIntyre |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2012-11-14 | use F_OK macro instead of 0 in access() when checking by file existence. make... | Gleydson Soares |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-11-07 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-05 | Fixed typo in comment. | Tobias Stoeckmann |
2009-07-29 | - ~<, ~_ are undocumented aliases of ~r, ~: | Martynas Venckus |
2009-07-28 | remove core / tilde C. it's useless, doesn't work, never has been | Martynas Venckus |
2009-07-23 | elide a little bit later, the final list, after From has been | Martynas Venckus |
2009-04-23 | document the "more" command in the help page; ok millert | Theo de Raadt |
2009-02-10 | mark these utilities as being largely posix compliant or, in the case of | Jason McIntyre |
2008-11-03 | ...and then sync tildehelp and mail9.nr; | Jason McIntyre |
2008-11-03 | update the tilde escapes for both these files, | Jason McIntyre |
2008-11-03 | poor USD docs, we always forget you! ...document ~x | Jason McIntyre |
2008-11-03 | add ~x; which is quite handy sometimes. per posix | Martynas Venckus |
2008-10-09 | - add -d to usage | Jason McIntyre |
2008-10-08 | document -d. ok millert@ | Martynas Venckus |
2008-08-05 | fix description of the mail(1) "p" command; from Aaron W. Hsu. | Igor Sobrado |
2008-08-03 | make U (abbreviation of unread) work as man page says | Martynas Venckus |
2008-07-16 | 'no subject' check is never triggered. check if it's actually empty | Martynas Venckus |
2008-07-16 | add -E flag and 'skipempty' option to skip sending messages with | Martynas Venckus |
2008-07-16 | man page tweaks: | Martynas Venckus |
2008-07-16 | - use strncmp/strncasecmp instead of comparing by character | Martynas Venckus |
2008-07-16 | - err with the pathbuf, if we know it | Martynas Venckus |
2008-07-15 | - chraise can be replaced with toupper; no need to check for islower | Martynas Venckus |
2008-07-15 | set cp to the value of PAGER, so that type1 doesn't try to use it | Martynas Venckus |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-10-05 | check if it's really a newline before removing it | Charles Longeau |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-06-19 | Grammar-o. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-04-03 | make it work with height 4 (division by zero) | Martynas Venckus |
2007-03-20 | Set umask to 077 when saving messages in the outbox (not enabled | Todd C. Miller |
2007-02-26 | more small fixes from Igor Sobrado, tweaked by myself; | Jason McIntyre |