about summary refs log tree commit diff
path: root/nptl/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * Versions (libpthread: GLIBC_2.2): RemoveRoland McGrath2003-03-192-24/+38
* Remove unnecessary instruction in case clock_gettime isn't available.Ulrich Drepper2003-03-191-1/+0
* Reorder struct passed to cleanup handler to eliminate one more instruction.Ulrich Drepper2003-03-182-14/+12
* Update.Ulrich Drepper2003-03-184-20/+19
* Update.Ulrich Drepper2003-03-1813-8/+105
* Update.Ulrich Drepper2003-03-1813-526/+86
* Update.Ulrich Drepper2003-03-181-0/+1
* pthread_spin_unlock implementation for Linux/i386.Ulrich Drepper2003-03-181-0/+1
* 2003-03-17 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-181-1/+4
* (lll_unlock_wake_cb): Correct last patch. (__lll_timedwait_tid): Don't check ...Ulrich Drepper2003-03-182-4/+7
* Add __builtin_expect where appropriate.Ulrich Drepper2003-03-186-154/+146
* PowerPC port contributed by Paul Mackerras <paulus@samba.org>.Roland McGrath2003-03-178-7/+66
* 2003-03-17 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-1726-0/+1683
* Update.Ulrich Drepper2003-03-1712-52/+42
* Load correct registers.Ulrich Drepper2003-03-171-5/+5
* (__lll_lock_wait): Remove jump prediction suffix.Ulrich Drepper2003-03-174-14/+17
* Update.Ulrich Drepper2003-03-161-7/+21
* Update.Ulrich Drepper2003-03-162-6/+12
* Really use R12 and r13.Ulrich Drepper2003-03-161-6/+6
* * posix/fnmatch_loop.c: Add casts for signedness.Roland McGrath2003-03-162-0/+13
* More random patches.Ulrich Drepper2003-03-155-14/+48
* * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.hJakub Jelinek2003-03-154-3/+5
* (SINGLE_THREAD): Use `header' prefix instead of `header.data'.Jakub Jelinek2003-03-151-1/+1
* Use 64-bit loading.Ulrich Drepper2003-03-151-1/+1
* Update.Ulrich Drepper2003-03-153-4/+18
* Update.Ulrich Drepper2003-03-1512-144/+177
* Use correct amount of stack correction.Ulrich Drepper2003-03-141-1/+1
* Update.Ulrich Drepper2003-03-141-0/+14
* * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], soRoland McGrath2003-03-141-4/+2
* 2003-03-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-146-13/+15
* (THREAD_GETMEM): Makr asms volatile. (THREAD_GETMEM_NC): Likewise.Ulrich Drepper2003-03-141-19/+20
* Update.Ulrich Drepper2003-03-141-2/+11
* * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-lineRoland McGrath2003-03-132-44/+25
* 2003-03-13 Jakub Jelinek <jakub@redhat.com>Roland McGrath2003-03-131-0/+2
* Update.Ulrich Drepper2003-03-131-1/+1
* Update.Ulrich Drepper2003-03-137-32/+46
* Use shlib-compat.h macros instead of .symver directly.Ulrich Drepper2003-03-133-6/+6
* Update.Ulrich Drepper2003-03-1212-9/+443
* (pthread_cond_t): Add padding.Ulrich Drepper2003-03-121-0/+1
* * pthread-errnos.sym: New file.Roland McGrath2003-03-123-10/+10
* 2003-03-12 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-1232-106/+41
* Update.Ulrich Drepper2003-03-123-0/+474
* Update.Ulrich Drepper2003-03-126-10/+259
* Return result of lock re-get if it fails.Ulrich Drepper2003-03-121-2/+3
* Update.Ulrich Drepper2003-03-1219-48/+135
* Update.Ulrich Drepper2003-03-117-11/+14
* Update.Ulrich Drepper2003-03-117-17/+39
* Update.Ulrich Drepper2003-03-119-18/+18
* Update.Ulrich Drepper2003-03-1111-13/+19
* pthread_cond_wait implementation for Linux/x86-64.Ulrich Drepper2003-03-111-0/+265