Page MenuHomeFreeBSD

pathconf.2: Document the _PC_HAS_NAMEDATTR name
ClosedPublic

Authored by rmacklem on May 3 2025, 10:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 14, 3:13 AM
Unknown Object (File)
Fri, Sep 12, 3:49 PM
Unknown Object (File)
Fri, Sep 12, 11:46 AM
Unknown Object (File)
Fri, Sep 12, 9:26 AM
Unknown Object (File)
Sep 8 2025, 12:19 AM
Unknown Object (File)
Aug 29 2025, 1:59 AM
Unknown Object (File)
Aug 25 2025, 2:56 PM
Unknown Object (File)
Jul 29 2025, 11:23 AM
Subscribers

Details

Summary

D50140 adds a new pathconf(2) name called
_PC_HAS_NAMEDATTR.

This patch documents it in the man page.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Are these Function Arguments? Can I alphabetize these?

This revision is now accepted and ready to land.May 4 2025, 12:23 AM

Are these Function Arguments? Can I alphabetize these?

I suspect they are ordered from when they are added, in
increasing numerical order.
Some are defined it POSIX and I think those should remain
first (since they are the most widely used), but that's just
my opinion.
(If you look in sys/unistd.h you can see which ones are POSIX.)