summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workgreen2004-06-301-11/+93
* Print fork statistics with %u as they are unsigned quantities.tjr2004-04-231-3/+3
* Properly document the -M and -N options.ru2004-03-261-1/+1
* Fixed a misspelling of 0 as NULL.bde2004-03-111-4/+4
* Remove an unused variable.dwmalone2003-12-251-2/+1
* Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines.bde2003-12-111-6/+7
* Revert part of revision 1.74 after bde reminded me of a detail I'ddes2003-12-111-4/+7
* Whitespace cleanup.des2003-12-101-36/+36
* Remove debugging printfdes2003-12-101-1/+0
* Fix a couple of issues in the interrupt code:des2003-12-101-21/+13
* s/u_(int|long)\>/unsigned \1/des2003-12-101-15/+15
* Fix a couple of warnings (const a function parameter and change somedwmalone2003-12-101-4/+3
* Unbreak vmstat -i on ia64:marcel2003-12-081-9/+12
* Finish the transition from libkvm to sysctl that I started a while ago.des2003-12-071-115/+241
* make minimum column size for interrupt name be the heading (depends uponjmg2003-11-091-1/+1
* fix an overflow bug when scanning for length of names that I introduced injmg2003-11-081-6/+6
* take mux's fix to the next level, scan the names and make the field largerjmg2003-10-281-4/+15
* Reimplement the vmstat -f option (display fork statistics).tjr2003-04-141-15/+17
* Slightly rework formatting in vmstat -i so that it doesn'tmux2003-04-101-3/+3
* Run a revision of the devstat interface:phk2003-03-151-2/+2
* Update to use current rev of devstat API.phk2003-03-151-9/+9
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-111-1/+1
* The boottime variable in sys/kern/kern_tc.c is a struct timeval, not atmm2002-08-091-3/+4
* Remove malloc_type's ks_limit.jeff2002-04-151-71/+17
* Fix a missed conversion of lld to llu for the uint64_t ks_calls and castasmodai2002-04-131-6/+7
* Cast totreq to unsigned long long, as needed on 64-bit machines.asmodai2002-04-081-1/+2
* Change totreq to uint64_t from a long (the PR has an int64_t, which didn'tasmodai2002-04-081-3/+4
* remove __Pimp2002-03-221-16/+16
* Remove the kmembuckets stats in preparation for the UMA commit.jeff2002-03-191-68/+9
* WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm)markm2001-12-111-55/+62
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* Change the compute_stats() call to the new devstat_compute_statistics()ken2001-08-111-21/+21
* Correct the old length argument passed to sysctl to be a pointer to atmm2001-07-291-1/+2
* Increase column widths when using -i (they are now wide enough toschweikh2001-06-261-3/+3
* Reduce field width for some columns so that the default output fits in <= 79schweikh2001-06-231-3/+3
* Made all fields in default output be space separated. Run-togetherschweikh2001-06-191-11/+6
* Avoid the avm field joining the w field when avm is > 9.999.999 pagesschweikh2001-06-131-1/+1
* Increase field width by one for 'fre' to accomodate today's memory sizes.schweikh2001-06-121-3/+3
* fix usage statement (add missing [-n devs] option)alfred2001-02-221-4/+5
* Add mibs to hold the number of forks since boot. New mibs are:ume2001-01-231-0/+8
* Use the vm.zone sysctl rather that grope through the zone allocator'sdes2001-01-231-52/+15
* Update vm zone list traversal for changes made to kernel. Note that thismjacob2001-01-231-2/+6
* Remove unneeded #include <sys/buf.h>phk2000-05-051-1/+0
* unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoephk1999-09-011-48/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert interrupt count from signed to unsigned and the totaln_hibma1999-07-261-4/+6
* Backed out the previous commit, except for the parts that reducedbde1999-05-121-11/+5
* Sometime since this file was written, the list of kernel malloc typesimp1999-05-101-4/+15
OpenPOWER on IntegriCloud