git: DragonFly_RELEASE_6_0 kernel - Make getpeereid() work with socketpair()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Oct 31 13:50:37 PDT 2021
commit c20ffaea27dea665549b1c695848c5e218f66e47
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/c20ffaea27dea665549b1c695848c5e218f66e47
--
DragonFly BSD source repository
More information about the Commits
mailing list