CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/05/17 13:02:04
Modified files: sys/kern : uipc_socket.c sys/net : pfkeyv2.c Log message: Switch AF_KEY sockets to the new locking scheme. The simplest case. Nothing to change in sockets layer, only set SB_MTXLOCK on socket buffers. ok bluhm