about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/kernel_copy.rs
AgeCommit message (Expand)AuthorLines
2024-04-27Lift the probe code of `copy_file_range` into a functionTobias Bucher-29/+31
2024-03-06Be stricter with `copy_file_range` probe resultsTobias Bucher-33/+35
2024-03-06Less syscalls for the `copy_file_range` probeTobias Bucher-23/+48
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+730