summaryrefslogtreecommitdiff
path: root/src/signal/raise.c
AgeCommit message (Expand)Author
2024-06-05rename all per-header internal structs to __<header>_hJakob Kaivo
2024-05-28abstract out "forced" implementations of functions from future specificationsJakob Kaivo
2024-02-02use UNDEFINED() instead of directly calling __undefined()Jakob Kaivo
2024-01-31git rid of __check_* in favor of CHECK_*Jakob Kaivo
2024-01-31catch signals raised during quick_exit()Jakob Kaivo
2024-01-30update to 1:1 checked functionsJakob Kaivo
2024-01-30fix to compile under c89Jakob Kaivo
2024-01-30update standard and safety checksJakob Kaivo
2024-01-10insert common signal handler to support detecting standard library calls from...Jakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16formattingJakob Kaivo
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-12remove __syscall_lookup()Jakob Kaivo
2020-08-11move auto-generated nonstd/syscall.h to static private _syscall.hJakob Kaivo
2019-03-01make the syscall directly if not _POSIX_SOURCEJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo