about summary refs log tree commit diff
path: root/library/std/src/sys/unix/kernel_copy.rs
AgeCommit message (Expand)AuthorLines
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-0/+1
2021-02-22fix io::copy specialization when writer was opened with O_APPENDThe8472-8/+10
2020-12-09Improve comment grammarThe8472-2/+2
2020-12-09implement better availability probing for copy_file_rangeThe8472-34/+48
2020-12-03fix copy specialization not updating Take wrappersThe8472-12/+42
2020-12-01Leverage kernel copy for UnixStreamNicolas Koch-0/+29
2020-11-16Use syscall! for copy_file_range tooJosh Stone-9/+9
2020-11-13Always handle EOVERFLOW by falling back to the generic copy loopThe8472-5/+5
2020-11-13do direct splice syscall and probe availability to get android builds to workThe8472-4/+38
2020-11-13move sendfile/splice/copy_file_range into kernel_copy moduleThe8472-2/+146
2020-11-13limit visibility of copy offload helpers to sys::unix moduleThe8472-0/+3
2020-11-13move copy specialization into sys::unix moduleThe8472-0/+422