index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hidden
/
signal.h
Age
Commit message (
Expand
)
Author
2016-09-26
sigsetmask() and sigblock() are no longer used by any setjmp implementation
Philip Guenther
2016-09-06
Make sure attributes are applied to function declarations before they're
Philip Guenther
2016-05-09
Remove sigreturn declaration and the now-unused libc syscall stub
Philip Guenther
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
Philip Guenther
2015-11-10
Split the intra-thread functionality from kill(2) into its own syscall
Philip Guenther
2015-10-25
Use sigaction() instead of signal() to avoid pulling in unnecessary
Philip Guenther
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
Philip Guenther
2015-09-19
Don't wrap initialized variables: binutils appears to be mishandling them
Philip Guenther
2015-09-13
Do provide hidden _libc_* aliases for sig{block,setmask} and use them in
Philip Guenther
2015-09-12
Finish wrapping <signal.h> so that calls to the sigset ops go direct and
Philip Guenther
2015-09-11
Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't
Philip Guenther
2015-09-10
Pull in namespace.h when building all .c files using gcc's -include option,
Philip Guenther
2015-09-09
Hide __sigintr and __strsignal as internal implementation details.
Philip Guenther
2015-09-06
Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame
Philip Guenther