CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/12/19 15:10:35
Modified files: sys/netinet : in_proto.c ip_carp.c sys/netinet6 : in6_proto.c Log message: Unlock carp_sysctl(). This is the statistics implemented with per-CPU counters and the `carp_opts' array of atomically accessed integers. Replace the `carp_opts' array with individual `carpctl_*' variables and use sysctl_bounded_arr() instead of sysctl_int(). Keep current `carpctl_*' variables bounds as is, they would be adjusted with separate diff. ok bluhm