Module Name: src Committed By: simonb Date: Wed Mar 3 08:25:16 UTC 2021
Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: For vmstat -h/-H, calculate the hash element size correctly instead of assuming that everything that isn't a list is a tailq. Fixes random reads from kmem that either fail or return incorrect data for the vcache hash table. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.