git: kernel - Make getpeereid() work with socketpair()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Oct 31 13:48:27 PDT 2021
commit 22db36083bc98aa8a7876ca8e7811e6a33362f59
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Oct 31 13:43:11 2021 -0700
kernel - Make getpeereid() work with socketpair()
* getpeereid() now works with socketpair() sockets.
Requested-by: rtzoeller
Summary of changes:
sys/kern/uipc_msg.c | 3 ++-
sys/kern/uipc_socket.c | 4 ++--
sys/kern/uipc_syscalls.c | 5 +++--
sys/kern/uipc_usrreq.c | 10 ++++++++--
sys/net/netmsg.h | 1 +
sys/sys/socketops.h | 2 +-
sys/sys/socketvar.h | 2 +-
sys/sys/un.h | 2 +-
sys/vfs/fifofs/fifo_vnops.c | 2 +-
9 files changed, 20 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22db36083bc98aa8a7876ca8e7811e6a33362f59
--
DragonFly BSD source repository
More information about the Commits
mailing list