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
F162626329: D53508.diff
Wed, Jul 15, 5:44 AM
F162626328: D53508.diff
Wed, Jul 15, 5:44 AM
Unknown Object (File)
Fri, Jul 3, 11:43 PM
Unknown Object (File)
Fri, Jul 3, 10:10 AM
Unknown Object (File)
Sun, Jun 21, 11:30 AM
Unknown Object (File)
Jun 13 2026, 4:45 PM
Unknown Object (File)
Jun 13 2026, 4:27 AM
Unknown Object (File)
Jun 12 2026, 10:05 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