enable kstat(4) and kstat(1).
authordlg <dlg@openbsd.org>
Tue, 19 Apr 2022 01:32:06 +0000 (01:32 +0000)
committerdlg <dlg@openbsd.org>
Tue, 19 Apr 2022 01:32:06 +0000 (01:32 +0000)
commit340ebc1ff185021dfc3396266222d6cfdd31853c
tree9e848dd253b3d2022aa2aa18628bd199fff289f7
parentad6c5e72f146664507bb1befeadcec8de9fa8f00
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@
sys/conf/GENERIC
usr.bin/Makefile