CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/01/11 01:09:14
Modified files: sys/kern : syscalls.master Log message: Unlock getpeername(2). For inet and unix sockets it follows the code which was unlocked with accept(2) unlocking. For key management and route domain sockets it just copies the read-only data. ok bluhm@