summary refs log tree commit diff
path: root/src/libstd/sys/redox/process.rs
AgeCommit message (Expand)AuthorLines
2018-03-03Move process::ExitCode internals to sysScott McMurray-0/+13
2017-12-24Capture environment at spawnDiggory Blake-17/+7
2017-08-20redox: Correct error on exec when file is not foundIan Douglas Scott-1/+1
2017-07-29Split FL and FD fcntlsJeremy Soller-6/+6
2017-07-18Rollup merge of #43304 - ids1024:path2, r=aturonMark Simulacrum-15/+22
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-15/+22
2017-07-18libstd: remove redundant & from &Path::new(...)NODA, Kai-1/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-9/+12
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-4/+4
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-27/+26
2016-11-17Replace setuid, setgid with setreuid, setregidJeremy Soller-2/+2
2016-11-17Add signal support, better exec error handlingJeremy Soller-34/+80
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-1/+15
2016-11-09Fix execJeremy Soller-56/+10
2016-10-29Implement rand and args, cleanup other modulesJeremy Soller-22/+1
2016-10-28Remove unsafe libc layerJeremy Soller-109/+28
2016-10-27Add redox systemJeremy Soller-0/+593