aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Undo last change.Ulrich Drepper1-4/+0
2003-04-01Update.Ulrich Drepper4-3/+11
2003-04-01(CALL_THREAD_FCT): Align stack of called function correctly.Ulrich Drepper1-3/+2
2003-03-31Fix comment.Ulrich Drepper2-3/+3
2003-03-31Fix comment.Ulrich Drepper1-2/+2
2003-03-29Update.Ulrich Drepper14-110/+282
2003-03-29Include nptl/descr.h after the definition of TLS_DTV_AT_TP. (INSTALL_DTV): Ad...Ulrich Drepper1-8/+7
2003-03-28Update.Ulrich Drepper3-61/+70
2003-03-28Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_...Ulrich Drepper1-11/+9
2003-03-27Update.Ulrich Drepper1-2/+2
2003-03-27Update.Ulrich Drepper1-1/+1
2003-03-27Update.Ulrich Drepper3-9/+12
2003-03-27Fix offset of cleanupbuf.__prev.Jakub Jelinek1-1/+1
2003-03-26Fix typo in name of included file.Jakub Jelinek1-1/+1
2003-03-26Update.Ulrich Drepper1-28/+40
2003-03-262003-03-25 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+8
2003-03-25Update.Ulrich Drepper44-35/+1079
2003-03-25Update.Ulrich Drepper1-16/+58
2003-03-22* sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"Roland McGrath1-0/+1
2003-03-21Update.Ulrich Drepper2-5/+3
2003-03-21Update.Ulrich Drepper1-2/+2
2003-03-20Update.Ulrich Drepper2-86/+8
2003-03-20Replace __lll_add calls with atomic_exchange_and_add calls respectively.Ulrich Drepper7-8/+8
2003-03-20Replace __lll_add and __lll_test_and_set calls with atomic_exchange_and_add a...Ulrich Drepper1-3/+3
2003-03-20* sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use typeRoland McGrath4-10/+10
2003-03-20Update.Ulrich Drepper8-1378/+0
2003-03-19Update.Ulrich Drepper1-2/+48
2003-03-19(__pthread_cond_broadcast): Release lock before waking waiters.Ulrich Drepper1-0/+6
2003-03-19(__lll_test_and_set): Fix typos.Roland McGrath1-2/+2
2003-03-19* abilist: New directory of libfoo.abilist files maintained usingRoland McGrath3-17/+12
2003-03-19* Versions (libpthread: GLIBC_2.2): RemoveRoland McGrath2-24/+38
2003-03-19Remove unnecessary instruction in case clock_gettime isn't available.Ulrich Drepper1-1/+0
2003-03-18Reorder struct passed to cleanup handler to eliminate one more instruction.Ulrich Drepper2-14/+12
2003-03-18Update.Ulrich Drepper4-20/+19
2003-03-18Update.Ulrich Drepper13-8/+105
2003-03-18Update.Ulrich Drepper13-526/+86
2003-03-18Update.Ulrich Drepper1-0/+1
2003-03-18pthread_spin_unlock implementation for Linux/i386.Ulrich Drepper1-0/+1
2003-03-182003-03-17 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+4
2003-03-18(lll_unlock_wake_cb): Correct last patch. (__lll_timedwait_tid): Don't check ...Ulrich Drepper2-4/+7
2003-03-18Add __builtin_expect where appropriate.Ulrich Drepper6-154/+146
2003-03-17PowerPC port contributed by Paul Mackerras <paulus@samba.org>.Roland McGrath8-7/+66
2003-03-172003-03-17 Roland McGrath <roland@redhat.com>Roland McGrath26-0/+1683
2003-03-17Update.Ulrich Drepper12-52/+42
2003-03-17Load correct registers.Ulrich Drepper1-5/+5
2003-03-17(__lll_lock_wait): Remove jump prediction suffix.Ulrich Drepper4-14/+17
2003-03-16Update.Ulrich Drepper1-7/+21
2003-03-16Update.Ulrich Drepper2-6/+12
2003-03-16Really use R12 and r13.Ulrich Drepper1-6/+6
2003-03-16* posix/fnmatch_loop.c: Add casts for signedness.Roland McGrath2-0/+13