Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-04-14 | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | -1/+1 | |
otherwise we cannot support an application's desire to use asynchronous cancellation within the callback function. this change also slightly debloats pthread_create.c. | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-13 | fix previous commit that broke sigreturn. looks like the asm is needed. | Rich Felker | -5/+2 | |
2011-02-13 | fix omission that kept sa_restorer from being used | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+48 | |