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