1
Fork 0
rust/library/std/src/sys/unix
bors 7477d445c8 Auto merge of #77717 - tmiasko:posix-spawn-error-check, r=cuviper
Fix error checking in posix_spawn implementation of Command

* Check for errors returned from posix_spawn*_init functions
* Check for non-zero return value from posix_spawn functions
2020-10-10 10:59:20 +00:00
..
ext Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire 2020-10-03 00:31:10 +02:00
fd std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
os std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
process Check for errors returned from posix_spawn*_init functions 2020-10-08 23:53:15 +02:00
alloc.rs Consolidate wasi alloc with unix alloc. 2020-09-15 07:01:13 -07:00
android.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
args.rs Split sys_common::Mutex in StaticMutex and MovableMutex. 2020-09-27 10:05:56 +02:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
condvar.rs Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fd.rs Ignore unnecessary unsafe warnings 2020-09-11 19:12:06 +02:00
fs.rs simplify the cfg in ReadDir construction 2020-10-09 10:54:50 -07:00
futex.rs Check conversion from Duration to timespec in futex_wait. 2020-09-27 11:56:43 +02:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
l4re.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay 2020-10-01 13:21:34 +00:00
mutex.rs Make it possible to have unboxed mutexes on specific platforms. 2020-10-02 09:47:08 +02:00
net.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
os.rs Split sys_common::Mutex in StaticMutex and MovableMutex. 2020-09-27 10:05:56 +02:00
path.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pipe.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rand.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rwlock.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stack_overflow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
thread.rs Only call pthread_attr_destroy() after getattr_np() succeeds on all libcs 2020-09-09 11:10:43 -04:00
thread_local_dtor.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_key.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
time.rs std/sys/unix/time: make it easier for LLVM to optimize Instant subtraction. 2020-08-15 04:13:25 +03:00
weak.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00