Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix robust mutex daedlock [BZ #20263] | Jiyoung Yun | 2016-07-07 | 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. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Add comments for the generic lowlevellock implementation. | Torvald Riegel | 2014-12-15 | 1 | -2/+7 |
| | | | | Patch by Bernard Ogden <bernie.ogden@linaro.org>. | ||||
* | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 2014-07-07 | 1 | -0/+128 |