about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/fd.rs
AgeCommit message (Expand)AuthorLines
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-2/+0
2024-09-24Initial std library support for NuttXHuang Qi-6/+36
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+8
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+6
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-0/+2
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+5
2024-07-23Allow unused unsafe for vxworks in read_at and write atB I Mohammed Abbas-0/+2
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