rust/library/std/src/sys
The8472 d854789ce1 Do not attempt to unlock envlock in child process after a fork.
This is a breaking change for cases where the environment is
accessed in a Command::pre_exec closure. Except for
single-threaded programs these uses were not correct
anyway since they aren't async-signal safe.
2021-03-09 22:14:07 +01:00
..
hermit deprecate atomic::spin_loop_hint in favour of hint::spin_loop 2021-01-13 16:30:29 +10:00
sgx Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett 2021-03-03 05:45:50 +00:00
unix Do not attempt to unlock envlock in child process after a fork. 2021-03-09 22:14:07 +01:00
unsupported Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
vxworks Take some of sys/vxworks/process/* from sys/unix instead. 2020-10-16 06:22:05 +02:00
wasi Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichton 2021-02-27 02:34:28 +01:00
wasm sys: use process::abort() instead of arch::wasm32::unreachable() 2021-01-29 20:25:23 +01:00
windows library: Normalize safety-for-unsafe-block comments 2021-02-24 06:13:42 +01:00
mod.rs Add missing stability attributes in libstd 2021-03-01 20:28:37 +01:00