aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* For total interrupt count on -vm screen count all interrupts, but not onlyAlexander Motin2010-09-081-3/+3
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* Partially revert r209312, restoring ability to fit "stray irqX" names intoAlexander Motin2010-07-191-6/+10
* Do not print first digits of IRQ number if whole number doesn't fit.Alexander Motin2010-06-181-12/+11
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-2/+2
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-132-4/+3
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-1311-0/+17
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-1111-17/+0
* Let systat's vmstat use utmpx.Ed Schouten2009-12-052-16/+9
* Use ncursesw to output the date field of vmstat displayHajimu UMEMOTO2009-11-132-2/+2
* - Catch SIGHUP to perform cleanup before exiting.Jaakko Heinonen2009-10-112-4/+8
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-1/+1
* Update top and systat for vfs.bufcache now being a long rather than an int.John Baldwin2009-03-101-1/+1
* ANSIfy and remove register.Xin LI2008-01-1618-169/+99
* - Handle the case where interface from "middle" is missing byXin LI2008-01-121-4/+4
* Backout sensors framework.Alexander Leidinger2007-10-155-278/+1
* Bump document date for the last change.Ruslan Ermilov2007-10-141-1/+1
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-145-1/+278
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-1/+1
* - Stop computing %CPU for the imaginary idle process; we nowRuslan Ermilov2007-09-111-54/+6
* Expand TCP counters from 9 digits to 12.John Baldwin2007-06-151-25/+25
* Consistently indent the R() macro for fields on the right-side of theJohn Baldwin2007-06-151-17/+17
* Add a new counter for retransmitted packets due to SACK.John Baldwin2007-06-151-51/+54
* Fix definitions of kilobits etc.Ruslan Ermilov2007-01-181-21/+25
* Add missing things: a prototype and a const qualifier.Yaroslav Tykhiy2006-12-231-1/+3
* Dynamically resize the Disk column. It was too narrow for modernYaroslav Tykhiy2006-12-231-21/+46
* Clear to EOL after the end of meter so that its reading can decrease.Yaroslav Tykhiy2006-12-231-0/+1
* Make it possible for meter to reach 100% mark when swap is totally full.Yaroslav Tykhiy2006-12-231-1/+1
* Improve style:Yaroslav Tykhiy2006-12-231-20/+6
* Reposition the "(swap not configured)" sign WRT the new layout.Yaroslav Tykhiy2006-12-231-1/+1
* Eliminate a couple of screen coordinate variablesYaroslav Tykhiy2006-12-231-14/+8
* Add some vertical whitespace for easier reading.Yaroslav Tykhiy2006-12-231-1/+4
* Fix the swap display further:Yaroslav Tykhiy2006-12-231-8/+24
* Fix the Total line shown if there are >1 swap devices.Yaroslav Tykhiy2006-12-231-11/+9
* Start fixing the "swap" display by saving one horizontal position.Yaroslav Tykhiy2006-12-231-2/+2
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-86/+19
* Back out rev. 1.17: arch-dependent WARNS level.Yaroslav Tykhiy2006-11-271-4/+0
* Consistently mark percentage scales as such.Yaroslav Tykhiy2006-11-273-4/+4
* systat(1) reaches WARNS=6 on i386 and amd64. This is goodYaroslav Tykhiy2006-11-271-0/+4
* The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,Yaroslav Tykhiy2006-11-271-2/+2
* + WARNS=4 reminds that nlist.n_name isn't const.Yaroslav Tykhiy2006-11-271-3/+5
* Don't discard a const qualifier from constant strings.Yaroslav Tykhiy2006-11-271-1/+2
* Remove a wrong "const" qualifier.Yaroslav Tykhiy2006-11-271-3/+3
* Add the Tera scale factor, which is an easy job now.Yaroslav Tykhiy2006-11-272-1/+9
* Stop exposing things that can be private to convtbl.c.Yaroslav Tykhiy2006-11-272-19/+17
* Keep all convtbl-related constants and strings in convtbl.[ch].Yaroslav Tykhiy2006-11-273-50/+59
* Allow for large scale factors. C99 warrants thatYaroslav Tykhiy2006-11-272-10/+11
* Return back one initializer, it is needed.Yaroslav Tykhiy2006-11-271-1/+1
* + Drop useless initializers.Yaroslav Tykhiy2006-11-272-17/+13