Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | fix raise semantics with threads. | Rich Felker | 1 | -1/+12 | |
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-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2 | -0/+22 | |
2011-02-14 | header cleanup, conformance fixes - signals | Rich Felker | 2 | -6/+3 | |
2011-02-13 | fix previous commit that broke sigreturn. looks like the asm is needed. | Rich Felker | 3 | -5/+17 | |
2011-02-13 | fix omission that kept sa_restorer from being used | Rich Felker | 1 | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 32 | -0/+398 | |