CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/04/18 19:32:07
Modified files: sys/conf : GENERIC usr.bin : Makefile Log message: enable kstat(4) and kstat(1). kstat allows the kernel to expose arbitrary data for userland to consume. currently this is used by some network card drivers to expose hardware counters they provide, and a bit by the network stack to show things like ifq counters. ok bluhm@ deraadt@