CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/01/09 10:43:33
Modified files: sys/dev/dt : dt_prov_static.c sys/kern : uipc_socket.c sys/sys : refcnt.h Log message: Add 'socket' refcnt type to dt(4). We started to widely use reference counting for sockets. ok bluhm