CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/06 06:40:58
Modified files:
sys/kern : uipc_socket.c
sys/netinet : raw_ip.c tcp_usrreq.c udp_usrreq.c
sys/netinet6 : raw_ip6.c
Log message:
Call pru_attach() with shared solock() within socreate(). The internal
internet attach functions look MP safe. Do external unlocking and
release within error path because sofree() relies on exclusive solock().
ok bluhm
