about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/kernel_copy.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-8/+8
2025-01-18Fix import of pipe in kernel_copy.rsJiahao XU-3/+2
2024-12-24Fix compilation issues on other unixesAlex Saveau-42/+3
2024-12-21Eliminate redundant statx syscallsAlex Saveau-3/+55
2024-08-03Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviperMatthias Krüger-0/+25
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+6
2024-07-28Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}`Jiahao XU-0/+25
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