diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-07-01 19:07:14 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-01 19:07:14 -0700 |
commit | 2983d85ee5492c4ab1f09ca554e47192fa5c97a2 (patch) | |
tree | f29ff2f385ed77ed4f4b282935a5a33574e1ab41 /nptl/ChangeLog | |
parent | 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b (diff) | |
download | glibc-2983d85ee5492c4ab1f09ca554e47192fa5c97a2.tar.gz glibc-2983d85ee5492c4ab1f09ca554e47192fa5c97a2.tar.xz glibc-2983d85ee5492c4ab1f09ca554e47192fa5c97a2.zip |
Work around kernel rejecting valid absolute timestamps
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 05c16ceef0..d60e368f9c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,23 @@ +2010-07-01 Andreas Schwab <schwab@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * Makefile (tests): Add tst-abstime. + * tst-abstime.c: New file. + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S + (__lll_timedlock_wait): Check for timestamp before the Epoch. + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S + (__lll_timedlock_wait): Likewise. + * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S + (__lll_robust_timedlock_wait): Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S + (pthread_rwlock_timedrdlock): Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S + (pthread_rwlock_timedwrlock): Likewise. + * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait): + Likewise. + 2010-07-01 Ulrich Drepper <drepper@redhat.com> * Makefile (tst-_res1): Add tst-_res1mod1 to dependency list. |