freebsd-src/usr.bin/systat
Ryan Stone 135e604306 MFC r272284
Fix integer truncation in affecting systat -ifstat

   The "systat -ifstat" command was using a u_int to store byte counters.
   With a 10Gbps or faster interface, this overflows within the default
   5 second refresh period.  Switch to using a uint64_t across the board,
   which matches the size used for all counters as of r263102.

   PR:           182448
   MFC after:    1 week
   Sponsored by: Sandvine Inc
2015-03-01 04:36:20 +00:00
..
cmds.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
cmdtab.c Nuke "systat -mbuf". It was broken since FreeBSD 5, and since there 2013-07-15 12:15:14 +00:00
convtbl.c
convtbl.h
devs.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
devs.h
extern.h Nuke "systat -mbuf". It was broken since FreeBSD 5, and since there 2013-07-15 12:15:14 +00:00
fetch.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
icmp6.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
icmp.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
ifcmds.c Fix several new & old style issues. 2013-02-20 14:19:09 +00:00
ifstat.c MFC r272284 2015-03-01 04:36:20 +00:00
iostat.c Whitespace fixes. 2012-02-05 09:17:49 +00:00
ip6.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
ip.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
keyboard.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
main.c MFC r261296: 2014-03-01 03:09:16 +00:00
Makefile MFC r261296: 2014-03-01 03:09:16 +00:00
mode.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
mode.h Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
netcmds.c Whitespace fixes. 2012-02-05 09:17:49 +00:00
netstat.c Whitespace fixes. 2012-02-05 09:17:49 +00:00
pigs.c Whitespace fixes. 2012-02-05 09:17:49 +00:00
swap.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
systat.1 Nuke "systat -mbuf". It was broken since FreeBSD 5, and since there 2013-07-15 12:15:14 +00:00
systat.h Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
tcp.c Make systat(1) accept fractional number of seconds. 2012-09-17 13:36:47 +00:00
vmstat.c Make systat -vmstat to use suffixes to display big floating point numbers 2013-03-23 13:11:54 +00:00