summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate a couple of screen coordinate variablesyar2006-12-231-14/+8
* Add some vertical whitespace for easier reading.yar2006-12-231-1/+4
* Fix the swap display further:yar2006-12-231-8/+24
* Fix the Total line shown if there are >1 swap devices.yar2006-12-231-11/+9
* Start fixing the "swap" display by saving one horizontal position.yar2006-12-231-2/+2
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-86/+19
* Back out rev. 1.17: arch-dependent WARNS level.yar2006-11-271-4/+0
* Consistently mark percentage scales as such.yar2006-11-273-4/+4
* systat(1) reaches WARNS=6 on i386 and amd64. This is goodyar2006-11-271-0/+4
* The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,yar2006-11-271-2/+2
* + WARNS=4 reminds that nlist.n_name isn't const.yar2006-11-271-3/+5
* Don't discard a const qualifier from constant strings.yar2006-11-271-1/+2
* Remove a wrong "const" qualifier.yar2006-11-271-3/+3
* Add the Tera scale factor, which is an easy job now.yar2006-11-272-1/+9
* Stop exposing things that can be private to convtbl.c.yar2006-11-272-19/+17
* Keep all convtbl-related constants and strings in convtbl.[ch].yar2006-11-273-50/+59
* Allow for large scale factors. C99 warrants thatyar2006-11-272-10/+11
* Return back one initializer, it is needed.yar2006-11-271-1/+1
* + Drop useless initializers.yar2006-11-272-17/+13
* Drop useless #includes.yar2006-11-272-22/+0
* Use C99 initializers so that we don't really have to worryyar2006-11-271-10/+9
* C can enumerate things for us.yar2006-11-271-9/+11
* There is no reason to use __inline here because we are rather faryar2006-11-261-1/+1
* Don't overflow from the gigabyte scale to the bit scale if theyar2006-11-261-1/+1
* The real contents of this file were repeated twice.yar2006-11-261-66/+0
* Fix the format specifier suitable for uintmax_t.ru2006-11-231-3/+3
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-19/+86
* Memory utilization subscreen in "vmstat" display lists numbers in KB,ru2006-10-121-6/+6
* Obey MK_INET6_SUPPORT.yar2006-07-271-3/+10
* Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longerrwatson2006-07-241-1/+0
* s/on a crt//brd2006-05-251-2/+2
* For the vmstat sub-display:bde2006-05-012-36/+45
* Unbreak the support for 24-row terminals in the vmstat display. Thebde2006-05-011-2/+4
* Sort the ex-extended vmstat fields into their documented order in thebde2006-04-301-38/+38
* Eliminate the "extended" vm stats. Move all fields in the extendedbde2006-04-301-34/+10
* Update for moving some fields to the new vnstat display.bde2006-04-301-8/+16
* Reduce the namei (sub)display by 5 columns to make enough space for abde2006-04-301-17/+19
* Removed the description of the nonexistent want_fd command. want_fd existedbde2006-04-301-2/+0
* Don't redraw the disk names on every update. This was apparently donebde2006-04-301-6/+0
* Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. Thebde2006-04-302-4/+4
* If DEBUG is defined, then fill numeric fields with asterisks instead ofbde2006-04-301-0/+15
* Remove trailing whitespace.bde2006-04-3011-38/+38
* Show the load average in the tcp display (it was already shown, perhapsbde2006-04-3014-321/+325
* Edit the interrupt name strings to shorten them. This is believed tobde2006-04-301-2/+33
* Backed out rev.1.49 since it had buffer overruns and only workedbde2006-04-301-10/+2
* Abbreviate long field descriptors at write time so that they don't getbde2006-04-292-12/+12
* add an entry for ozfod..jmg2006-03-181-0/+1
* fix spelling of ozfod... I've been wondering why we'd need to fill a pagejmg2006-03-181-1/+1
* Move the "r p d s w" fields to the left to create space for expansion.bde2006-02-141-25/+26
* Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35bde2006-02-141-2/+0
OpenPOWER on IntegriCloud