index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
redox
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-0
/
+13
2017-12-24
Capture environment at spawn
Diggory Blake
-17
/
+7
2017-08-20
redox: Correct error on exec when file is not found
Ian Douglas Scott
-1
/
+1
2017-07-29
Split FL and FD fcntls
Jeremy Soller
-6
/
+6
2017-07-18
Rollup merge of #43304 - ids1024:path2, r=aturon
Mark Simulacrum
-15
/
+22
2017-07-17
redox: handle multiple paths in PATH
Ian Douglas Scott
-15
/
+22
2017-07-18
libstd: remove redundant & from &Path::new(...)
NODA, Kai
-1
/
+1
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+12
2017-04-16
Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...
Jeremy Soller
-9
/
+12
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-02-06
make Child::try_wait return io::Result<Option<ExitStatus>>
Jack O'Connor
-4
/
+4
2017-01-13
Add try_wait to Redox process
Jeremy Soller
-0
/
+14
2016-11-28
Commit to fix make tidy
Jeremy Soller
-1
/
+1
2016-11-28
Switch to using syscall crate directly - without import
Jeremy Soller
-27
/
+26
2016-11-17
Replace setuid, setgid with setreuid, setregid
Jeremy Soller
-2
/
+2
2016-11-17
Add signal support, better exec error handling
Jeremy Soller
-34
/
+80
2016-11-10
Fixes for stdio and processes on Redox
Jeremy Soller
-1
/
+15
2016-11-09
Fix exec
Jeremy Soller
-56
/
+10
2016-10-29
Implement rand and args, cleanup other modules
Jeremy Soller
-22
/
+1
2016-10-28
Remove unsafe libc layer
Jeremy Soller
-109
/
+28
2016-10-27
Add redox system
Jeremy Soller
-0
/
+593