Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | fix error handling for pthread_sigmask | Rich Felker | 2011-03-09 | 1 | -1/+5 |
| | | | | it must return errno, not -1, and should reject invalud values for how. | ||||
* | 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 | Rich Felker | 2011-02-19 | 1 | -3/+5 |
| | | | | | | 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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+23 |