summaryrefslogtreecommitdiff
path: root/usr.bin/systat/swap.c
Commit message (Expand)AuthorAgeFilesLines
* systat -zarc to display disk activities like -vmMichael Reifenberger2019-04-021-1/+16
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* ANSIfy and remove register.Xin LI2008-01-161-8/+7
* 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
* Consistently mark percentage scales as such.Yaroslav Tykhiy2006-11-271-1/+1
* Remove trailing whitespace.Bruce Evans2006-04-301-4/+4
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-301-1/+1
* Back out rev 1.20; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-3/+1
* Adjust for getbsize argument type change.Mark Murray2002-10-231-1/+3
* Remove unneeded function prototypes.Mark Murray2002-10-231-3/+0
* remove __PWarner Losh2002-03-221-2/+2
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-13/+13
* Mark error() as __printflike() and fix a non-exploitable format stringKris Kennaway2001-05-251-1/+1
* Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl2001-03-231-4/+1
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removePeter Wemm2000-08-241-1/+0
* Don't include <sys/buf.h>Poul-Henning Kamp2000-05-051-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-2/+1
* Be nice when no swap is configured in systemMatthew Dillon1999-02-061-1/+11
* Fix labeling bugMatthew Dillon1999-01-221-1/+3
* Make systat -swap use new kvm_swapinfo() functionMatthew Dillon1999-01-221-137/+57
* Quiet many compiler warnings.David E. O'Brien1998-10-081-3/+6
* o Use snprintf rather than sprintfWarner Losh1998-06-091-5/+10
* Merge from Lite2 (print "??" instead NULL if devname() fails). MoreBruce Evans1997-07-061-5/+9
* Fix the following old problem:Joerg Wunsch1997-01-121-79/+79
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.David Greenman1994-10-091-1/+7
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+257