Module Name: src Committed By: martin Date: Fri Dec 18 12:23:16 UTC 2020
Modified Files: src/usr.bin/vmstat [netbsd-9]: vmstat.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1153): usr.bin/vmstat/vmstat.c: revision 1.232 (patch) move the time nlist fetches into their own namelist and only fetch them when necessary. allow for fallback uses of older time sources if others are not present. this stops vmstat from exiting if it can't get the addresses of these time values it often doesn't need (eg, running kernels use the sysctl method), which has cropped up recently wit the removal of boottime variable. a slighly modified version of this patch (modified to handle the old boottime variable over the new one) works against a netbsd-9 vmstat in -current too. XXX: pullup To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.227.2.1 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.