summaryrefslogtreecommitdiff
path: root/libexec/rpc.sprayd
AgeCommit message (Collapse)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler. GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
2019-10-13introduce some common variables for use in GCC warning disables:mrg
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8) use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come. we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
2011-09-16NULL does not need a cast, hereplunky
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
strictly passed, for example because the second argument is a different kind of pointer.
2011-08-29Use __deadjoerg
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
socklen_t are different signness.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2002-01-15Whitespace nits.wiz
2001-01-10consistently use exit instead of return in main()lukem
use LOG_WARNING instead of LOG_ERR for non critical errors
2000-06-03Subject to TI-RPC, followed by complete and utter ANSIfication.fvdl
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
1999-01-31do not use LOG_CONS.mrg
1998-07-03KNF.mrg
1998-06-08Implement a new manual page category ``SECURITY CONSIDERATIONS''lukem
(suggested by mycroft)
1997-10-20Fix .Nm usage.enami
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-09-17Fix for WARNS=1christos
1997-05-25PR 3667 from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>.cjs
Fix section number for spray(8).
1996-08-30RCS id police.thorpej
1995-04-12Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand.jtc
Also make sure that foo and rpc.foo are mentioned in the NAME section.
1995-03-26__timersub --> timersubmycroft
1995-01-13Die quietly when we time out.mycroft
1995-01-13Oops.mycroft
1995-01-13Only time out if called from inetd. Other cleanup.mycroft
1995-01-13Correct calling sequence of getsockname(2).mycroft
1994-12-22specify man pages the new way.cgd
1994-06-24horrible spacingderaadt
1994-06-23from <christos@deshaw.com>deraadt