Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement gnu sigisemptyset | Rich Felker | 2011-09-12 | 1 | -0/+1 |
| | |||||
* | fix missing prototypes/wrong signature for psiginfo, psignal | Rich Felker | 2011-09-02 | 1 | -0/+3 |
| | |||||
* | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 2011-06-16 | 1 | -0/+1 |
| | |||||
* | add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE | Rich Felker | 2011-05-05 | 1 | -0/+1 |
| | |||||
* | fix incorrect GNU sighandler_t typedef | Rich Felker | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | implement POSIX timers | Rich Felker | 2011-03-29 | 1 | -6/+16 |
| | | | | | | | | this implementation is superior to the glibc/nptl implementation, in that it gives true realtime behavior. there is no risk of timer expiration events being lost due to failed thread creation or failed malloc, because the thread is created as time creation time, and reused until the timer is deleted. | ||||
* | move the GNU siginfo renaming so it doesn't lead to mismatching names | Rich Felker | 2011-02-20 | 1 | -1/+4 |
| | |||||
* | some gnu software wrongly uses "struct siginfo" instead of siginfo_t... | Rich Felker | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | fix broken signal.h from header cleanup | Rich Felker | 2011-02-15 | 1 | -2/+2 |
| | |||||
* | fix some type leakage (timer_t) from x86_64 commit | Rich Felker | 2011-02-15 | 1 | -1/+0 |
| | |||||
* | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2011-02-15 | 1 | -0/+1 |
| | |||||
* | header cleanup, conformance fixes - signals | Rich Felker | 2011-02-14 | 1 | -13/+19 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+98 |