| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-09-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg |
| 2019-02-04 | - use -Wno-error=format-truncation | mrg |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2013-10-18 | more clobbering fixes. | christos |
| 2013-10-18 | fix clobbered variable | christos |
| 2013-10-18 | remove unused | christos |
| 2012-03-22 | Fix whitespace nits. Suggested by Bug Hunting. | wiz |
| 2011-09-06 | Use __dead and __printflike. | joerg |
| 2009-08-19 | Nesting displays is not valid groff syntax. | joerg |
| 2009-07-14 | Delete unused static smatch() function. | apb |
| 2009-04-13 | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-12-18 | From Anon Ymous: | christos |
| 2006-05-11 | end the argument list to exec*(3) with a NULL instead of a bare '0', as | mrg |
| 2006-03-18 | Coverity CID 2341, 2342: Plug memory leak. | christos |
| 2004-08-06 | Patch from Olaf Siebert in PR 12688 to handle hard links correctly when | mycroft |
| 2004-08-04 | Append only '@host' to notify email addresses when the destination | ginsbach |
| 2004-07-13 | Sync usage with man page (add [login@], sort options, machine -> host); | wiz |
| 2004-07-13 | Sort options in SYNOPSIS. From Kouichirou Hiratsuka in PR 26225. | wiz |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-21 | Don't compare a char to NULL. | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-23 | use bounded string op | itojun |
| 2003-07-12 | strlcpy | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-12-06 | Avoid confict with reserved identifier "log". | thorpej |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-06-14 | Remove #if __STDC__. De-__P() and ANSIfy. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-07 | Edit -mdoc usage. | ross |
| 2001-12-08 | Sort SEE ALSO, sort sections, punctuation nit. | wiz |
| 2001-11-01 | Fix incorrect usage message. Problem noted by Brian Ginsbach in | tron |
| 2001-11-01 | Add missing description of option "-D". | tron |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-01-04 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-07-03 | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, | matt |
| 2000-06-12 | apply patches in PR bin/9249: rdist doesn't remove temporary file, from | mrg |
| 1999-04-20 | check some more syscall return values. use mkstemp. | mrg |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-15 | RCS ID police | hubertf |
| 1999-01-31 | ensure buffers for pathnames, etc., are PATH_MAX, etc., long. | mrg |
| 1998-12-19 | char -> unsigned char | christos |