about summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/fd.rs
AgeCommit message (Collapse)AuthorLines
2025-04-04Move fd into sysThalia Archibald-175/+0
2025-03-17Implement read_buf for HermitThalia Archibald-1/+16
2025-03-09Support File::seek for HermitThalia Archibald-2/+19
2024-08-01fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-1/+2
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-1/+38
In general, the I/O interface of hermit-abi is more POSIX-like interface. Consequently, platform abstraction layer for HermitOS has slightly adjusted and some inaccuracies remove.
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-5/+7
Take up suggestion from the discussions within rust-lang/rust#115984 to increase readability.
2024-03-01Extending filesystem support for hermit-ossimonschoening-0/+5
2024-01-11std: fix module references on hermitjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+101