don't trust siginfo in rsyscall handler
[musl] / src / signal /
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-10 Rich Felkerfix errors in sigqueue (potential information leak...
2011-03-10 Rich Felkerremove useless return value checks for functions that...
2011-03-10 Rich Felkermake sigsuspend a cancellation point
2011-03-10 Rich Felkermake sigtimedwait a cancellation point
2011-03-10 Rich Felkerdon't fail with EINTR in sigtimedwait
2011-03-10 Rich Felkerfix sigsuspend syscall
2011-03-10 Rich Felkermake sigaltstack work (missing macros in signal.h,...
2011-03-10 Rich Felkerfix error handling for pthread_sigmask
2011-03-10 Rich Felkerfix race condition in raise - just mask signals
2011-03-10 Rich Felkerfix raise semantics with threads.
2011-02-20 Rich Felkerfix null pointer dereference introduced in last sigproc...
2011-02-19 Rich Felkerprevent sigprocmask/pthread_sigmask from blocking imple...
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!
2011-02-15 Rich Felkerheader cleanup, conformance fixes - signals
2011-02-14 Rich Felkerfix previous commit that broke sigreturn. looks like...
2011-02-13 Rich Felkerfix omission that kept sa_restorer from being used
2011-02-12 Rich Felkerinitial check-in, version 0.5.0