Date: Sat, 13 Jun 2026 01:03:45 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c1d9ae3f417f - stable/15 - open.2: document O_PATH behavior for bindat/connectat Message-ID: <6a2cac71.1f6fb.2604e2d9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c1d9ae3f417f0ce576ec86f7b83c4de6992d3f8f commit c1d9ae3f417f0ce576ec86f7b83c4de6992d3f8f Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-06-02 13:46:37 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> 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 byhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2cac71.1f6fb.2604e2d9>
