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)
Tue, Oct 21, 5:33 AM
Unknown Object (File)
Tue, Oct 21, 12:23 AM
Unknown Object (File)
Thu, Oct 16, 3:54 PM
Unknown Object (File)
Thu, Oct 16, 3:40 PM
Unknown Object (File)
Thu, Oct 16, 3:34 AM
Unknown Object (File)
Thu, Oct 16, 12:42 AM
Unknown Object (File)
Tue, Oct 14, 10:06 PM
Unknown Object (File)
Mon, Oct 13, 1:58 AM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libsys/pathconf.2
191

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