about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/kernel-features.h: Remove support for cvs/fedora-glibc-20060328T0900Ulrich Drepper2006-03-281-0/+27
* * sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper2006-03-2814-123/+509
* * sysdeps/unix/sysv/linux/ia64/dl-sysdep.hUlrich Drepper2006-03-081-0/+5
* (DL_SYSINFO_IMPLEMENTATION): Add missing newline.Ulrich Drepper2006-03-081-2/+2
* * sysdeps/sparc/sparc32/dl-trampoline.S: Add CFI markings.Roland McGrath2006-03-069-116/+128
* * shlib-versions: Use sparc64.*- for CPU patterns.Roland McGrath2006-03-061-0/+11
* * sysdeps/unix/sysv/linux/aio_misc.h: Various cleanups.Ulrich Drepper2006-03-022-5/+10
* * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.SUlrich Drepper2006-03-022-0/+15
* (__lll_robust_lock_wait): Also set FUTEX_WAITERS buit if we got the mutex. (_...Ulrich Drepper2006-03-022-2/+6
* * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.Roland McGrath2006-03-012-2/+64
* * Makeconfig (+includes): Add back $(includes)Roland McGrath2006-03-012-2/+7
* * sysdeps/hppa: Directory removed, saved in ports repository.Roland McGrath2006-02-281-0/+34
* * elf/rtld-Rules (subdir-args): New variable.Roland McGrath2006-02-2811-6/+338
* * scripts/config.guess: Update from master, timestamp='2006-02-27'.Roland McGrath2006-02-282-0/+5
* * Makefile (subdir-target-args): New variable.Roland McGrath2006-02-2821-51/+173
* * sysdeps/generic/pt-raise.c: Moved to ...Roland McGrath2006-02-271-0/+7
* 2006-02-26 Roland McGrath <roland@redhat.com>Roland McGrath2006-02-272-2/+4
* * descr.h (struct pthread): Add final member `end_padding'.Roland McGrath2006-02-242-5/+14
* [BZ #2329]Roland McGrath2006-02-2117-1144/+0
* Amend log entry with omitted file.Roland McGrath2006-02-211-0/+1
* typoRoland McGrath2006-02-201-1/+1
* * tst-robust1.c: Add second mutex to check that the mutex list isUlrich Drepper2006-02-182-22/+97
* * include/atomic.h (atomic_and, atomic_or): Define.Ulrich Drepper2006-02-176-20/+375
* * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Add lll_robust_mutex_* cvs/fedora-glibc-20060217T1609Ulrich Drepper2006-02-173-0/+341
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2006-02-173-2/+9
* * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MADV_DONTFORKUlrich Drepper2006-02-151-0/+23
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-1526-201/+997
* * allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650Ulrich Drepper2006-02-139-46/+96
* * sysdeps/unix/sysv/linux/i386/not-cancel.h: Define openat_not_cancel,Ulrich Drepper2006-02-121-0/+5
* [BZ #2226]Ulrich Drepper2006-02-121-6/+24
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait,Ulrich Drepper2006-02-082-3/+11
* * sysdeps/sh/sh4/__longjmp.S: Demangle also r14 and r15.Ulrich Drepper2006-01-202-5/+29
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-202-1/+53
* [BZ #2167]Andreas Jaeger2006-01-181-1/+1
* [BZ #2167] * sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h ...Andreas Jaeger2006-01-182-4/+20
* * sysdeps/alpha/tls.h (tcbhead_t): Rename member to __private.Ulrich Drepper2006-01-131-0/+4
* (tcbhead_t): Rename member to __private.Ulrich Drepper2006-01-131-1/+1
* * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...Roland McGrath2006-01-102-39/+1
* * sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.Roland McGrath2006-01-1010-372/+12
* * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):Roland McGrath2006-01-091-0/+10
* 2006-01-08 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-01-093-13/+13
* * tst-initializers1-c89.c: New file.Roland McGrath2006-01-096-3/+24
* * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.Roland McGrath2006-01-091-0/+1
* 2006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-091-2/+2
* * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): AddRoland McGrath2006-01-091-0/+9
* 2006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-095-6/+6
* * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): AddUlrich Drepper2006-01-092-1/+7
* being too clever and reloading the futex value where it shouldn't.Ulrich Drepper2006-01-091-1/+1
* * sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gccUlrich Drepper2006-01-081-0/+5
* (AIO_MISC_WAIT): Work around gcc being to clever and reloading the futex valu...Ulrich Drepper2006-01-081-2/+3