Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-07 | Fix robust mutex daedlock [BZ #20263] | Jiyoung Yun | 1 | -2/+5 | |
In Linux/ARM environment, a robust mutex can't catch the timeout result when it is already owned by other thread and requests to try lock with a specific time value(pthread_mutex_timedlock). The futex already returns the ETIMEDOUT result but there is no check the return value and it makes a deadlock. * nptl/lowlevelrobustlock.c: Implement ETIMEDOUT logic. | |||||
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2014-12-15 | Add comments for the generic lowlevellock implementation. | Torvald Riegel | 1 | -2/+7 | |
Patch by Bernard Ogden <bernie.ogden@linaro.org>. | |||||
2014-07-07 | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 1 | -0/+128 | |