index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
signal.c
Age
Commit message (
Expand
)
Author
2024-06-05
rename ___signal to __signal_h
Jakob Kaivo
2024-05-31
verify that the provided signal handler is executable
Jakob Kaivo
2024-05-29
apply GCC_SSE_HACK more uniformly
Jakob Kaivo
2024-05-29
finish integrating jkmalloc and read-only variable support
Jakob Kaivo
2024-05-28
abstract out "forced" implementations of functions from future specifications
Jakob Kaivo
2024-01-31
fix up signal-related UB reporting
Jakob Kaivo
2024-01-31
remove extraneous #undef directives
Jakob Kaivo
2024-01-31
make tweaks to work with 1:1 checked functions
Jakob Kaivo
2024-01-30
update to 1:1 checked functions
Jakob Kaivo
2024-01-30
update standard and safety checks
Jakob Kaivo
2024-01-10
insert common signal handler to support detecting standard library calls from...
Jakob Kaivo
2024-01-08
set up for tracing signal-safe use of functions
Jakob Kaivo
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-15
build properly when not targetting POSIX
Jakob Kaivo
2020-08-13
implement in terms of sigaction()
Jakob Kaivo
2019-02-23
compile in current environment
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo