about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/stack_overflow.rs
AgeCommit message (Expand)AuthorLines
2025-01-14std: lazily allocate the main thread handlejoboet-4/+5
2024-10-17std::unix::stack_overflow::drop_handler addressing todo through libc updateDavid Carlier-3/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+5
2024-09-09[illumos] enable SIGSEGV handler to detect stack overflowsRain-4/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-15/+12
2024-07-20Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ...Matthias Krüger-24/+61
2024-07-18unix: acquire-load NEED_ALTSTACKJubilee-1/+1
2024-07-18unix: Unsafe-wrap stack_overflow::{drop,make}_handlerJubilee Young-10/+27
2024-07-18unix: Unsafe-wrap stack_overflow::cleanupJubilee Young-1/+6
2024-07-18unix: lift init of sigaltstack before sigactionJubilee Young-9/+17
2024-07-18unix: Unsafe-wrap stack_overflow::signal_handlerJubilee Young-3/+10
2024-07-17unix: unsafe-wrap install_main_guard_defaultJubilee Young-9/+12
2024-07-17unix: clean up install_main_guard_freebsdJubilee Young-13/+12
2024-07-16unix: stack_start_aligned is a safe fnJubilee Young-7/+9
2024-07-16unix: split stack_overflow::install_main_guard by osJubilee Young-90/+115
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-03-31std: move UNIX stack overflow guard page handling into `stack_overflow.rs`joboet-25/+287
2024-03-06Dynamically size sigaltstk in stdJubilee Young-11/+39
2024-01-11std: fix module references on UNIXjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+223