CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/03/14 16:38:43
Modified files: sys/kern : kern_sysctl.c sys/netinet : in_pcb.c in_pcb.h raw_ip.c udp_usrreq.c sys/netinet6 : in6_pcb.c raw_ip6.c Log message: Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul This reverts the commit protecting the list and hashes in the PCB tables with a mutex since the build of sysctl(8) breaks, as found by kettenis. ok sthen