about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
AgeCommit message (Expand)AuthorLines
2020-10-20Check that pthread mutex initialization succeededTomasz Miąsko-5/+1
2020-10-17Auto merge of #77455 - asm89:faster-spawn, r=kennytmbors-1/+1
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-0/+4
2020-10-08Check for errors returned from posix_spawn*_init functionsTomasz Miąsko-8/+10
2020-10-08Check for non-zero return value from posix_spawn functionsTomasz Miąsko-10/+14
2020-10-04Update libc to 0.2.79Josh Triplett-23/+3
2020-10-02Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviperJonas Schievink-6/+8
2020-10-02Use posix_spawn() on unix if program is a pathAlexander Mols-1/+1
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