summaryrefslogtreecommitdiffstats
path: root/helpers.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24Implement support for PTRACE_EVENT_FORK and uiMalfurious1-0/+1
Signed-off-by: Malfurious <m@lfurio.us>
2024-04-24Add strict_strtoulMalfurious1-0/+6
Signed-off-by: Malfurious <m@lfurio.us>
2024-04-24Multithread version 1Malfurious1-0/+15
Signed-off-by: Malfurious <m@lfurio.us>
2023-07-07Add panel clear helperMalfurious1-0/+4
Signed-off-by: Malfurious <m@lfurio.us>
2023-07-07Add malloc wrapperMalfurious1-0/+8
Abort on allocation failure. This is mostly done as a formality, as Linux tends to over-commit memory anyway. In the event of most failures, we won't have a reasonable recovery either. Signed-off-by: Malfurious <m@lfurio.us>
2023-07-06Rename curshelpers unit to 'helpers'Malfurious1-0/+47
Signed-off-by: Malfurious <m@lfurio.us>