about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
AgeCommit message (Expand)AuthorLines
2023-10-23stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too.David Carlier-2/+12
2023-09-21added support for GNU/HurdSamuel Thibault-0/+2
2022-12-22std: only use LFS function on glibcmochaaP-2/+2
2022-12-07Use more LFS functions.Michael Benfield-2/+5
2022-04-05Update libc to 0.2.121Patrick Mooney-17/+1
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-10/+10
2021-10-09Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplettGuillaume Gomez-8/+9
2021-10-08Let stack_overflow::imp::cleanup call drop_handler directlybjorn3-10/+10
2021-08-27Handle stack_t.ss_sp type change for DragonFlyBSDRyan Zoeller-14/+0
2021-07-28stack overflow handler specific openbsd fix.David Carlier-8/+9
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-1/+1
2021-05-19Replace `sys_common::util::report_overflow` with `rterr!`Christiaan Dirkx-3/+5
2021-03-17Display error details when a `mmap` call failsYuki Okushi-2/+3
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-2/+2
2020-10-16Take sys/vxworks/stack_overflow from sys/unix instead.Mara Bos-1/+1
2020-07-27mv std libs to library/mark-0/+234