From nobody Sat Jun 13 01:03:45 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gcdS14vBsz6hSkl for ; Sat, 13 Jun 2026 01:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gcdS137KLz3lj7 for ; Sat, 13 Jun 2026 01:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781312625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UIyzMnMW2PPgqu3lYBp9RxZ71vFFT6ZDOw9rw8G70q4=; b=SwKDhHOoiNsQW2Zi8DIPzKdaxTiPmOnegoKQJICqxHRuZZanRnYViPyTDKQ6iB9BrUnZyj xYFn9q3zDsM1REGowhW0Q9ZYXYbN5faBtl57zt7X7RNpwlINfciPXQzIBwQuTJtm6J/YbE unQS2/NRjXuwkDwxo5xH2Q065zKmvpCAD/8jwcJk//9BXX/L5HQ8FtBI/NtLEazetlF6R8 3slZlTwWlibAJPHitmscRZzyZAuyWyKvgHMR7rEzLeBUY9BJRBt1x57fJTAHHps4I0n616 pIW5tX8TEepTkH3XkWmGNWKixw5t+IiTpjZ3//eOGL5+B5X2zc+cJ/c/G2DjPQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781312625; a=rsa-sha256; cv=none; b=qv8UHYa3dloQZFpzcHARAIPbuRyvcql2/oYzeY8czo6KvjWgtYU16001ZdRMxmcGMj1eI+ VjcNbPsarc+5wJtdUitJXxWUj9QtFndyzOi50+n9Nrhp1ZTBl2CHwu7VX0B+6QD/s3aMNU lgxiqxZoyoIEwVnwUFyJNJF0L7AJwg2DHV+mEyTNTmoJs9ODRU7Ib5oHuo1yBWZvEZ93yv 1T6LX/1Z20euRHpBDIxwnOg2FszI+97LApKRXSdNEqGUCC4lik2koxcZx3VoId4v1vaao1 Cqf/PlzaS1xOXumIXGmaS0KFlIA1a66+zz+6FYfEmuRdN67BSUUIFoL5JdCCCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781312625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UIyzMnMW2PPgqu3lYBp9RxZ71vFFT6ZDOw9rw8G70q4=; b=ezlg2WXk/joCzHL1kp5JLaT3L4i0n//IdvwtnzJ8LYwRbmABjwcVAIHD+3KNhb4uVR+dlM 1m+Tc+qPTPqP4WhARRU+Pz5gPAZisFX/gWpYmZhsMNyDZrkEgMIPySBwCaUrqOeoOSp9u3 4GFqqcT3+ec7hOwQJPSSie/RctPmrrf8yf+4XTgw9r3gZnSsFkqAQTUEnZhWXOpP9p0Yil n9es5xeKWCZEe2iPAcig1Ofr5tZnIekmEDw3M2OKBLWZL7HPeX6nHvHuEfbTEwVHNsLL9M Z1mhYkRJZXskZy/yLJw3KCXixihEB9w2DKgE6IKYs7miQsMBL01Y1HbeGImwmA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gcdS11lyNz11Yt for ; Sat, 13 Jun 2026 01:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1f6fb by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 13 Jun 2026 01:03:45 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: c1d9ae3f417f - stable/15 - open.2: document O_PATH behavior for bindat/connectat List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c1d9ae3f417f0ce576ec86f7b83c4de6992d3f8f Auto-Submitted: auto-generated Date: Sat, 13 Jun 2026 01:03:45 +0000 Message-Id: <6a2cac71.1f6fb.2604e2d9@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c1d9ae3f417f0ce576ec86f7b83c4de6992d3f8f commit c1d9ae3f417f0ce576ec86f7b83c4de6992d3f8f Author: Konstantin Belousov AuthorDate: 2026-06-02 13:46:37 +0000 Commit: Konstantin Belousov CommitDate: 2026-06-13 00:58:33 +0000 open.2: document O_PATH behavior for bindat/connectat (cherry picked from commit 5d36fcc53d3d1c05a3bbac45e9d5409156e216f1) --- lib/libsys/open.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libsys/open.2 b/lib/libsys/open.2 index 4527100252eb..defc593b15ce 100644 --- a/lib/libsys/open.2 +++ b/lib/libsys/open.2 @@ -447,6 +447,11 @@ The other functionality of the returned file descriptor is limited to the following descriptor-level operations: .Pp .Bl -tag -width __acl_aclcheck_fd -offset indent -compact +.It Xr bindat 2 +for unix domain socket +.Pq see Xr unix 4 +.It Xr connectat 2 +for unix domain socket .It Xr fcntl 2 but advisory locking is not allowed .It Xr dup 2 @@ -836,6 +841,7 @@ directory or named attribute. .Xr write 2 , .Xr fopen 3 , .Xr capsicum 4 , +.Xr unix 4 , .Xr named_attribute 7 .Sh STANDARDS These functions are specified by