Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163245180
D57448.id179221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
979 B
Referenced Files
None
Subscribers
None
D57448.id179221.diff
View Options
diff --git a/lib/libsys/open.2 b/lib/libsys/open.2
--- a/lib/libsys/open.2
+++ b/lib/libsys/open.2
@@ -447,11 +447,9 @@
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
+.Pq see Xr unix 4
.It Xr fcntl 2
but advisory locking is not allowed
.It Xr dup 2
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -612,9 +612,8 @@
buf[namelen] = 0;
restart:
- NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE |
- EMPTYPATH, UIO_SYSSPACE, buf, fd, cap_rights_init_one(&rights,
- CAP_BINDAT));
+ NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE,
+ UIO_SYSSPACE, buf, fd, cap_rights_init_one(&rights, CAP_BINDAT));
/* SHOULD BE ABLE TO ADOPT EXISTING AND wakeup() ALA FIFO's */
error = namei(&nd);
if (error)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 9:16 AM (9 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35358828
Default Alt Text
D57448.id179221.diff (979 B)
Attached To
Mode
D57448: uipc_usrreq: revert addition of EMPTYPATH for bindat(2)
Attached
Detach File
Event Timeline
Log In to Comment