freebsd-dev/usr.bin/systat
Bruce Evans 3bccedcdf8 Don't redraw the disk names on every update. This was apparently done
to handle changes to the set of disks selected, but it is unnecessary
for that since the whole screen is redrawn when this set is changed.
It was also buggy:
- MAXDRIVES*6 = 42 was hard-coded as only 30 spaces in a string literal,
  the last 2 disk names were not cleared as intended
- when the extended vmstats are active, clearing of even 30 columns
  overruns the ozfod value field by 3 columns.  This was harmless because
  the field is much wider than necessary.
2006-04-30 09:13:59 +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 Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00
convtbl.h Fix the easy warnings: 2004-03-09 11:57:28 +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 Fix the easy warnings: 2004-03-09 11:57:28 +00:00
ifstat.c Remove trailing whitespace. 2006-04-30 04:47:23 +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 Put libdevstat before libkvm, because the former depends on the latter. 2004-02-04 10:20:43 +00:00
mbufs.c Show the load average in the tcp display (it was already shown, perhaps 2006-04-30 04:26:46 +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 Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. The 2006-04-30 07:27:23 +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 Don't redraw the disk names on every update. This was apparently done 2006-04-30 09:13:59 +00:00