Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a mutex lock/unlock mismatch. | davidxu | 2006-03-01 | 1 | -2/+3 | |
| | ||||||
* | Forgot to revert to use weak symbols when I was debugging, fix it! | davidxu | 2006-03-01 | 1 | -22/+15 | |
| | ||||||
* | Add missing parameter mq_attr * for mq_open. | davidxu | 2006-03-01 | 1 | -3/+5 | |
| | ||||||
* | Bring in my initial version of POSIX realtime extension library. | davidxu | 2006-03-01 | 6 | -0/+1112 | |
Current the library implements mqueue, timer and aio with SIGEV_THREAD notification supported. Earlier version reviewed by: deischen |