Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When libthr and rtld start up, there are a number of magic spells cast | peter | 2008-12-07 | 1 | -1/+1 |
* | Provide custom simple allocator for rtld locks in libthr. The allocator | kib | 2008-12-02 | 1 | -23/+23 |
* | Use native rwlock. | davidxu | 2008-04-22 | 1 | -54/+20 |
* | Replace function _umtx_op with _umtx_op_err, the later function directly | davidxu | 2008-04-02 | 1 | -1/+1 |
* | Resolve __error()'s PLT early so that it needs not to be resolved again, | davidxu | 2008-03-21 | 1 | -0/+3 |
* | Preserve application code's errno in rtld locking code, it attemps to keep | davidxu | 2008-03-20 | 1 | -2/+31 |
* | Remove umtx_t definition, use type long directly, add wrapper function | davidxu | 2007-11-21 | 1 | -5/+5 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -2/+2 |
* | Only wake up writer if the lock is free. | davidxu | 2006-03-25 | 1 | -2/+2 |
* | Add locking support for rtld. | davidxu | 2006-03-25 | 1 | -0/+219 |