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
Age
Commit message (
Expand
)
Author
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
rename non-compiled files to *.h
Jakob Kaivo
2020-08-16
rename files that should never be compiled on their own to .h
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-15
build properly when not targetting POSIX
Jakob Kaivo
2020-08-13
implement as syscall with Linux translation
Jakob Kaivo
2020-08-13
implement in terms of sigaction()
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
implement
Jakob Kaivo
2020-08-13
implement
Jakob Kaivo
2020-08-13
basic implementation
Jakob Kaivo
2020-08-13
handle at most 64 signals
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
set signals to match requirements for kill and trap commands, adjust others a...
Jakob Kaivo
2019-03-01
make the syscall directly if not _POSIX_SOURCE
Jakob Kaivo
2019-02-23
compile in current environment
Jakob Kaivo
2019-02-20
add symbols from POSIX.1b-1993
Jakob Kaivo
2019-02-20
add correct POSIX version
Jakob Kaivo
2019-02-10
correct version tags
Jakob Kaivo
2019-02-09
add missing refs
Jakob Kaivo
2019-02-09
add missing refs
Jakob Kaivo
2019-02-09
add missing identifier
Jakob Kaivo
2019-02-09
merge XOPEN identifiers
Jakob Kaivo
2019-02-09
merge POSIX.1-1988/1990
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo