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