Home | History | Annotate | Download | only in rpc.rstatd
History log of /src/libexec/rpc.rstatd/Makefile
RevisionDateAuthorComments
 1.24  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.23  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.22  23-Jan-2016  christos branches: 1.22.16;
Define _KERNTYPES for things that need it.
 1.21  02-Jun-2014  joerg Remove remaining kvm glue.
 1.20  14-Apr-2006  blymn branches: 1.20.48; 1.20.60;
New io statistics
 1.19  18-Sep-2002  lukem use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
 1.18  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.17  12-Sep-1999  chs the PMAP_NEW option is gone as the new interface is no longer optional.
 1.16  24-Mar-1999  mrg completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.
 1.15  18-Feb-1998  perry add -DPMAP_NEW if PMAP_NEW is on in mk.conf
 1.14  09-Feb-1998  mrg add -DUVM to CPPFLAGS if defined(UVM)
 1.13  22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.12  08-Oct-1997  mrg branches: 1.12.2;
merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
 1.11  07-Oct-1997  mrg WARNS?=1. RCS ids.
 1.10  22-Feb-1997  thorpej Fix reporting of disk statistics that's been broken since new disk
framework went in. From Jarle Greipsland <jarle@runit.sintef.no>, PR #3200.
 1.9  30-Aug-1996  thorpej RCS id police.
 1.8  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.7  22-Dec-1994  cgd specify man pages the new way.
 1.6  28-Jan-1994  cgd no longer need lib hackery
 1.5  28-Jan-1994  cgd hack to make getloadavg() link properly
 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 Updated 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.12.2.1  08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.20.60.1  10-Aug-2014  tls Rebase.
 1.20.48.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.22.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed