NetBSD/usr.bin/netstat
mrg de11d87641 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."
2019-10-13 07:28:04 +00:00
..
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
atalk.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
bpf.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
fast_ipsec.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
if.c Print iqdrops, too. This change also fixes a bug that Odrops prints 2018-07-11 07:46:20 +00:00
inet.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
inet6.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
main.c
mbuf.c Limit maximum owner name to appease gcc 2019-06-25 14:52:55 +00:00
mroute.c sprintf() -> snprintf(), and adjust a buffer size to avoid any 2019-10-06 00:27:50 +00:00
mroute6.c
netstat.1
netstat.h
netstat_hostops.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
netstat_rumpops.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
pfkey.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
pfsync.c netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
prog_ops.h netstat: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:14:40 +00:00
route.c
unix.c
vtw.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
vtw.h