| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-04 | Move fd into sys | Thalia Archibald | -175/+0 | |
| 2025-03-17 | Implement read_buf for Hermit | Thalia Archibald | -1/+16 | |
| 2025-03-09 | Support File::seek for Hermit | Thalia Archibald | -2/+19 | |
| 2024-08-01 | fix(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-29 | Reformat `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-07 | add HermitOS support of vectored read/write operations | Stefan 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-23 | increase the readability by using the unique name for the hermit-abi | Stefan Lankes | -5/+7 | |
| Take up suggestion from the discussions within rust-lang/rust#115984 to increase readability. | ||||
| 2024-03-01 | Extending filesystem support for hermit-os | simonschoening | -0/+5 | |
| 2024-01-11 | std: fix module references on hermit | joboet | -1/+1 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+101 | |
