Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-03-09 | fix error handling for pthread_sigmask | Rich Felker | -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 | |
2011-02-19 | prevent sigprocmask/pthread_sigmask from blocking implementation signals | Rich Felker | -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 | -0/+23 | |