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