Page MenuHomeFreeBSD

pathconf.2: Add an entry for _PC_CLONE_BLKSIZE
ClosedPublic

Authored by rmacklem on Aug 9 2025, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 4:05 PM
Unknown Object (File)
Wed, May 20, 4:20 PM
Unknown Object (File)
Wed, May 20, 3:38 PM
Unknown Object (File)
Tue, May 19, 7:16 PM
Unknown Object (File)
Mon, May 18, 10:29 AM
Unknown Object (File)
Sat, May 16, 10:19 PM
Unknown Object (File)
Mon, Apr 27, 11:30 AM
Unknown Object (File)
Apr 21 2026, 12:44 PM
Subscribers

Details

Summary

Commit 37b2cb5ecb0f added VFS support for
cloning, including a new pathconf name to
acquire the clone block size called
_PC_CLONE_BLKSIZE.

This patch documents this new name.

This is a content change.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lib/libsys/pathconf.2
196

I suggest adding .Xr to copy_file_range 2.
Otherwise it is not quite obvious which cloning this feature refers to.

Reworded to mention copy_file_range.

This revision is now accepted and ready to land.Aug 13 2025, 2:45 AM