CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/27 11:46:34
Modified files:
sys/kern : uipc_socket.c uipc_socket2.c uipc_syscalls.c
sys/miscfs/fifofs: fifo_vnops.c
sys/sys : socketvar.h
Log message:
Replace selinfo structure by klist in sockbuf. No reason to keep it,
selinfo is just wrapper to klist. netstat(1) and libkvm use socket
structure, but don't touch so_{snd,rcv}.sb_sel.
ok visa@
