freebsd-dev/usr.bin/systat
Yaroslav Tykhiy f5d4751c8a Allow for large scale factors. C99 warrants that
ULLONG_MAX is not less than 2^64-1; and uintmax_t
cannot be more narrow than unsigned long long.
This allows for scale factors up to Exa inclusively.

Use plain int for the scale index to be consistent
with ifcmds.c and enum.
2006-11-27 15:26:26 +00:00
..
cmds.c When we close a display, mark it as not-initialized so that we will 2003-01-04 21:58:25 +00:00
cmdtab.c Show the load average in the tcp display (it was already shown, perhaps 2006-04-30 04:26:46 +00:00
convtbl.c Allow for large scale factors. C99 warrants that 2006-11-27 15:26:26 +00:00
convtbl.h Allow for large scale factors. C99 warrants that 2006-11-27 15:26:26 +00:00
devs.c When a numeric field overflows its width, try formatting the number in 2003-10-20 20:13:50 +00:00
devs.h
extern.h Fix the easy warnings: 2004-03-09 11:57:28 +00:00
fetch.c
icmp6.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
icmp.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
ifcmds.c Return back one initializer, it is needed. 2006-11-27 15:14:50 +00:00
ifstat.c Drop useless #includes. 2006-11-27 14:48:46 +00:00
iostat.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
ip6.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
ip.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
keyboard.c
main.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
Makefile Obey MK_INET6_SUPPORT. 2006-07-27 14:20:14 +00:00
mbufs.c Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer 2006-07-24 01:49:24 +00:00
mode.c
mode.h
netcmds.c
netstat.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
pigs.c Show the load average in the tcp display (it was already shown, perhaps 2006-04-30 04:26:46 +00:00
swap.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
systat.1 Memory utilization subscreen in "vmstat" display lists numbers in KB, 2006-10-12 10:54:34 +00:00
systat.h Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
tcp.c Remove trailing whitespace. 2006-04-30 04:47:23 +00:00
vmstat.c Fix the format specifier suitable for uintmax_t. 2006-11-23 11:51:23 +00:00