| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | no need to kvm the palloc. the pgsize is more correctly accessed via pool. |  tedu | 2014-12-19 | 1 | -11/+2 |
* | <sys/buf.h> isn't actually needed here |  guenther | 2014-11-23 | 1 | -2/+1 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -2/+2 |
* | Display zero page hit and miss counters in vmstat -s. |  kettenis | 2014-07-13 | 1 | -1/+3 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -4/+1 |
* | populate pool npages, as per src/sys/kern/subr_pool.c r1.135 |  dlg | 2014-07-02 | 1 | -1/+2 |
* | info about pools is currently given to userland by copying each |  dlg | 2014-07-02 | 1 | -9/+35 |
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly |  mpi | 2014-04-08 | 1 | -2/+5 |
* | unsigned char casts for ctype |  deraadt | 2013-11-26 | 1 | -2/+2 |
* | remove unused variables |  chl | 2013-11-13 | 1 | -4/+2 |
* | sometimes we find .h we no longer need |  deraadt | 2013-10-31 | 1 | -2/+1 |
* | Obtain the uptime of the running system using the new CLOCK_UPTIME, |  guenther | 2013-10-08 | 1 | -25/+14 |
* | Correct format string mismatches turned up by -Wformat=2 |  guenther | 2013-08-22 | 1 | -2/+2 |
* | There is no uvm_km_pages_free in our kernel anymore. The corresponding |  bluhm | 2013-07-18 | 1 | -5/+1 |
* | Don't display swapin/swapout uvmexp fields |  miod | 2013-05-14 | 1 | -3/+1 |
* | i broke it. tailq is now simpleq in pool. |  tedu | 2013-03-26 | 1 | -4/+4 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -4/+4 |
* | Make KERN_CPTIME return an avarage number of ticks across all CPUs |  mikeb | 2010-11-19 | 1 | -9/+1 |
* | remove unused variable |  chl | 2010-08-01 | 1 | -2/+2 |
* | Remove the VM_KMPAGESFREE sysctl. After the pmemrange |  thib | 2010-07-22 | 1 | -13/+1 |
* | Remove setresguid since it is no longer needed. |  lum | 2010-07-20 | 1 | -17/+2 |
* | don't repeat the banner if not a tty. |  tedu | 2009-11-22 | 1 | -3/+8 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | Use guaranteed 64-bit arithmetic for the name lookup statistics and |  naddy | 2009-09-30 | 1 | -15/+13 |
* | use (unsigned) in rate calculation for > 2 billion interrupts. This will |  deraadt | 2008-10-08 | 1 | -3/+3 |
* | "InUse" is much more interesting than "Releases" for pools. ok beck@ |  otto | 2008-09-08 | 1 | -4/+4 |
* | use ellipsis to show that more than one disk is allowed |  sobrado | 2008-03-16 | 1 | -3/+3 |
* | minor improvement on the diff to r1.106 |  sobrado | 2007-12-30 | 1 | -3/+3 |
* | change over last few bits to use sysctl(3) if possible, and make this |  deraadt | 2007-12-15 | 1 | -35/+17 |
* | patch to improve vmstat(8) output: |  sobrado | 2007-10-26 | 1 | -9/+9 |
* | Use a sig_atomic_t instead of an int when setting it from a signal handler |  cloder | 2007-09-13 | 1 | -3/+4 |
* | Fix error messages, okay ray@ deraadt@ |  pedro | 2006-10-02 | 1 | -4/+4 |
* | spacing |  deraadt | 2006-03-31 | 1 | -6/+6 |
* | lint-driven cleanup. nothing too scary in this diff. |  deraadt | 2006-03-31 | 1 | -41/+37 |
* | delint; from David Hill |  otto | 2006-03-13 | 1 | -13/+13 |
* | remove unused variable |  martin | 2006-02-23 | 1 | -4/+2 |
* | namelist must be NULL terminated, plus some cleanup after mickey |  martin | 2006-02-11 | 1 | -4/+4 |
* | include uvm_km_pages_free into the pool accounting as it is the main consumer of it; feedback from millert@ and tedu@ ok |  mickey | 2006-01-31 | 1 | -4/+34 |
* | make -s print information about kmapent as well, reminded by deraadt@ |  pedro | 2005-09-28 | 1 | -2/+3 |
* | make these use setres[ug]id for simple privilege dropping; |  djm | 2005-07-04 | 1 | -10/+12 |
* | print out fpu ctx switches count |  mickey | 2005-04-21 | 1 | -2/+3 |
* | In vmstat -i, stop walking the kernel "allevents" evcnt chain, as they are |  miod | 2004-12-24 | 1 | -25/+3 |
* | Stop looking at intrcnt[] for vmstat -i; this means vmstat -i only works |  miod | 2004-11-28 | 1 | -76/+8 |
* | use warn() instead of printf() + strerror() |  pedro | 2004-11-09 | 1 | -7/+5 |
* | do not shrink the field width... |  deraadt | 2004-09-23 | 1 | -10/+10 |
* | adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in some |  deraadt | 2004-09-23 | 1 | -19/+25 |
* | Do not divide by zero in vmstat -t; Nikos Ntarmos. |  miod | 2004-07-02 | 1 | -5/+8 |
* | add -vz to usage(); |  jmc | 2004-06-28 | 1 | -3/+3 |
* | Remove special #if defined(__i386__) code from systat and vmstat. We now use |  aaron | 2004-06-28 | 1 | -100/+29 |