freebsd-dev/usr.bin/systat
Michael Tuexen 970bdbf5d7 Fix printing of 64-bit counters on 32-bit ppc platforms.
Several statistic counters are uint64_t values and are printed by systat
using %lu. This results in displaying wrong numbers. Use PRIu64 instead.
While there, print variables of size_t using %zd.

MFC after:i		3 days
Differential Revision:	https://reviews.freebsd.org/D17838
2018-11-12 13:26:13 +00:00
..
cmds.c Don't leak tmpstr. 2018-06-21 07:42:28 +00:00
cmdtab.c
convtbl.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
convtbl.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
devs.c
devs.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
extern.h
fetch.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00
icmp6.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00
icmp.c
ifcmds.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ifstat.c Reduce <sys/queue.h> pollution. 2018-05-11 00:01:43 +00:00
iostat.c
ip6.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00
ip.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00
keyboard.c
main.c Chasing r337661, fix systat after arc accounting change. 2018-08-12 07:47:44 +00:00
Makefile
Makefile.depend
mode.c
mode.h
netcmds.c
netstat.c
pigs.c
sctp.c Don't show the number of currently established SCTP associations, 2018-04-10 08:19:14 +00:00
swap.c
systat.1
systat.h
tcp.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00
vmstat.c
zarc.c Fix printing of 64-bit counters on 32-bit ppc platforms. 2018-11-12 13:26:13 +00:00