rust/library/std/src/sys
Dylan DPC cb7133f693
Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay
Fix stack overflow detection on FreeBSD 11.1+

Beginning with FreeBSD 10.4 and 11.1, there is one guard page by
default.  And the stack autoresizes, so if Rust allocates its own guard
page, then FreeBSD's will simply move up one page.  The best solution is
to just use the OS's guard page.
2021-04-02 19:57:35 +02:00
..
hermit Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa 2021-03-24 01:52:29 +01:00
sgx Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa 2021-03-25 13:11:18 +00:00
unix Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay 2021-04-02 19:57:35 +02:00
unsupported Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
vxworks Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
wasi Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
wasm sys: use process::abort() instead of arch::wasm32::unreachable() 2021-01-29 20:25:23 +01:00
windows Remove debug_assert 2021-04-02 17:50:23 +02:00
mod.rs Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se 2021-03-22 02:20:28 +01:00