summaryrefslogtreecommitdiff
path: root/library/std/src/sys/unix/stack_overflow.rs
Commit message (Expand)AuthorAgeFilesLines
* std: only use LFS function on glibcmochaaP2022-12-221-2/+2
* Use more LFS functions.Michael Benfield2022-12-071-2/+5
* Update libc to 0.2.121Patrick Mooney2022-04-051-17/+1
* Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger2021-10-311-10/+10
|\
| * Let stack_overflow::imp::cleanup call drop_handler directlybjorn32021-10-081-10/+10
* | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplettGuillaume Gomez2021-10-091-8/+9
|\ \ | |/ |/|
| * stack overflow handler specific openbsd fix.David Carlier2021-07-281-8/+9
* | Handle stack_t.ss_sp type change for DragonFlyBSDRyan Zoeller2021-08-271-14/+0
|/
* Rename `rterr` to `rtprintpanic`Christiaan Dirkx2021-05-191-1/+1
* Replace `sys_common::util::report_overflow` with `rterr!`Christiaan Dirkx2021-05-191-3/+5
* Display error details when a `mmap` call failsYuki Okushi2021-03-171-2/+3
* Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas2021-02-271-2/+2
* Take sys/vxworks/stack_overflow from sys/unix instead.Mara Bos2020-10-161-1/+1
* mv std libs to library/mark2020-07-271-0/+234