about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/process
AgeCommit message (Expand)AuthorLines
2025-03-22std: move process implementations to `sys`joboet-3332/+0
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-0/+6
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+2
2025-03-13Remove usage of legacy scheme paths on RedoxOSbjorn3-2/+0
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+6
2025-03-10Initial STD support for Cygwin王宇逸-1/+2
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-0/+2
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+1
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-10/+7
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-10/+7
2025-03-05Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+16
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-3/+3
2025-02-23[illumos] attempt to use posix_spawn to spawn processesRain-1/+16
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-1/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-2/+2
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-11/+3
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-3/+4
2024-12-02Use c"lit" for CStrings without unwrapKornel-1/+1
2024-11-26std: update internal uses of `io::const_error!`joboet-10/+10
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-10-23[musl] use posix_spawn if a directory change was requestedRain-11/+43
2024-10-08Update library/std/src/sys/pal/unix/process/process_vxworks.rsYuri Astrakhan-1/+1
2024-10-08fix ref in process_vxworks.rsYuri Astrakhan-1/+1
2024-10-08Update library/std/src/sys/pal/unix/process/process_unix.rsYuri Astrakhan-1/+1
2024-10-08Change a few `&Option<T>` into `Option<&T>`Yuri Astrakhan-3/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-8/+8
2024-09-24Initial std library support for NuttXHuang Qi-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-03Port std library to RTEMSJan Sommer-3/+3
2024-08-30Squashed `aarch64_unknown_nto_qnx700` supportYuri Astrakhan-4/+7
2024-08-09delete spacemonstercatss-2/+2
2024-08-09fix formatmonstercatss-4/+6
2024-08-09[SPARC] fix the name of signal 19 in sparc archMin-1/+9
2024-08-09[MIPS] fix the name of signal 19 in mipsMin-0/+3
2024-08-03Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys filesB I Mohammed Abbas-0/+1
2024-07-30Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubileeMatthias Krüger-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-49/+33
2024-07-28fix: psvita's std codeDaria Sukhonina-0/+1
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-2/+7
2024-07-23Update process vxworks, set default stack size of 256 Kib for vxworks. User c...B I Mohammed Abbas-2/+7
2024-07-21Fix warnings when checking armv6k-nintendo-3dsIan Chamberlain-1/+0
2024-07-12Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubileeMatthias Krüger-4/+113
2024-07-01Remove unqualified import io:: Error for vxworks as all Error references are ...B I Mohammed Abbas-1/+1
2024-06-25more fine-grained feature-detection for pidfd spawningThe 8472-21/+33
2024-06-25document safety properties of the internal Process::new constructorThe 8472-0/+6
2024-06-25use pidfd_spawn for faster process creation when pidfds are requestedThe 8472-4/+95
2024-06-22Auto merge of #124101 - the8472:pidfd-methods, r=cuviperbors-101/+33
2024-06-22to extract a pidfd we must consume the childThe 8472-2/+2