summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
AgeCommit message (Expand)Author
2011-07-26dopoolcache: don't print unused caches unless verboseyamt
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-02-16Fix header, format and total count of system interrupt counters.nakayama
2011-02-05dosum also needs getnlistmlelstv
2011-01-31deal with detecting the first and last cpu differently.christos
2011-01-31Make sure to getnlist in dovmstatmatt
2011-01-29Defer nlist processing until we know we need to it. If everything can bematt
2010-12-25can't play games with structure names since cpu_data refers to cpu_info, sochristos
2010-12-25use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRSTchristos
2010-12-25Don't crash on old kernels that don't have the new per cpu counters.christos
2010-12-24We still need to update ouvmexp to output the differene fromenami
2010-12-20make this work with the per-cpu counters.christos
2010-10-18simplify and modernize:christos
2010-07-07Make "i" unsigned to mirror change to struct uvm_historypooka
2010-04-05Follow christos' suggestions, and make ks_active a u_short, andhe
2010-04-05Extend struct malloc_type to count the number of active allocationshe
2009-10-21Bump date for uarea swap-out removal.wiz
2009-10-21Remove uarea swap-out functionality:rmind
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-18fix -Wsign-compare issueslukem
2008-11-28Add missing fflush() in one of three places that print stuff repeatedlydholland
2008-10-22NFS hash tables no longer exist.matt
2008-08-20Restore the "pages actige" and "pages inactive" value printoutshe
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-24Fix alignment of fields for "vmstat -m" when KMEMSTATS are available:he
2008-06-04vmstat -s: report cpu pagealloc hits/misses.ad
2008-05-04Move TNF licenses to 2 clause formmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-26Merge more changes from vmlocking2, mainly:ad
2007-12-20- Support two different sizes of pool_cache group. The default has 14 or 15ad
2007-12-05add -C to usage.yamt
2007-11-07Add -C option to display pool_cache info, eg:ad
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-10-17warns=4, pass lint.christos
2006-10-16use howmany(), instead of open-coding the calculation.christos
2006-09-27increase a chance to fit within 80 char width consoles.yamt
2006-09-15sync with kernel after yamt-pdpolicy merge.yamt
2006-08-15PR 34205: workaround struct timeval tv_sec not being SUS compliant issue (rep...kardel
2006-07-21Dump some column widths.simonb
2006-07-09accept either "time_second" or "time" as kernel timevariable inkardel
2006-07-08include evcnt.h rather than device.h.yamt
2006-06-07support timecounters (struct time gone, use time_second then)kardel
2006-05-02Coverity CID 884: Avoid NULL deref.christos
2006-05-02Coverity CID 885: Avoid NULL deref.christos
2006-05-02Coverity CID 886: Avoid NULL deref.christos
2006-04-27Unwrap a not too long line.simonb
2006-04-21remove unused files.yamt
2006-04-20Prefix iostat structure elements with io_blymn
2006-04-14Update statistics reporting to use new kernel framework, rename dkstats*blymn