summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/vmstat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove old commentderaadt2003-04-141-3/+2
|
* string cleaning; ok tdevalderaadt2003-04-081-6/+7
|
* intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)jason2003-02-281-7/+7
|
* Make systat(1), iostat(8) and vmstat(8) automatically update their disktdeval2002-12-161-6/+6
| | | | statistics when a device is added/removed. ok deraadt@
* mark which nlist[] kmem entries are not needed in the sysctl case, and which arederaadt2002-06-191-7/+7
|
* ANSIderaadt2002-06-181-40/+27
|
* Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT netmillert2002-04-291-3/+3
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
|
* Some disk names are longer than 4. Cope with that.tdeval2002-02-161-22/+23
| | | | ok deraadt@
* move back. pvalchev -- the bug was quite obscurederaadt2001-12-071-55/+53
|
* back out latest changes which cause problems on alpha/sparc64 untilpvalchev2001-12-071-51/+55
| | | | they are fixed
* fix signal races. use sysctl() instead of kvm where possible, and then KNFderaadt2001-11-231-55/+51
| | | | the hell out of it; checked by miod
* kill more registersmpech2001-11-191-6/+6
| | | | millert@ ok
* slightly expand the Csw/Trp/Sys/Int/Sof spacingderaadt2001-11-181-11/+11
|
* New vm includes.art2001-11-061-3/+2
|
* Add information on number/percentage of namei calls missed the cache.weingart2001-08-281-8/+13
| | | | millert@ ok.
* UVM is no longer an optionart2001-06-271-113/+2
|
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-221-4/+3
|
* handle kvm_nlist() failing, from pr#1798.ericj2001-05-041-6/+6
| | | | Patch similar to the one submitted by <peterw@documenta.com.au>
* _total is no longer a symbol in the kernelderaadt2000-02-221-10/+8
|
* Fix printing of interrupts with UVM.art1999-10-261-5/+5
|
* support UVM. (much code from NetBSD)art1999-10-261-8/+118
|
* Fixed i386 -> __i386__espie1999-06-161-7/+7
|
* move Act Free field over onederaadt1998-12-191-5/+5
|
* ftpd: sleep for an indeterminate amount for non-existant loginsmillert1998-07-131-3/+3
| | | | | to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
* fix vm load displaymarc1998-06-121-2/+12
|
* comment this strncpy is safederaadt1997-12-191-2/+3
|
* proactive buffer blocksderaadt1997-12-191-3/+4
|
* bye bye sprintfderaadt1997-12-191-4/+4
|
* Deal with the fact that PUTRATE() is a macro that contains braces bykstailey1997-11-241-3/+4
| | | | surrounding it with braces after an ``if ()''.
* remove unused kernel varsmickey1997-11-221-18/+8
|
* back out 1.8, will fix in another way.kstailey1997-11-221-3/+3
|
* Make vmstat mode display actually fit in 80x24.kstailey1997-11-221-3/+3
| | | | Exploits fact that swap display is always blank.
* delete accidental #if 0flipk1997-07-291-5/+2
|
* 1) display full time string in 'vmstat' display so you can tellflipk1997-07-291-2/+4
| | | | | | | | the difference between an inactive display and a hung machine. 2) Update the man page for 'vmstat' to reflect reality (and actually explain all those vm abbreviations). netbsd PR bin/2756 (Jonathan Stone <jonathan@DSG.Stanford.EDU>
* support four letter device namesdownsj1996-12-201-4/+4
|
* rcsidderaadt1996-06-261-1/+2
|
* Show interrupt counts on i386.tholo1996-06-251-0/+57
|
* libutilderaadt1996-05-221-51/+26
|
* initial import of NetBSD treederaadt1995-10-181-0/+693