about summary refs log tree commit diff
path: root/library/std/src/os/unix/process.rs
AgeCommit message (Expand)AuthorLines
2025-09-19Fix test suite in iOS/tvOS/watchOS/visionOS simulatorMads Marquart-0/+2
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-6/+6
2025-07-11Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubileeMatthias Krüger-0/+8
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+8
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-18add ChildExt(::send_signal)Jeremy Smart-0/+35
2025-05-21Apply suggestions from code reviewJosh Triplett-5/+5
2025-05-20`CommandExt::chroot`: Add tracking issueJosh Triplett-1/+1
2025-05-20`CommandExt::chroot`: Document difference to underlying `chroot`Josh Triplett-3/+5
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+16
2024-11-04docs: fix grammar in doc comment at unix/process.rsNotWearingPants-1/+1
2024-10-17Add must_use to CommandExt::execCallum Ryan-0/+1
2024-09-05update cfgsBoxy-5/+1
2024-08-14CommandExt::before_exec: deprecate safety in edition 2024Ralf Jung-3/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
2024-07-26Fix doc nitsJohn Arundel-3/+3
2024-02-26change std::process to drop supplementary groups based on CAP_SETGIDElliot Roberts-0/+7
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+5
2023-10-03Bump version placeholdersMark Rousskov-3/+3
2023-09-28Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnaybors-0/+42
2023-09-28Update stability attribute for child stream From implsDavid Tolnay-3/+3
2023-06-05Std support improvement for ps vita targetNikolay Arhipov-1/+1
2023-05-30add doc on From<OwnedFd/Handle> impl for ChildStd*Vincent Thiberville-0/+12
2023-05-30add FromOwnedFd/FromOwnedHandle for ChildStdin/out/errVincent Thiberville-0/+30
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-9/+17
2022-07-16Expand documentation for `process_group` Josh Triplett-1/+3
2022-07-09Document and stabilize process_set_process_groupNiklas Fiekas-3/+28
2022-06-15Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisabors-30/+16
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-7/+7
2022-06-13Use a private type definition to reduce cfg noiseMark Drobnak-36/+16
2022-06-13Horizon OS STD supportMeziu-12/+18
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-1/+1
2022-04-19espidf: fix statScott Mabin-12/+12
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-1/+1
2022-03-14Add a `process_group` method to UNIX `CommandExt`Thomas Orozco-0/+10
2021-11-12Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplettMatthias Krüger-1/+1
2021-11-11unix::ExitStatusExt: Correct reference to _exit system callIan Jackson-1/+1
2021-11-09Add a real tracking issue for `CommandExt::groups`Josh Stone-1/+1
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+1
2021-10-23Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahcMatthias Krüger-4/+4
2021-10-22Apply suggestions from code reviewJane Lusby-4/+4
2021-10-05Apply suggestions from code reviewJane Lusby-4/+4
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+3
2021-08-24Stabilise unix_process_await_more, extra ExitStatusExt methodsIan Jackson-4/+4
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-1/+49
2021-08-19Add I/O safety trait impls for process::Stdio and process::Child.Dan Gohman-1/+11
2021-08-19I/O safety.Dan Gohman-7/+7
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-05-18Auto merge of #82973 - ijackson:exitstatuserror, r=yaahcbors-7/+46