History log of /src/libexec/rpc.sprayd |
Revision | Date | Author | Comments |
1.8 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
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.
|
1.7 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
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."
|
1.6 | 08-Oct-1997 |
mrg | branches: 1.6.110; merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
|
1.5 | 17-Sep-1997 |
christos | Fix for WARNS=1
|
1.4 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.3 | 12-Apr-1995 |
jtc | Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand. Also make sure that foo and rpc.foo are mentioned in the NAME section.
|
1.2 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
1.1 | 23-Jun-1994 |
deraadt | from <christos@deshaw.com>
|
1.6.110.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.10 | 21-Oct-2009 |
snj | Remove 3rd and 4th clauses in christos' license. OK christos.
|
1.9 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.8 | 15-Jan-2002 |
wiz | Whitespace nits.
|
1.7 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.6 | 08-Jun-1998 |
lukem | Implement a new manual page category ``SECURITY CONSIDERATIONS'' (suggested by mycroft)
|
1.5 | 20-Oct-1997 |
enami | Fix .Nm usage.
|
1.4 | 25-May-1997 |
cjs | PR 3667 from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>. Fix section number for spray(8).
|
1.3 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.2 | 12-Apr-1995 |
jtc | Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand. Also make sure that foo and rpc.foo are mentioned in the NAME section.
|
1.1 | 23-Jun-1994 |
deraadt | from <christos@deshaw.com>
|
1.18 | 16-Sep-2011 |
plunky | NULL does not need a cast, here
|
1.17 | 30-Aug-2011 |
plunky | Apply casts to cases where xdrproc_t is expected but is not strictly passed, for example because the second argument is a different kind of pointer.
|
1.16 | 29-Aug-2011 |
joerg | Use __dead
|
1.15 | 21-Oct-2009 |
snj | Remove 3rd and 4th clauses in christos' license. OK christos.
|
1.14 | 09-May-2006 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.13 | 10-Jan-2001 |
lukem | consistently use exit instead of return in main() use LOG_WARNING instead of LOG_ERR for non critical errors
|
1.12 | 03-Jun-2000 |
fvdl | Subject to TI-RPC, followed by complete and utter ANSIfication.
|
1.11 | 31-Jan-1999 |
mrg | branches: 1.11.8; do not use LOG_CONS.
|
1.10 | 03-Jul-1998 |
mrg | KNF.
|
1.9 | 17-Sep-1997 |
christos | Fix for WARNS=1
|
1.8 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.7 | 26-Mar-1995 |
mycroft | __timersub --> timersub
|
1.6 | 13-Jan-1995 |
mycroft | Die quietly when we time out.
|
1.5 | 13-Jan-1995 |
mycroft | Oops.
|
1.4 | 13-Jan-1995 |
mycroft | Only time out if called from inetd. Other cleanup.
|
1.3 | 13-Jan-1995 |
mycroft | Correct calling sequence of getsockname(2).
|
1.2 | 24-Jun-1994 |
deraadt | horrible spacing
|
1.1 | 23-Jun-1994 |
deraadt | from <christos@deshaw.com>
|
1.11.8.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|