summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy and remove register.delphij2008-01-1618-169/+99
* - Handle the case where interface from "middle" is missing bydelphij2008-01-121-4/+4
* Backout sensors framework.netchild2007-10-155-278/+1
* Bump document date for the last change.ru2007-10-141-1/+1
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-145-1/+278
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* - Stop computing %CPU for the imaginary idle process; we nowru2007-09-111-54/+6
* Expand TCP counters from 9 digits to 12.jhb2007-06-151-25/+25
* Consistently indent the R() macro for fields on the right-side of thejhb2007-06-151-17/+17
* Add a new counter for retransmitted packets due to SACK.jhb2007-06-151-51/+54
* Fix definitions of kilobits etc.ru2007-01-181-21/+25
* Add missing things: a prototype and a const qualifier.yar2006-12-231-1/+3
* Dynamically resize the Disk column. It was too narrow for modernyar2006-12-231-21/+46
* Clear to EOL after the end of meter so that its reading can decrease.yar2006-12-231-0/+1
* Make it possible for meter to reach 100% mark when swap is totally full.yar2006-12-231-1/+1
* Improve style:yar2006-12-231-20/+6
* Reposition the "(swap not configured)" sign WRT the new layout.yar2006-12-231-1/+1
* 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
OpenPOWER on IntegriCloud