Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preserve errno when processing error cases. | davidxu | 2010-01-18 | 1 | -1/+3 |
* | Also call sem_module_init in sem_close to initialize mutex | davidxu | 2010-01-15 | 1 | -0/+2 |
* | Return SEM_FAILED instead of NULL, though there are same, but the | davidxu | 2010-01-13 | 1 | -2/+3 |
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | davidxu | 2010-01-07 | 1 | -1/+3 |
* | More cleanup, remove _libc prefix because libthr no longer has stubs | davidxu | 2010-01-05 | 1 | -31/+21 |
* | Don't check has_waiters twice, inline some small functions. | davidxu | 2010-01-05 | 1 | -8/+5 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 1 | -0/+470 |