about summary refs log tree commit diff
path: root/library/std/src/sys/unix/kernel_copy/tests.rs
AgeCommit message (Expand)AuthorLines
2023-04-03test that modifications to the source don't become visible after io::copyThe 8472-0/+42
2021-02-22add test for failing io::copy specializationThe8472-0/+18
2020-12-10Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3Tyler Mandry-8/+11
2020-12-03Make the kernel_copy tests more robust/concurrent.Edd Barrett-8/+11
2020-12-03fix copy specialization not updating Take wrappersThe8472-1/+1
2020-12-02update test to check Take limits after copyingThe8472-2/+9
2020-12-01Add benchmark for File to UnixStream copyNicolas Koch-0/+29
2020-11-13do direct splice syscall and probe availability to get android builds to workThe8472-0/+34
2020-11-13move sendfile/splice/copy_file_range into kernel_copy moduleThe8472-2/+2
2020-11-13limit visibility of copy offload helpers to sys::unix moduleThe8472-0/+179