remove some stray trailing space characters
[musl] / src / signal /
2011-09-12 Rich Felkerimplement gnu sigisemptyset
2011-09-02 Rich Felkerfix missing prototypes/wrong signature for psiginfo...
2011-08-05 Rich Felkerfix off-by-one bug in siglongjmp that caused unpredicta...
2011-07-31 Rich Felkerfix race condition in sigqueue
2011-07-31 Rich Felkerclean up pthread_sigmask/sigprocmask dependency order
2011-06-15 Rich Felkerrestore use of .type in asm, but use modern @function...
2011-06-14 Rich Felkerremove all .size and .type directives for functions...
2011-06-08 Rich Felkerimplement psignal and psiginfo
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-04-08 Rich Felkerfix broken sigsetjmp on x86_64
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
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