| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
