aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-1/+1
* Nuke "systat -mbuf". It was broken since FreeBSD 5, and since thereGleb Smirnoff2013-07-155-209/+2
* Make `systat -vmstat` to use suffixes to display big floating point numbersAlexander Motin2013-03-231-0/+8
* Remove EOL whitespace.Joel Dahl2013-02-251-6/+6
* Fix several new & old style issues.Alexander V. Chernikov2013-02-203-14/+12
* Add interface name filtering via 'match' cmd.Alexander V. Chernikov2013-02-203-25/+162
* Remove old-style function definitionPhilippe Charnier2013-02-191-1/+1
* - Show page faults requiring I/O on vmstat display.Andrey Zonov2013-01-281-36/+40
* Make systat(1) accept fractional number of seconds.Alexander V. Chernikov2012-09-1710-97/+159
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+1
* Whitespace fixes.Ed Schouten2012-02-058-13/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-033-4/+4
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-2/+2
* Use integer to store the result of getch().Ed Schouten2011-10-161-2/+2
* Fix whitespace inconsistencies in systat(1).Ed Schouten2011-10-1512-131/+131
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1121-84/+0
* 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