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
F149329433: D50141.id.diff
Mon, Mar 23, 7:14 PM
Unknown Object (File)
Sun, Mar 22, 6:22 PM
Unknown Object (File)
Thu, Mar 12, 10:09 AM
Unknown Object (File)
Fri, Mar 6, 2:06 PM
Unknown Object (File)
Wed, Mar 4, 6:58 PM
Unknown Object (File)
Feb 8 2026, 1:43 PM
Unknown Object (File)
Feb 7 2026, 10:33 PM
Unknown Object (File)
Feb 1 2026, 8:27 PM
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.)