Page MenuHomeFreeBSD

pathconf.2: Document the new _PC_CASE_INSENSITIVE name
ClosedPublic

Authored by rmacklem on Oct 31 2025, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 1, 5:32 AM
Unknown Object (File)
Sat, Mar 28, 7:14 AM
Unknown Object (File)
Tue, Mar 24, 11:34 PM
Unknown Object (File)
Tue, Mar 24, 4:32 AM
Unknown Object (File)
Mon, Mar 23, 11:58 AM
Unknown Object (File)
Thu, Mar 19, 9:40 PM
Unknown Object (File)
Sat, Mar 7, 2:58 AM
Unknown Object (File)
Mar 3 2026, 5:49 AM
Subscribers

Details

Summary

Commit d6864221d8 added support for the _PC_CASE_INSENSITIVE
name for pathconf, to indicate if case insensitive lookups
are configured.

This patch documents this new name and also updates
the description for _PC_HAS_HIDDENSYSTEM to also
include UF_ARCHIVE.

This is a content change.

Diff Detail

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

Event Timeline

lib/libsys/pathconf.2
197

But I am not sure what is the correct English.

rmacklem added inline comments.
lib/libsys/pathconf.2
197

performs sounds fine to me.

rmacklem added inline comments.
lib/libsys/pathconf.2
197

Or maybe "lookups" (plural)? As in...
Return 1 if the file system performs case insensitive lookups,

lib/libsys/pathconf.2
197

Yes, plural 'lookups' sounds more correct to me.

Reword the line to say "performs case insensitive lookups,"
as suggested by kib@.

This revision is now accepted and ready to land.Nov 1 2025, 12:06 AM