| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -1/+1 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Merge from head | sjg | 2013-09-05 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | sync from head | sjg | 2013-04-12 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Sync from head | sjg | 2012-11-04 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Add const to the copyright variable | bapt | 2015-06-06 | 2 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Always check the limits of array index variables before using them. | pfg | 2014-08-21 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Remove unnecessary cast to pid_t. | kevlo | 2013-07-04 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Fix undefined behaviour in usr.bin/mail/util.c. | dim | 2013-02-15 | 1 | -2/+2 |
| |/
|/| |
|
* | | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 1 | -1/+1 |
|/ |
|
* | Fix likely race condition if wait_child() is interrupted by sigchild() | eadler | 2012-05-30 | 1 | -1/+3 |
* | fgets(3) returns a pointer, so compare against NULL, not integer 0. | kevlo | 2012-01-13 | 1 | -1/+1 |
* | Touch up some more small typos missed in the previous round. | uqs | 2012-01-05 | 2 | -2/+2 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 3 | -3/+3 |
* | In usr.bin/mail/cmd1.c, use the correct printf length modifier for a | dim | 2011-12-17 | 2 | -2/+2 |
* | Replace __const by const in all non-contributed source code. | ed | 2011-12-13 | 2 | -2/+2 |
* | o Fix -u flag description: it takes a username as an argument. | maxim | 2010-12-25 | 1 | -1/+1 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-19 | 20 | -470/+204 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-19 | 1 | -33/+18 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 29 | -116/+0 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 11 | -2936/+0 |
* | mail(1) misses addresses when replying to all | uqs | 2010-05-27 | 1 | -3/+4 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -1/+1 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Rename mail(1)'s aux.c to util.c. | ed | 2009-01-16 | 2 | -2/+2 |
* | Use static storage-class specifier where appropriate. | dds | 2007-11-08 | 4 | -10/+10 |
* | Make function's definition follow its declared visibility. | dds | 2007-11-08 | 1 | -1/+1 |
* | o Really commit typo fixes to HEAD. | maxim | 2007-03-25 | 1 | -1/+1 |
* | Document the TMPDIR environment variable. | dds | 2006-01-05 | 1 | -1/+3 |
* | Sync usage screen with manpage. | yar | 2005-10-07 | 1 | -7/+6 |
* | Document the -d flag to mail(1) better, which comes handy when | yar | 2005-10-07 | 1 | -6/+15 |
* | Remove the dates from these files. They serve no purpose and result in | cperciva | 2005-08-17 | 1 | -1/+2 |
* | Bumped document date. | ru | 2004-05-19 | 1 | -6/+8 |
* | These aren't all binary options. | mikeh | 2004-03-09 | 1 | -1/+1 |
* | Assign checkmode boolean earlier to handle the goto jump. | mikeh | 2004-03-06 | 1 | -1/+1 |
* | Add the -e (mail presence test), -H (header summary mode), and -F | mikeh | 2004-02-29 | 6 | -14/+183 |
* | Remove 2 more unused doc Makefiles. | trhodes | 2003-02-04 | 1 | -11/+0 |
* | The return-path is optional in a headline, therefore don't skip a | mikeh | 2003-01-09 | 1 | -5/+12 |
* | Correct a few more definitions, capitalize header fields consistently. | mikeh | 2003-01-09 | 1 | -5/+5 |
* | Clarify ~. escape definition, remove duplicate entry, and shorten a | mikeh | 2003-01-09 | 1 | -4/+3 |
* | Document the ~. and ~? command escapes. | mikeh | 2003-01-09 | 1 | -0/+4 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |