Commit 2ec2ba7e232d added support for the O_NAMEDATTR flag to
the opne(2) and openat(2) syscalls for main.
This patch updates the man page for this flag.
Another man page that explains named attributes will
be introduced in a future commit.
Differential D49691
open.2: Document the O_NAMEDATTR flag added recently rmacklem on Sun, Apr 6, 9:00 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Tried to clarify when O_NAMEDATTR is used. Took mention of ENOATTR out of the description Note that there is no alphabetical ordering in this I think I am done tinkering with it now, so please review it.
Comment Actions Rework the description for O_NAMEDATTR to try Does this version seem less confusing? Comment Actions Added a sentence trying to explain the use One quirk w.r.t. named attributes (blame Sun for this) openat(nameddir_fd, "..", O_RDONLY | O_NAMEDATTR, 0) I need to explain this quirk in named_attribute.7, because
Comment Actions Oops, this is a bit embarrassing. I took another look For Solaris, an openat(..O_XATTR..) opens a named attribute Since I do not see any reason to be non-Solaris compatible, However, this means that this man page needed to be rewritten. Here is the attempt for the Solaris semantics, which I think are |