about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/fd.rs
AgeCommit message (Expand)AuthorLines
2024-05-06iOS/tvOS/watchOS/visionOS: Fix reading large filesMads Marquart-5/+6
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-36/+64
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+2
2024-03-26Unix: Support more platforms with `preadv` and `pwritev`Benoît du Garreau-6/+22
2024-03-18Support for visionOSAdam Gastineau-0/+2
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+557