CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/27 01:20:01
Modified files:
sys/kern : uipc_socket.c
Log message:
Move buffer zeroing within sorflush() out of socket lock.
Only socantrcvmore() requires socket lock, the rest relies on buffer
locks. Previously, some sockets were designed for socket lock only, so
I intentionally kept it for the entire path to avoid dances around
SB_MTXLOCK. This is not necessary now.
ok bluhm
