Files
rust/library/std/src
Sébastien Marie b3c21efa8a 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-09 16:45:04 +00:00
..
2022-08-22 13:28:25 -07:00
2022-08-01 20:10:40 +00:00
2021-10-25 22:44:41 -05:00
2022-07-18 15:06:07 +01:00
2022-08-22 13:28:25 -07:00
2022-08-18 18:07:39 -04: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-08-18 18:07:39 -04:00
2022-08-18 18:07:39 -04:00
2022-06-26 16:31:29 +02:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-08-22 13:28:25 -07:00