NetBSD/sbin/route
lukem c4b7a9e794 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.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
extern.h
keywords.c
keywords.h
keywords.sh
prog_ops.h Make route and netstat share the same struct progops (and initialization 2020-04-03 16:20:51 +00:00
route.8 route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface). 2021-01-02 22:02:27 +00:00
route.c fix various typos in comments and output/log messages. 2022-04-10 09:50:44 +00:00
route_hostops.c Make route and netstat share the same struct progops (and initialization 2020-04-03 16:20:51 +00:00
route_rumpops.c fix various typos in comments and one output message. 2022-10-31 21:22:05 +00:00
rtutil.c Instead of defining RTF_LLINFO, use RTF_LLDATA 2020-08-29 19:27:40 +00:00
rtutil.h Add rcsid 2019-06-30 11:38:16 +00:00
show.c Make the "interesting" flags match the netstat ones, so: 2020-08-29 19:28:32 +00:00