NetBSD/usr.bin/systat
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
bufcache.c Extend "systat vm" output to provide better insight about buffercache and 2018-12-26 01:47:37 +00:00
cmds.c
cmdtab.c Extend "systat vm" output to provide better insight about buffercache and 2018-12-26 01:47:37 +00:00
convtbl.c
convtbl.h
df.c
disks.c
extern.h PR/53906: Paul Ripke: systat(1) vmstat & syscall get 2019-01-25 15:31:11 +00:00
fetch.c
globalcmds.c
icmp.c
ifcmds.c
ifstat.c
iostat.c PR/53906: Paul Ripke: systat(1) vmstat & syscall get 2019-01-25 15:31:11 +00:00
ip.c
ip6.c
keyboard.c
main.c PR/53906: Paul Ripke: systat(1) vmstat & syscall get 2019-01-25 15:31:11 +00:00
mbufs.c
netcmds.c
netstat.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
pigs.c
ps.c - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
ps.h
swap.c
syscall.c PR/53906: Paul Ripke: systat(1) vmstat & syscall get 2019-01-25 15:31:11 +00:00
systat.1 Fix some macro usage. Fix a typo. 2018-12-28 12:21:53 +00:00
systat.h Extend "systat vm" output to provide better insight about buffercache and 2018-12-26 01:47:37 +00:00
tcp.c
vmstat.c Make the scaling of the "bytes written" sticky, so that if we go 2019-06-30 19:57:23 +00:00
vmstat.h Make the scaling of the "bytes written" sticky, so that if we go 2019-06-30 19:57:23 +00:00