Files
rust/library/std/src
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
..
2022-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-10-13 00:53:46 +08:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-10-05 03:09:43 +01:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-10-04 15:19:21 +08:00
2022-09-28 21:51:09 +02:00
2022-09-26 10:14:45 +02:00
2022-10-10 17:05:59 -07:00
2022-10-07 15:21:47 +02:00
2022-10-08 15:55:15 +02:00
2022-10-06 09:55:32 +02:00
2022-10-09 21:44:44 -07:00
2022-09-26 10:14:45 +02:00