| Commit message (Expand) | Author | Age | Files | Lines |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | andre | 2005-10-17 | 1 | -16/+4 |
* | Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extracting | rwatson | 2005-08-06 | 1 | -96/+19 |
* | Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvm | rwatson | 2005-08-01 | 1 | -14/+19 |
* | Minor syntax tweaks: | rwatson | 2005-07-28 | 1 | -17/+0 |
* | Teach vmstat -m and vmstat -z to use libmemstat(3). Certain | rwatson | 2005-07-25 | 2 | -23/+96 |
* | Modify vmstat(8)'s domem() routine, which is responsible for extracting | rwatson | 2005-05-29 | 1 | -7/+38 |
* | Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO | keramida | 2005-05-26 | 1 | -0/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -2/+2 |
* | Fix an overflow when calculating the number of kilobytes from the | ps | 2005-02-21 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -7/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -6/+12 |
* | Make vmstat -m work with -M/-N again. Note that making vmstat -z work | green | 2004-06-30 | 1 | -11/+93 |
* | Bumped the document date. | ru | 2004-05-19 | 1 | -1/+1 |
* | Print fork statistics with %u as they are unsigned quantities. | tjr | 2004-04-23 | 1 | -3/+3 |
* | Properly document the -M and -N options. | ru | 2004-03-26 | 2 | -9/+19 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-11 | 1 | -4/+4 |
* | Put libdevstat before libkvm, because the former depends on the latter. | ru | 2004-02-04 | 1 | -2/+2 |
* | Remove an unused variable. | dwmalone | 2003-12-25 | 1 | -2/+1 |
* | Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines. | bde | 2003-12-11 | 1 | -6/+7 |
* | Revert part of revision 1.74 after bde reminded me of a detail I'd | des | 2003-12-11 | 1 | -4/+7 |
* | Whitespace cleanup. | des | 2003-12-10 | 1 | -36/+36 |
* | Remove debugging printf | des | 2003-12-10 | 1 | -1/+0 |
* | Document the simpler -a semantics. | des | 2003-12-10 | 1 | -3/+0 |
* | Fix a couple of issues in the interrupt code: | des | 2003-12-10 | 1 | -21/+13 |
* | s/u_(int|long)\>/unsigned \1/ | des | 2003-12-10 | 1 | -15/+15 |
* | Fix a couple of warnings (const a function parameter and change some | dwmalone | 2003-12-10 | 1 | -4/+3 |
* | Unbreak vmstat -i on ia64: | marcel | 2003-12-08 | 1 | -9/+12 |
* | Finish the transition from libkvm to sysctl that I started a while ago. | des | 2003-12-07 | 3 | -118/+249 |
* | make minimum column size for interrupt name be the heading (depends upon | jmg | 2003-11-09 | 1 | -1/+1 |
* | fix an overflow bug when scanning for length of names that I introduced in | jmg | 2003-11-08 | 1 | -6/+6 |
* | take mux's fix to the next level, scan the names and make the field larger | jmg | 2003-10-28 | 1 | -4/+15 |
* | Uncomment the description of the -f option. Add rfork() to the list of | tjr | 2003-04-14 | 1 | -9/+10 |
* | Reimplement the vmstat -f option (display fork statistics). | tjr | 2003-04-14 | 1 | -15/+17 |
* | Slightly rework formatting in vmstat -i so that it doesn't | mux | 2003-04-10 | 1 | -3/+3 |
* | Run a revision of the devstat interface: | phk | 2003-03-15 | 1 | -2/+2 |
* | Update to use current rev of devstat API. | phk | 2003-03-15 | 1 | -9/+9 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 1 | -0/+1 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | dillon | 2003-01-11 | 1 | -1/+1 |
* | The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a | tmm | 2002-08-09 | 1 | -3/+4 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+5 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -3/+3 |
* | 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 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm) | markm | 2001-12-11 | 2 | -55/+63 |