| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove malloc_type's ks_limit. | jeff | 2002-04-15 | 1 | -71/+17 |
* | Fix a missed conversion of lld to llu for the uint64_t ks_calls and cast | asmodai | 2002-04-13 | 1 | -6/+7 |
* | Cast totreq to unsigned long long, as needed on 64-bit machines. | asmodai | 2002-04-08 | 1 | -1/+2 |
* | Change totreq to uint64_t from a long (the PR has an int64_t, which didn't | asmodai | 2002-04-08 | 1 | -3/+4 |
* | remove __P | imp | 2002-03-22 | 1 | -16/+16 |
* | Remove the kmembuckets stats in preparation for the UMA commit. | jeff | 2002-03-19 | 1 | -68/+9 |
* | WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm) | markm | 2001-12-11 | 1 | -55/+62 |
* | SECURITY: Drop `setgid kmem' bit as early as possible. | ru | 2001-08-31 | 1 | -0/+1 |
* | Change the compute_stats() call to the new devstat_compute_statistics() | ken | 2001-08-11 | 1 | -21/+21 |
* | Correct the old length argument passed to sysctl to be a pointer to a | tmm | 2001-07-29 | 1 | -1/+2 |
* | Increase column widths when using -i (they are now wide enough to | schweikh | 2001-06-26 | 1 | -3/+3 |
* | Reduce field width for some columns so that the default output fits in <= 79 | schweikh | 2001-06-23 | 1 | -3/+3 |
* | Made all fields in default output be space separated. Run-together | schweikh | 2001-06-19 | 1 | -11/+6 |
* | Avoid the avm field joining the w field when avm is > 9.999.999 pages | schweikh | 2001-06-13 | 1 | -1/+1 |
* | Increase field width by one for 'fre' to accomodate today's memory sizes. | schweikh | 2001-06-12 | 1 | -3/+3 |
* | fix usage statement (add missing [-n devs] option) | alfred | 2001-02-22 | 1 | -4/+5 |
* | Add mibs to hold the number of forks since boot. New mibs are: | ume | 2001-01-23 | 1 | -0/+8 |
* | Use the vm.zone sysctl rather that grope through the zone allocator's | des | 2001-01-23 | 1 | -52/+15 |
* | Update vm zone list traversal for changes made to kernel. Note that this | mjacob | 2001-01-23 | 1 | -2/+6 |
* | Remove unneeded #include <sys/buf.h> | phk | 2000-05-05 | 1 | -1/+0 |
* | unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe | phk | 1999-09-01 | 1 | -48/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert interrupt count from signed to unsigned and the total | n_hibma | 1999-07-26 | 1 | -4/+6 |
* | Backed out the previous commit, except for the parts that reduced | bde | 1999-05-12 | 1 | -11/+5 |
* | Sometime since this file was written, the list of kernel malloc types | imp | 1999-05-10 | 1 | -4/+15 |
* | Fixed bitrot in usage message and disordering of options in previous commit. | bde | 1999-02-15 | 1 | -7/+7 |
* | Add -z option to vmstat to dump data from the zone allocator | dillon | 1999-02-13 | 1 | -10/+73 |
* | Fix vmstat display problems. The header printout wasn't quite right, and | ken | 1999-02-10 | 1 | -11/+8 |
* | Add a prioritization field to the devstat_add_entry() call so that | ken | 1999-02-10 | 1 | -9/+10 |
* | Back out previous work-around for "vmstat -i" failing on ELF | jdp | 1998-10-28 | 1 | -1/+1 |
* | Work around some variables having N_UNDF types but valid values; this | msmith | 1998-10-24 | 1 | -2/+2 |
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 1 | -3/+5 |
* | vmstat shows all manually-specified devices rather then just the first | dillon | 1998-09-16 | 1 | -1/+6 |
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 1 | -121/+198 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -15/+20 |
* | Support a couple of new "-s" stats. | dyson | 1998-03-07 | 1 | -1/+3 |
* | Const poisoning from ks_shortdesc. | bde | 1997-12-05 | 1 | -2/+2 |
* | struct kmemstats was renamed. | phk | 1997-10-10 | 1 | -3/+3 |
* | Make vmstat understand the dynamic malloc stuff. There are a number | phk | 1997-10-10 | 1 | -15/+23 |
* | Be more specific about -f/-t options (they're not yet implemented), | dima | 1997-10-06 | 1 | -11/+16 |
* | Use err(3). Add some %d to %ld changes. | charnier | 1997-08-25 | 1 | -43/+34 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Slight visual formatting change to the output so that: | scrappy | 1997-03-16 | 1 | -3/+3 |
* | Print number of second-level cache hits as per-directory, not per-process | jkh | 1996-03-03 | 1 | -1/+1 |
* | Reduced vm dependencies. Only `struct vmmeter.h' is required. | bde | 1995-12-13 | 1 | -2/+4 |
* | add a #include <sys/vmmeter.h> since we are using the vmmeter structures | peter | 1995-12-13 | 1 | -0/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
* | Removed object lookup/hit count and changed the order of things a little. | dg | 1995-03-25 | 1 | -4/+2 |
* | Removed printing of cnt.v_nzfod: we don't implement this in the kernel. | dg | 1995-03-25 | 1 | -1/+0 |
* | Added 'pages in VM cache' statistic. | dg | 1995-01-10 | 1 | -0/+1 |