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
/
raise.c
Age
Commit message (
Expand
)
Author
2024-06-05
rename all per-header internal structs to __<header>_h
Jakob Kaivo
2024-05-28
abstract out "forced" implementations of functions from future specifications
Jakob Kaivo
2024-02-02
use UNDEFINED() instead of directly calling __undefined()
Jakob Kaivo
2024-01-31
git rid of __check_* in favor of CHECK_*
Jakob Kaivo
2024-01-31
catch signals raised during quick_exit()
Jakob Kaivo
2024-01-30
update to 1:1 checked functions
Jakob Kaivo
2024-01-30
fix to compile under c89
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
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-13
add src/ to -I and exorcise ../ from #include
Jakob Kaivo
2020-08-12
remove __syscall_lookup()
Jakob Kaivo
2020-08-11
move auto-generated nonstd/syscall.h to static private _syscall.h
Jakob Kaivo
2019-03-01
make the syscall directly if not _POSIX_SOURCE
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo