Age | Commit message (Expand) | Author | Files | Lines |
2012-02-27 | work around "signal loses thread pointer" issue with "approach 2" | Rich Felker | 1 | -0/+5 |
2011-09-18 | initial commit of the arm port | Rich Felker | 1 | -0/+11 |
2011-09-16 | fix generic sigsetjmp (unused anyway) pointer signedness error | Rich Felker | 1 | -1/+1 |
2011-09-12 | implement gnu sigisemptyset | Rich Felker | 1 | -0/+9 |
2011-09-02 | fix missing prototypes/wrong signature for psiginfo, psignal | Rich Felker | 1 | -1/+1 |
2011-08-05 | fix off-by-one bug in siglongjmp that caused unpredictable behavior | Rich Felker | 1 | -1/+1 |
2011-07-30 | fix race condition in sigqueue | Rich Felker | 1 | -2/+8 |
2011-07-30 | clean up pthread_sigmask/sigprocmask dependency order | Rich Felker | 1 | -8/+4 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | 4 | -0/+6 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 2 | -10/+0 |
2011-06-08 | implement psignal and psiginfo | Rich Felker | 2 | -0/+20 |
2011-05-07 | overhaul implementation-internal signal protections | Rich Felker | 8 | -29/+18 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 2 | -12/+3 |
2011-04-14 | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | 3 | -2/+3 |
2011-04-08 | fix broken sigsetjmp on x86_64 | Rich Felker | 1 | -7/+9 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 3 | -3/+3 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 1 | -1/+1 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 2 | -0/+2 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 8 | -23/+10 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 3 | -3/+3 |
2011-03-10 | fix errors in sigqueue (potential information leak, wrong behavior) | Rich Felker | 1 | -5/+7 |
2011-03-10 | remove useless return value checks for functions that cannot fail | Rich Felker | 1 | -3/+2 |
2011-03-10 | make sigsuspend a cancellation point | Rich Felker | 1 | -1/+6 |
2011-03-10 | make sigtimedwait a cancellation point | Rich Felker | 1 | -0/+3 |
2011-03-10 | don't fail with EINTR in sigtimedwait | Rich Felker | 1 | -6/+6 |
2011-03-10 | fix sigsuspend syscall | Rich Felker | 1 | -1/+1 |
2011-03-10 | make sigaltstack work (missing macros in signal.h, error conditions) | Rich Felker | 1 | -1/+11 |
2011-03-09 | fix error handling for pthread_sigmask | Rich Felker | 1 | -1/+5 |
2011-03-09 | fix race condition in raise - just mask signals | Rich Felker | 1 | -9/+9 |
2011-03-09 | fix raise semantics with threads. | Rich Felker | 1 | -1/+12 |
2011-02-20 | fix null pointer dereference introduced in last sigprocmask commit | Rich Felker | 1 | -1/+1 |
2011-02-19 | prevent sigprocmask/pthread_sigmask from blocking implementation signals | Rich Felker | 1 | -3/+5 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2 | -0/+22 |
2011-02-14 | header cleanup, conformance fixes - signals | Rich Felker | 2 | -6/+3 |
2011-02-13 | fix previous commit that broke sigreturn. looks like the asm is needed. | Rich Felker | 3 | -5/+17 |
2011-02-13 | fix omission that kept sa_restorer from being used | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 32 | -0/+398 |