CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/15 20:17:34
Modified files:
usr.bin/kstat : kstat.c
Log message:
avoid reading data when enumerating kstats.
this means we can reliably read the provider/instance/name/unit
tuple, which should avoid "duplicate kstat entry" when multiple
kstat read handlers have issues.
found on a box with multiple rge interfaces, which have hardware
backed kstats that can only be read when the interface is up.
