rust/library/std/src/sys/pal
Trevor Gross e381a14b7c
Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgross35
Implement send_signal for unix child processes

Tracking issue: rust-lang/rust#141975

There are two main differences between my implementation and the Public API section of the tracking issue. ~First, `send_signal` requires a mutable reference, like `Child::kill`.~ Second, `ChildExt` has `Sealed` as a supertrait, bringing it more in line with other extension traits like `CommandExt`.

try-job: `dist-various*`
try-job: `test-various*`
2025-06-20 02:50:38 -04:00
..
common std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
hermit deduplicate abort implementations 2025-05-15 11:20:13 +02:00
itron use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
sgx deduplicate abort implementations 2025-05-15 11:20:13 +02:00
solid Move sys::pal::os::Env into sys::env 2025-04-21 20:56:43 -07:00
teeos Move sys::pal::os::Env into sys::env 2025-04-21 20:56:43 -07:00
trusty Combine env consts into std::sys::env_consts 2025-04-18 19:17:08 -07:00
uefi std: sys: net: uefi: Implement TCP4 connect 2025-05-23 23:49:33 +05:30
unix Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgross35 2025-06-20 02:50:38 -04:00
unsupported Move sys::pal::os::Env into sys::env 2025-04-21 20:56:43 -07:00
wasi Move sys::pal::os::Env into sys::env 2025-04-21 20:56:43 -07:00
wasip2 Combine env consts into std::sys::env_consts 2025-04-18 19:17:08 -07:00
wasm use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
windows Windows: Use anonymous pipes in Command 2025-06-15 16:56:50 +00:00
xous deduplicate abort implementations 2025-05-15 11:20:13 +02:00
zkvm Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet 2025-04-25 07:50:25 +02:00
mod.rs Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch 2025-03-10 10:00:24 -07:00