summaryrefslogtreecommitdiff
path: root/src/signal/signal.c
AgeCommit message (Expand)Author
2024-06-05rename ___signal to __signal_hJakob Kaivo
2024-05-31verify that the provided signal handler is executableJakob Kaivo
2024-05-29apply GCC_SSE_HACK more uniformlyJakob Kaivo
2024-05-29finish integrating jkmalloc and read-only variable supportJakob Kaivo
2024-05-28abstract out "forced" implementations of functions from future specificationsJakob Kaivo
2024-01-31fix up signal-related UB reportingJakob Kaivo
2024-01-31remove extraneous #undef directivesJakob Kaivo
2024-01-31make tweaks to work with 1:1 checked functionsJakob Kaivo
2024-01-30update to 1:1 checked functionsJakob Kaivo
2024-01-30update standard and safety checksJakob Kaivo
2024-01-10insert common signal handler to support detecting standard library calls from...Jakob Kaivo
2024-01-08set up for tracing signal-safe use of functionsJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-08-16formattingJakob Kaivo
2020-08-15build properly when not targetting POSIXJakob Kaivo
2020-08-13implement in terms of sigaction()Jakob Kaivo
2019-02-23compile in current environmentJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo