about summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/net.rs
AgeCommit message (Expand)AuthorLines
2025-02-02std: move network code into `sys`joboet-347/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-2/+2
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-7/+6
2024-05-20switch also the default implementation for read_vectoredStefan Lankes-13/+2
2024-05-20switch to the default implementation of `write_vectored`Stefan Lankes-8/+2
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-8/+2
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-11std: fix module references on hermitjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+372