| Age | Commit message (Expand) | Author |
| 2010-04-05 | Follow christos' suggestions, and make ks_active a u_short, and | he |
| 2010-04-05 | Extend struct malloc_type to count the number of active allocations | he |
| 2009-10-21 | Bump date for uarea swap-out removal. | wiz |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-11-28 | Add missing fflush() in one of three places that print stuff repeatedly | dholland |
| 2008-10-22 | NFS hash tables no longer exist. | matt |
| 2008-08-20 | Restore the "pages actige" and "pages inactive" value printouts | he |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-06-24 | Fix alignment of fields for "vmstat -m" when KMEMSTATS are available: | he |
| 2008-06-04 | vmstat -s: report cpu pagealloc hits/misses. | ad |
| 2008-05-04 | Move TNF licenses to 2 clause form | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-26 | Merge more changes from vmlocking2, mainly: | ad |
| 2007-12-20 | - Support two different sizes of pool_cache group. The default has 14 or 15 | ad |
| 2007-12-05 | add -C to usage. | yamt |
| 2007-11-07 | Add -C option to display pool_cache info, eg: | ad |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-10-17 | warns=4, pass lint. | christos |
| 2006-10-16 | use howmany(), instead of open-coding the calculation. | christos |
| 2006-09-27 | increase a chance to fit within 80 char width consoles. | yamt |
| 2006-09-15 | sync with kernel after yamt-pdpolicy merge. | yamt |
| 2006-08-15 | PR 34205: workaround struct timeval tv_sec not being SUS compliant issue (rep... | kardel |
| 2006-07-21 | Dump some column widths. | simonb |
| 2006-07-09 | accept either "time_second" or "time" as kernel timevariable in | kardel |
| 2006-07-08 | include evcnt.h rather than device.h. | yamt |
| 2006-06-07 | support timecounters (struct time gone, use time_second then) | kardel |
| 2006-05-02 | Coverity CID 884: Avoid NULL deref. | christos |
| 2006-05-02 | Coverity CID 885: Avoid NULL deref. | christos |
| 2006-05-02 | Coverity CID 886: Avoid NULL deref. | christos |
| 2006-04-27 | Unwrap a not too long line. | simonb |
| 2006-04-21 | remove unused files. | yamt |
| 2006-04-20 | Prefix iostat structure elements with io_ | blymn |
| 2006-04-14 | Update statistics reporting to use new kernel framework, rename dkstats* | blymn |
| 2006-02-05 | Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats(). | dsl |
| 2005-10-22 | Don't forget original allocated memory address. | nonaka |
| 2005-10-02 | optimize pool_caches similarly to how I optimized pools before: | chs |
| 2005-09-10 | Remove message when no tape drives found | blymn |
| 2005-08-08 | Don't error when tape drives are not configured on a system. | blymn |
| 2005-08-07 | Add support for tape statistics. | blymn |
| 2005-08-07 | Add support for gathering tape statistics. | blymn |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-05-30 | rename "kbucket" to "kmembuckets", for greater clarity. | chs |
| 2005-05-22 | do not rely on the pre-evcnt interrupt counter kernel symbols being present. | chs |
| 2005-05-15 | remove anon related statistics which are no longer used. | yamt |
| 2005-03-10 | Bump date for -t. | wiz |
| 2005-03-10 | Add -t to usage. | wiz |
| 2005-03-10 | Add a '-t' option to print the contents of the vmtotal structure, | he |
| 2005-02-26 | WARNS=3 | dsl |