CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/01/05 05:36:48
Modified files: sys/kern : uipc_socket2.c sys/net : af_frame.c sys/netinet : in_proto.c sys/netinet6 : in6_proto.c sys/sys : protosw.h Log message: Retire PR_MPSOCKET flag. TCP socket layer is MP safe for more than a week now. That means all protocols with pr_usrreqs have the PR_MPSOCKET flag. Remove PR_MPSOCKET and use the logic that was used when set. OK mvs@