about summary refs log tree commit diff
path: root/library/std/src/os/hermit
AgeCommit message (Collapse)AuthorLines
2023-02-24remove code duplicationsStefan Lankes-383/+49
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-6/+398
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-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-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-1/+4
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-0/+51