| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-23 | increase the readability by using the unique name for the hermit-abi | Stefan Lankes | -1/+1 | |
| Take up suggestion from the discussions within rust-lang/rust#115984 to increase readability. | ||||
| 2023-02-24 | remove code duplications | Stefan Lankes | -383/+49 | |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -6/+398 | |
| 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 | -0/+6 | |
| 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. | ||||
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -1/+4 | |
| 2021-05-03 | Move `std::sys::hermit::ext` to `std::os::hermit` | Christiaan Dirkx | -0/+51 | |
