rust/library/std/src/os
Matthias Krüger 994bdbb23f
Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc
Various fixes for Xous

This patchset includes several fixes for Xous that have crept in over the last few months:

* The `adjust_process()` syscall was incorrect
* Warnings have started appearing in `alloc` -- adopt the same approach as wasm, until wasm figures out a workaround
* Dead code warnings have appeared in the networking code. Add `allow(dead_code)` as these structs are used as IPC values
* Add support for `args` and `env`, which have been useful for running tests
* Update `unwinding` to `0.2.3` which fixes the recent regression due to changes in `asm!()` code
2024-10-18 06:59:05 +02:00
..
aix Reformat use declarations. 2024-07-29 08:26:52 +10:00
android Reformat use declarations. 2024-07-29 08:26:52 +10:00
darwin Reformat use declarations. 2024-07-29 08:26:52 +10:00
dragonfly Reformat use declarations. 2024-07-29 08:26:52 +10:00
emscripten Reformat use declarations. 2024-07-29 08:26:52 +10:00
espidf Reformat use declarations. 2024-07-29 08:26:52 +10:00
fd Rollup merge of #127586 - zachs18:more-must-use, r=cuviper 2024-08-03 11:17:42 +02:00
fortanix_sgx Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
freebsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
fuchsia Add definitions for riscv64gc-unknown-fuchsia 2023-04-25 16:42:59 -07:00
haiku Reformat use declarations. 2024-07-29 08:26:52 +10:00
hermit fix(os/hermit): deny(unsafe_op_in_unsafe_fn) 2024-08-01 12:34:43 +02:00
horizon Fix warnings when checking armv6k-nintendo-3ds 2024-07-21 20:12:54 -04:00
hurd added support for GNU/Hurd 2023-09-21 17:31:25 +02:00
illumos Reformat use declarations. 2024-07-29 08:26:52 +10:00
ios Reformat use declarations. 2024-07-29 08:26:52 +10:00
l4re Reformat use declarations. 2024-07-29 08:26:52 +10:00
linux Reformat use declarations. 2024-07-29 08:26:52 +10:00
macos Reformat use declarations. 2024-07-29 08:26:52 +10:00
net Reformat use declarations. 2024-07-29 08:26:52 +10:00
netbsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
nto Update library/std/src/os/nto/mod.rs 2023-03-01 06:42:40 +01:00
nuttx Initial std library support for NuttX 2024-09-24 15:35:40 +08:00
openbsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
raw Remove Windows dependency on libc 2024-05-20 11:13:31 -04:00
redox Reformat use declarations. 2024-07-29 08:26:52 +10:00
rtems Port std library to RTEMS 2024-09-03 09:19:29 +02:00
solaris Reformat use declarations. 2024-07-29 08:26:52 +10:00
solid Rollup merge of #127586 - zachs18:more-must-use, r=cuviper 2024-08-03 11:17:42 +02:00
uefi Reformat use declarations. 2024-07-29 08:26:52 +10:00
unix Add must_use to CommandExt::exec 2024-10-17 05:46:11 -07:00
vita Add forbid(unsafe_op_in_unsafe_fn) 2024-07-28 21:10:59 +03:00
vxworks Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files 2024-08-03 08:00:39 +05:30
wasi Decouple WASIp2 sockets from WasiFd 2024-10-09 14:39:28 +02:00
wasip2 WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} 2024-08-05 09:48:26 +01:00
windows Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton 2024-09-11 15:53:23 -07:00
xous xous: ffi: correct syscall number for adjust_process 2024-10-13 22:24:51 +08:00
mod.rs Initial std library support for NuttX 2024-09-24 15:35:40 +08:00