| Commit message (Expand) | Author | Age | Files | Lines |
* | * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir" | Roland McGrath | 2003-03-22 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2003-03-21 | 2 | -5/+3 |
* | Update. | Ulrich Drepper | 2003-03-20 | 2 | -86/+8 |
* | Replace __lll_add calls with atomic_exchange_and_add calls respectively. | Ulrich Drepper | 2003-03-20 | 7 | -8/+8 |
* | Replace __lll_add and __lll_test_and_set calls with atomic_exchange_and_add a... | Ulrich Drepper | 2003-03-20 | 1 | -3/+3 |
* | * sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use type | Roland McGrath | 2003-03-20 | 1 | -6/+4 |
* | Update. | Ulrich Drepper | 2003-03-19 | 1 | -2/+48 |
* | (__lll_test_and_set): Fix typos. | Roland McGrath | 2003-03-19 | 1 | -2/+2 |
* | * abilist: New directory of libfoo.abilist files maintained using | Roland McGrath | 2003-03-19 | 2 | -13/+10 |
* | * Versions (libpthread: GLIBC_2.2): Remove | Roland McGrath | 2003-03-19 | 1 | -0/+12 |
* | Remove unnecessary instruction in case clock_gettime isn't available. | Ulrich Drepper | 2003-03-19 | 1 | -1/+0 |
* | Reorder struct passed to cleanup handler to eliminate one more instruction. | Ulrich Drepper | 2003-03-18 | 2 | -14/+12 |
* | Update. | Ulrich Drepper | 2003-03-18 | 3 | -17/+16 |
* | Update. | Ulrich Drepper | 2003-03-18 | 11 | -7/+69 |
* | Update. | Ulrich Drepper | 2003-03-18 | 11 | -505/+86 |
* | Update. | Ulrich Drepper | 2003-03-18 | 1 | -0/+1 |
* | pthread_spin_unlock implementation for Linux/i386. | Ulrich Drepper | 2003-03-18 | 1 | -0/+1 |
* | 2003-03-17 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-18 | 1 | -1/+4 |
* | (lll_unlock_wake_cb): Correct last patch. (__lll_timedwait_tid): Don't check ... | Ulrich Drepper | 2003-03-18 | 2 | -4/+7 |
* | Add __builtin_expect where appropriate. | Ulrich Drepper | 2003-03-18 | 4 | -138/+130 |
* | PowerPC port contributed by Paul Mackerras <paulus@samba.org>. | Roland McGrath | 2003-03-17 | 8 | -7/+66 |
* | 2003-03-17 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-17 | 16 | -0/+1147 |
* | Update. | Ulrich Drepper | 2003-03-17 | 10 | -46/+39 |
* | Load correct registers. | Ulrich Drepper | 2003-03-17 | 1 | -5/+5 |
* | (__lll_lock_wait): Remove jump prediction suffix. | Ulrich Drepper | 2003-03-17 | 4 | -14/+17 |
* | Update. | Ulrich Drepper | 2003-03-16 | 1 | -7/+21 |
* | Update. | Ulrich Drepper | 2003-03-16 | 2 | -6/+12 |
* | Really use R12 and r13. | Ulrich Drepper | 2003-03-16 | 1 | -6/+6 |
* | More random patches. | Ulrich Drepper | 2003-03-15 | 5 | -14/+48 |
* | * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h | Jakub Jelinek | 2003-03-15 | 1 | -1/+1 |
* | (SINGLE_THREAD): Use `header' prefix instead of `header.data'. | Jakub Jelinek | 2003-03-15 | 1 | -1/+1 |
* | Use 64-bit loading. | Ulrich Drepper | 2003-03-15 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2003-03-15 | 1 | -1/+2 |
* | Update. | Ulrich Drepper | 2003-03-15 | 12 | -144/+177 |
* | Use correct amount of stack correction. | Ulrich Drepper | 2003-03-14 | 1 | -1/+1 |
* | 2003-03-14 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-14 | 3 | -3/+5 |
* | * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line | Roland McGrath | 2003-03-13 | 1 | -43/+24 |
* | 2003-03-13 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2003-03-13 | 1 | -0/+2 |
* | Update. | Ulrich Drepper | 2003-03-13 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2003-03-13 | 7 | -32/+46 |
* | Use shlib-compat.h macros instead of .symver directly. | Ulrich Drepper | 2003-03-13 | 3 | -6/+6 |
* | Update. | Ulrich Drepper | 2003-03-12 | 8 | -9/+413 |
* | (pthread_cond_t): Add padding. | Ulrich Drepper | 2003-03-12 | 1 | -0/+1 |
* | * pthread-errnos.sym: New file. | Roland McGrath | 2003-03-12 | 3 | -10/+10 |
* | 2003-03-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-12 | 29 | -102/+37 |
* | Update. | Ulrich Drepper | 2003-03-12 | 3 | -0/+474 |
* | Update. | Ulrich Drepper | 2003-03-12 | 6 | -10/+259 |
* | Return result of lock re-get if it fails. | Ulrich Drepper | 2003-03-12 | 1 | -2/+3 |
* | Update. | Ulrich Drepper | 2003-03-12 | 11 | -27/+38 |
* | Update. | Ulrich Drepper | 2003-03-11 | 5 | -8/+11 |