K 10 svn:author V 7 asomers K 8 svn:date V 27 2018-08-03T01:37:00.269504Z K 7 svn:log V 403 Fix LOCAL_PEERCRED with socketpair(2) Enable the LOCAL_PEERCRED socket option for unix domain stream sockets created with socketpair(2). Previously, it only worked with unix domain stream sockets created with socket(2)/listen(2)/connect(2)/accept(2). PR: 176419 Reported by: Nicholas Wilson MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D16350 END