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)
Sat, Mar 28, 4:24 AM
Unknown Object (File)
Thu, Mar 19, 8:21 PM
Unknown Object (File)
Tue, Mar 10, 10:36 AM
Unknown Object (File)
Mon, Mar 9, 10:44 PM
Unknown Object (File)
Mar 1 2026, 4:46 PM
Unknown Object (File)
Mar 1 2026, 5:03 AM
Unknown Object (File)
Feb 8 2026, 7:01 AM
Unknown Object (File)
Feb 7 2026, 7:39 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