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
/
unix
/
process
/
process_unix.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-26
Use pointer::write_bytes for android sigemptyset
Josh Stone
-4
/
+2
2019-06-26
Avoid mem::uninitialized() in std::sys::unix
Josh Stone
-28
/
+28
2019-05-06
use exhaustive_patterns to be able to use `?`
Marcel Hellwig
-5
/
+6
2019-05-06
convert custom try macro to `?`
Marcel Hellwig
-17
/
+10
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+12
2019-02-13
Use posix_spawn_file_actions_addchdir_np when possible
Josh Stone
-2
/
+22
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-1
/
+1
2018-11-14
std: Synchronize access to global env during `exec`
Alex Crichton
-8
/
+48
2018-11-14
Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"
Alex Crichton
-91
/
+8
2018-11-01
Fixes #46775 -- don't mutate the process's environment in Command::exec
Alex Gaynor
-8
/
+91
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-03-19
Don't use posix_spawn() if PATH was modified in the environment.
Bryan Drewery
-0
/
+1
2018-03-02
Support posix_spawn() for Linux glibc 2.24+.
Bryan Drewery
-2
/
+16
2018-03-02
Use _
Bryan Drewery
-1
/
+1
2018-03-01
Add comment explaining when posix_spawn() can be supported.
Bryan Drewery
-0
/
+2
2018-03-01
posix_spawn() on OSX supports returning ENOENT.
Bryan Drewery
-2
/
+2
2018-02-28
posix_spawn() always returns its error rather than setting errno.
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() for FreeBSD.
Bryan Drewery
-2
/
+2
2018-02-28
Remove excess newline
Bryan Drewery
-1
/
+0
2018-02-28
Pass proper pointer for envp.
Bryan Drewery
-1
/
+1
2018-02-28
No need to zero when an initializer for the object is already used.
Bryan Drewery
-3
/
+3
2018-02-28
Avoid error for unused variables
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() when possible.
Alex Crichton
-0
/
+102
2017-12-24
Capture environment at spawn
Diggory Blake
-4
/
+12
2017-10-05
Remove nacl from libstd
est31
-2
/
+2
2017-09-08
Match c_char definitions and enable signal reset for L4Re
Sebastian Humenda
-13
/
+15
2017-08-28
Update the libc submodule
Alex Crichton
-2
/
+3
2017-03-25
Avoid using libc::sigemptyset on Android
Marco A L Barbosa
-1
/
+10
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-06
std: Add a nonblocking `Child::try_wait` method
Alex Crichton
-0
/
+17
2016-11-23
Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...
Theodore DeRego
-0
/
+250