| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use a separate signal from SIGCANCEL for SIGEV_THREAD timers•••otherwise we cannot support an application's desire to use asynchronous cancellation within the callback function. this change also slightly debloats pthread_create.c. | Rich Felker | 2011-04-14 | 1 | -0/+1 |
| * | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| * | fix error handling for pthread_sigmask•••it must return errno, not -1, and should reject invalud values for how. | Rich Felker | 2011-03-09 | 1 | -1/+5 |
| * | fix null pointer dereference introduced in last sigprocmask commit | Rich Felker | 2011-02-20 | 1 | -1/+1 |
| * | prevent sigprocmask/pthread_sigmask from blocking implementation signals•••this code was wrongly disabled because the old version was trying to be too clever and didn't work. replaced it with a simple version for now. | Rich Felker | 2011-02-19 | 1 | -3/+5 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+23 |
