aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* Fix an overflow when calculating the number of kilobytes from thePaul Saab2005-02-211-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workBrian Feldman2004-06-301-11/+93
* Bumped the document date.Ruslan Ermilov2004-05-191-1/+1
* Print fork statistics with %u as they are unsigned quantities.Tim J. Robbins2004-04-231-3/+3
* Properly document the -M and -N options.Ruslan Ermilov2004-03-262-9/+19
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-4/+4
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Remove an unused variable.David Malone2003-12-251-2/+1
* Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines.Bruce Evans2003-12-111-6/+7
* Revert part of revision 1.74 after bde reminded me of a detail I'dDag-Erling Smørgrav2003-12-111-4/+7
* Whitespace cleanup.Dag-Erling Smørgrav2003-12-101-36/+36
* Remove debugging printfDag-Erling Smørgrav2003-12-101-1/+0
* Document the simpler -a semantics.Dag-Erling Smørgrav2003-12-101-3/+0
* Fix a couple of issues in the interrupt code:Dag-Erling Smørgrav2003-12-101-21/+13
* s/u_(int|long)\>/unsigned \1/Dag-Erling Smørgrav2003-12-101-15/+15
* Fix a couple of warnings (const a function parameter and change someDavid Malone2003-12-101-4/+3
* Unbreak vmstat -i on ia64:Marcel Moolenaar2003-12-081-9/+12
* Finish the transition from libkvm to sysctl that I started a while ago.Dag-Erling Smørgrav2003-12-073-118/+249
* make minimum column size for interrupt name be the heading (depends uponJohn-Mark Gurney2003-11-091-1/+1
* fix an overflow bug when scanning for length of names that I introduced inJohn-Mark Gurney2003-11-081-6/+6
* take mux's fix to the next level, scan the names and make the field largerJohn-Mark Gurney2003-10-281-4/+15
* Uncomment the description of the -f option. Add rfork() to the list ofTim J. Robbins2003-04-141-9/+10
* Reimplement the vmstat -f option (display fork statistics).Tim J. Robbins2003-04-141-15/+17
* Slightly rework formatting in vmstat -i so that it doesn'tMaxime Henrion2003-04-101-3/+3
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-2/+2
* Update to use current rev of devstat API.Poul-Henning Kamp2003-03-151-9/+9
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-1/+1
* The boottime variable in sys/kern/kern_tc.c is a struct timeval, not aThomas Moestl2002-08-091-3/+4
* The .Nm utilityPhilippe Charnier2002-07-141-2/+5
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-3/+3
* Remove malloc_type's ks_limit.Jeff Roberson2002-04-151-71/+17
* Fix a missed conversion of lld to llu for the uint64_t ks_calls and castJeroen Ruigrok van der Werven2002-04-131-6/+7
* Cast totreq to unsigned long long, as needed on 64-bit machines.Jeroen Ruigrok van der Werven2002-04-081-1/+2
* Change totreq to uint64_t from a long (the PR has an int64_t, which didn'tJeroen Ruigrok van der Werven2002-04-081-3/+4
* remove __PWarner Losh2002-03-221-16/+16
* Remove the kmembuckets stats in preparation for the UMA commit.Jeff Roberson2002-03-191-68/+9
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm)Mark Murray2001-12-112-55/+63
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* Change the compute_stats() call to the new devstat_compute_statistics()Kenneth D. Merry2001-08-111-21/+21
* Correct the old length argument passed to sysctl to be a pointer to aThomas Moestl2001-07-291-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Increase column widths when using -i (they are now wide enough toJens Schweikhardt2001-06-261-3/+3
* Reduce field width for some columns so that the default output fits in <= 79Jens Schweikhardt2001-06-231-3/+3
* Made all fields in default output be space separated. Run-togetherJens Schweikhardt2001-06-191-11/+6