Files
rust/library/std/src/sys/unix
Dylan DPC 376c81c94a Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se
openbsd: don't reallocate a guard page on the stack.

the kernel currently enforce that a stack is immutable. calling mmap(2) or  mprotect(2) to change it will result in EPERM, which generate a panic!().

so just do like for Linux, and trust the kernel to do the right thing.
2022-10-13 18:19:19 +05:30
..
2021-08-19 12:02:39 -07:00
2022-08-20 12:49:20 -04:00
2022-06-13 20:44:39 -07:00
2022-07-20 08:57:36 +01:00
2021-04-28 14:25:04 +02:00
2022-07-20 08:57:36 +01:00
2022-08-18 10:34:40 +01:00
2022-10-13 00:53:46 +08:00
2022-05-09 11:12:32 +02:00
2022-08-20 12:49:20 -04:00
2021-08-19 12:02:39 -07:00
2022-04-05 11:22:32 -05:00