about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/fd.rs
AgeCommit message (Collapse)AuthorLines
2023-02-24remove code duplicationsStefan Lankes-0/+6
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-0/+94
By moving the IO traits, the RustyHermit support is harmonized to of other operating systems.
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-87/+0
RustHermit publishs a new kernel interface and supports a common BSD socket layer. By supporting this interface, the implementation can be harmonized to other operating systems. To realize this socket layer, the handling of file descriptors is also harmonized to other operating systems.
2022-02-15remove compiler warningsStefan Lankes-1/+1
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-1/+1
2021-04-18Use `NotSupported` in more placesChristiaan Dirkx-4/+5
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+3
2020-07-27mv std libs to library/mark-0/+86