rust/library/std/src/os
Michael Goulet f848505c40
Rollup merge of #124304 - hermit-os:fuse, r=joboet
revise the interpretation of ReadDir for HermitOS

HermitOS supports getdents64. As under Linux, the dirent64 entry `d_off` is not longer used, because its definition is not clear. Instead of `d_off` the entry `d_reclen` is used to determine the end of the dirent64 entry.

In addition, take up `@workingjubilee`  suggestion from the discussions in rust-lang/rust#115984 to increase the readability.

Hermit is a tier 3 platform and this PR changes only files, wich are related to the tier 3 platform.
2024-05-19 11:04:07 -04:00
..
aix Support AIX in Rust standard library 2023-10-09 14:02:57 +08:00
android Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits 2023-10-25 17:01:21 +09:00
dragonfly
emscripten
espidf
fd put FD validity behind late debug_asserts checking 2024-04-28 01:44:25 +02:00
fortanix_sgx sync the various FromRawFd trait docs, and remove 'valid' 2023-08-14 08:49:40 +02:00
freebsd std::net: adding acceptfilter feature for netbsd/freebsd. 2024-03-20 18:15:31 +00:00
fuchsia Add definitions for riscv64gc-unknown-fuchsia 2023-04-25 16:42:59 -07:00
haiku
hermit increase the readability by using the unique name for the hermit-abi 2024-04-23 20:47:02 +02:00
horizon
hurd added support for GNU/Hurd 2023-09-21 17:31:25 +02:00
illumos
ios Substitute version placeholders 2023-11-15 19:40:51 -05:00
l4re Remove asmjs from library 2023-10-28 23:10:45 -07:00
linux Finishing clone3 clean up 2024-01-24 17:23:51 +03:00
macos Substitute version placeholders 2023-11-15 19:40:51 -05:00
net os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`. 2024-02-21 20:59:15 +00:00
netbsd std::net: adding acceptfilter feature for netbsd/freebsd. 2024-03-20 18:15:31 +00:00
nto Update library/std/src/os/nto/mod.rs 2023-03-01 06:42:40 +01:00
openbsd
raw Remove `#[cfg(all())]` workarounds from `c_char` 2023-06-16 12:17:12 +00:00
redox
solaris
solid kmc-solid: Re-export `{As,Borrowed,Owned}Fd` in `std::os::solid::prelude` 2023-11-08 10:52:00 +09:00
uefi Rebase to master 2023-09-22 17:23:33 +05:30
unix iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listen 2024-05-06 04:22:23 +02:00
visionos Fixed builds with modified libc 2024-03-23 16:42:06 -07:00
vita PS Vita std support 2023-05-07 18:57:43 +03:00
vxworks
wasi Factor some common `io::Error` constants 2024-04-11 09:55:15 +02:00
wasip2 Rename wasm32-wasi-preview2 to wasm32-wasip2 2024-02-27 10:14:45 -05:00
watchos Substitute version placeholders 2023-11-15 19:40:51 -05:00
windows Update documentation related to the recent cmd.exe fix 2024-04-09 23:20:32 -04:00
xous rename ptr::from_exposed_addr -> ptr::with_exposed_provenance 2024-03-23 13:18:33 +01:00
mod.rs Support for visionOS 2024-03-18 20:45:45 -07:00