CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/01/22 08:05:49
Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/sys : socketvar.h Log message: Completely remove SB_MTXLOCK. Left the sbmtxassertlocked() assertion soft like in soassertlocked(). The `so' argument in sbappend*() functions became unused, but left it to the next diff. ok bluhm