summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
AgeCommit message (Expand)AuthorLines
2020-10-02Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviperJonas Schievink-6/+8
2020-10-02Auto merge of #77029 - ehuss:command-access, r=dtolnaybors-2/+2
2020-10-01Use posix_spawn on musl targetsTomasz Miąsko-6/+8
2020-09-29Use `rtassert!` instead of `assert!` from the child process after fork() in s...hyd-dev-1/+1
2020-09-26Add accessors to Command.Eric Huss-2/+2
2020-09-11Ignore unnecessary unsafe warningsThomas de Zeeuw-1/+21
2020-07-27mv std libs to library/mark-0/+494