| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 23 | -46/+46 |
* | Add support for the 'flipr' option per IEEE 1003.1-2001. | mikeh | 2002-06-25 | 2 | -2/+10 |
* | Use strcasestr() instead of reimplementing it. | mikeh | 2002-06-25 | 1 | -45/+18 |
* | Make the 'searchheaders' option behave how it was supposed to. If | mikeh | 2002-06-25 | 3 | -11/+16 |
* | Rearrange a little, specifically: | mikeh | 2002-06-25 | 1 | -86/+131 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -9/+14 |
* | remove __P | imp | 2002-03-22 | 3 | -219/+216 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -0/+2 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | Show arguments of command line options | charnier | 2002-01-22 | 1 | -11/+21 |
* | Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant, | mikeh | 2002-01-19 | 2 | -4/+7 |
* | mdoc(7) police: oops, forgot about those interim XXX'es. | ru | 2002-01-10 | 1 | -8/+4 |
* | mdoc(7) police: tidy up. | ru | 2002-01-10 | 1 | -212/+237 |
* | Fix comment. | mikeh | 2001-12-23 | 1 | -1/+1 |
* | Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve | mikeh | 2001-12-22 | 3 | -27/+138 |