Add an entry for the copy_file_range(2) syscall.

This commit is contained in:
Rick Macklem 2019-07-31 23:36:23 +00:00
parent 90381b1ca9
commit a8e111af88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350491

View File

@ -14,6 +14,9 @@ r350471:
gnop(8) can now configure a delay to be applied to read and write
request delays. See the -d, -q and -x parameters.
r350315, r350316:
Adds a Linux compatible copy_file_range(2) syscall.
r350307:
libcap_random(3) has been removed. Applications can use native
APIs to get random data in capability mode.