Received: by mail.netbsd.org (Postfix, from userid 605) id F3D0684DA4; Sun, 8 Aug 2021 20:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32DB084E86 for ; Sun, 8 Aug 2021 20:54:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dcGeekNkpB7w for ; Sun, 8 Aug 2021 20:54:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B74A784D79 for ; Sun, 8 Aug 2021 20:54:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE3F0FA97; Sun, 8 Aug 2021 20:54:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Aug 2021 20:54:49 +0000 From: "Nia Alarie" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210808205449.AE3F0FA97@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nia Alarie" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nia Date: Sun Aug 8 20:54:49 UTC 2021 Modified Files: src/lib/libc/net: getpeereid.c src/lib/libc/rpc: svc_vc.c src/lib/libc/sys: getsockopt.2 src/lib/libperfuse: perfuse.c src/regress/sys/kern/unfdpass: unfdpass.c src/share/man/man4: unix.4 src/sys/kern: uipc_usrreq.c src/sys/sys: un.h src/tests/net/net: t_unix.c src/usr.sbin/perfused: msg.c src/usr.sbin/sdpd: server.c Log Message: introduce a SOL_LOCAL for unix-domain socket level socket options as an alias of the current 0 used for these options, as in FreeBSD. reviewed by many. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/net/getpeereid.c cvs rdiff -u -r1.34 -r1.35 src/lib/libc/rpc/svc_vc.c cvs rdiff -u -r1.41 -r1.42 src/lib/libc/sys/getsockopt.2 cvs rdiff -u -r1.42 -r1.43 src/lib/libperfuse/perfuse.c cvs rdiff -u -r1.11 -r1.12 src/regress/sys/kern/unfdpass/unfdpass.c cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/unix.4 cvs rdiff -u -r1.200 -r1.201 src/sys/kern/uipc_usrreq.c cvs rdiff -u -r1.59 -r1.60 src/sys/sys/un.h cvs rdiff -u -r1.24 -r1.25 src/tests/net/net/t_unix.c cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/perfused/msg.c cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sdpd/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.