History log of /netbsd-src/libexec/rpc.rstatd/Makefile (Results 1 – 24 of 24)
Revision Date Author Comments
# c4b7a9e7 03-Jun-2023 lukem <lukem@NetBSD.org>

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_IMPL

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.

show more ...


# de11d876 13-Oct-2019 mrg <mrg@NetBSD.org>

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_STRI

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."

show more ...


# ffeb8dbf 23-Jan-2016 christos <christos@NetBSD.org>

Define _KERNTYPES for things that need it.


# a300913f 02-Jun-2014 joerg <joerg@NetBSD.org>

Remove remaining kvm glue.


# d791be4b 14-Apr-2006 blymn <blymn@NetBSD.org>

New io statistics


# bafe5da6 18-Sep-2002 lukem <lukem@NetBSD.org>

use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk


# f794aa60 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# 21eedb0e 12-Sep-1999 chs <chs@NetBSD.org>

the PMAP_NEW option is gone as the new interface is no longer optional.


# d2397ac5 24-Mar-1999 mrg <mrg@NetBSD.org>

completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.


# ba7b5f16 18-Feb-1998 perry <perry@NetBSD.org>

add -DPMAP_NEW if PMAP_NEW is on in mk.conf


# 279ce528 09-Feb-1998 mrg <mrg@NetBSD.org>

add -DUVM to CPPFLAGS if defined(UVM)


# e8cebc97 22-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 2268d2df 08-Oct-1997 mrg <mrg@NetBSD.org>

merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.


# a5a68ff5 07-Oct-1997 mrg <mrg@NetBSD.org>

WARNS?=1. RCS ids.


# b817db1e 22-Feb-1997 thorpej <thorpej@NetBSD.org>

Fix reporting of disk statistics that's been broken since new disk
framework went in. From Jarle Greipsland <jarle@runit.sintef.no>, PR #3200.


# 176865a0 30-Aug-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# 2d577aaf 12-Apr-1995 jtc <jtc@NetBSD.org>

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.


# ae9172d6 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# ecd53521 28-Jan-1994 cgd <cgd@NetBSD.org>

no longer need lib hackery


# 9043c5a8 28-Jan-1994 cgd <cgd@NetBSD.org>

hack to make getloadavg() link properly


# aee4b07b 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# dc16f163 08-Jun-1993 brezak <brezak@NetBSD.org>

Updated man page.


# db60ef9d 04-Jun-1993 brezak <brezak@NetBSD.org>

No need to link with -lrpc


# e7153151 03-Jun-1993 brezak <brezak@NetBSD.org>

Add rpc.rstatd, rpc.rusersd, and rpc.rwalld.