| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-24 | remove code duplications | Stefan Lankes | -0/+6 | |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -0/+94 | |
| By moving the IO traits, the RustyHermit support is harmonized to of other operating systems. | ||||
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan 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-15 | remove compiler warnings | Stefan Lankes | -1/+1 | |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -1/+1 | |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -4/+5 | |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -3/+3 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+86 | |
