Expand the counters in struct mbstat from u_short to u_long. Use
authorbluhm <bluhm@openbsd.org>
Fri, 7 Jul 2023 16:27:46 +0000 (16:27 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 7 Jul 2023 16:27:46 +0000 (16:27 +0000)
commit968d925976275b4e085426c697a7931cb65668c9
tree46fc1f5745db3ace0bf7d84d16d6a2a184ca5459
parentcda0265d86a9224400bcad634cf48fcb7c610556
Expand the counters in struct mbstat from u_short to u_long.  Use
malloc(9) memory instead of kernel stack for sysctl kern.mbstat.

from yasuoka@; chunk missed in previous commit; OK claudio@ tb@
sys/kern/kern_sysctl.c