History log of /netbsd-src/libexec/rpc.rusersd/Makefile (Results 1 – 21 of 21)
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 ...


# 51521ab7 28-Feb-2018 snj <snj@NetBSD.org>

prune disabled XIDLE support. the required X server extension hasn't been
around for a couple decades now. even if someone wanted to modernize this,
it wouldn't be appropriate for NetBSD, since we do

prune disabled XIDLE support. the required X server extension hasn't been
around for a couple decades now. even if someone wanted to modernize this,
it wouldn't be appropriate for NetBSD, since we don't want programs in base
to be linked against X libs.

show more ...


# 511dcb96 04-Nov-2002 christos <christos@NetBSD.org>

PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpx


# 3764f564 23-Jan-2000 veego <veego@NetBSD.org>

Disable the linking with X11 libraries.
No userland should be linked against X11.


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


# 06f9c787 17-Sep-1997 christos <christos@NetBSD.org>

Fix WARNS problems. sigsetjmp() was missing an argument.


# d59123b3 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


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


# fe0c74f4 16-Feb-1994 jtc <jtc@NetBSD.org>

Look for X11 in various likely places.
From Thomas Eberhardt, who adapted it from similar code in gxditview.


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

don't need -lutil


# bb312042 21-Nov-1993 brezak <brezak@NetBSD.org>

Build rnusers XDR's into librpcsvc and use them.


# 4b660341 21-Nov-1993 brezak <brezak@NetBSD.org>

Remove support for vers 1 interface. Add vers 3 interface support. Fix ver 2 support to interoperate with Sun's.


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


# 3c0990e9 22-Jul-1993 brezak <brezak@NetBSD.org>

use XIDLE extension (if present)


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

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