History log of /src/libexec/rpc.rwalld |
Revision | Date | Author | Comments |
1.12 | 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.11 | 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.10 | 08-Oct-1997 |
mrg | branches: 1.10.110; merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
|
1.9 | 17-Sep-1997 |
christos | fix WARNS=1
|
1.8 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.7 | 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.6 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
1.5 | 28-Jan-1994 |
cgd | don't need -lutil
|
1.4 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.3 | 08-Jun-1993 |
brezak | Add man page.
|
1.2 | 04-Jun-1993 |
brezak | No need to link with -lrpc
|
1.1 | 03-Jun-1993 |
brezak | Add rpc.rstatd, rpc.rusersd, and rpc.rwalld.
|
1.10.110.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22284, verified by myself.
|
1.9 | 29-Sep-2002 |
wiz | Begin new sentences on new lines. Patch from Robert Elz (kre at munnari oz au).
|
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 | 20-Oct-1997 |
enami | Fix .Nm usage.
|
1.5 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.4 | 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.3 | 16-Aug-1993 |
jtc | Touch up manpages.
|
1.2 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 | 08-Jun-1993 |
brezak | Add man page.
|
1.23 | 16-Sep-2011 |
plunky | NULL does not need a cast, here
|
1.22 | 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.21 | 29-Aug-2011 |
joerg | Use __dead
|
1.20 | 09-May-2006 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.19 | 26-Jul-2003 |
salo | netbsd.org->NetBSD.org
|
1.18 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.17 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.16 | 03-Jun-2000 |
fvdl | Use sockaddr_storage in the call to getsockname, not sockaddr_in.
|
1.15 | 03-Jun-2000 |
fvdl | Use TI-RPC, thus enabling IPv6.
|
1.14 | 31-Jan-1999 |
mrg | branches: 1.14.8; do not use LOG_CONS.
|
1.13 | 10-Aug-1998 |
perry | bzero->memset, bcopy->memcpy, bcmp->memcmp
|
1.12 | 03-Jul-1998 |
mrg | KNF.
|
1.11 | 17-Sep-1997 |
christos | fix WARNS=1
|
1.10 | 30-Aug-1996 |
thorpej | RCS id police.
|
1.9 | 09-Jul-1995 |
pk | Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).
|
1.8 | 24-Jun-1995 |
pk | Conform to rpcgen generated prototypes.
|
1.7 | 13-Jan-1995 |
mycroft | Make sure we reply to the request, so the client will stop sending.
|
1.6 | 13-Jan-1995 |
mycroft | Need syslog.h.
|
1.5 | 13-Jan-1995 |
mycroft | Fix this for the case of not running from inetd. Send error messages to a useful place. General cleanup.
|
1.4 | 13-Jan-1995 |
mycroft | Correct calling sequence of getsockname(2).
|
1.3 | 23-Dec-1994 |
cgd | be a bit more careful with types, casts, and and function declarations.
|
1.2 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 | 03-Jun-1993 |
brezak | Add rpc.rstatd, rpc.rusersd, and rpc.rwalld.
|
1.14.8.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|