aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2007-09-02* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.SUlrich Drepper2-1/+8
2007-08-21[BZ #4938]Ulrich Drepper4-1/+118
2007-08-21* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_dead): Jakub Jelinek2-2/+7
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2-1/+13
2007-08-16* sysdeps/unix/sysv/linux/alpha/lowlevellock.h Jakub Jelinek2-2/+9
2007-08-15* sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek14-87/+623
2007-08-15* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.SUlrich Drepper10-42/+299
2007-08-15(__pthread_cond_broadcast): Pass LLL_PRIVATE to lll_* and or FUTEX_PRIVATE_FL...Ulrich Drepper1-4/+50
2007-08-14* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek3-5/+11
2007-08-14* sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. Jakub Jelinek3-45/+50
2007-08-14* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,cvs/fedora-glibc-20070814T0725cvs/fedora-glibc-20070814T0643Ulrich Drepper13-76/+394
2007-08-13* sysdeps/unix/sysv/linux/i386/i786/Implies: New file.Ulrich Drepper2-0/+6
2007-08-13* sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper1-0/+22
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper17-0/+17
2007-08-12* sysdeps/unix/sysv/linux/powerpc/libc-start.cUlrich Drepper1-0/+24
2007-08-12* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper6-14/+50
2007-08-12* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: IncludeUlrich Drepper1-0/+6
2007-08-12Include <kernel-features.h>.Ulrich Drepper2-0/+4
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper25-172/+421
2007-08-05* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek2-20/+11
2007-08-04* sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: Jakub Jelinek2-63/+0
2007-08-03* stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper1-0/+118
2007-08-03* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper19-413/+581
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper103-1991/+2346
2007-08-01* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2-3/+5
2007-08-01* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper4-9/+19
2007-07-31* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.Jakub Jelinek2-0/+8
2007-07-29(__lll_private_flag): Define. (lll_futex_timed_wait, lll_futex_wake): Use it....Jakub Jelinek1-74/+31
2007-07-28* locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper1-0/+4
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper1-0/+1
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper29-228/+362
2007-07-272007-07-27 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2-0/+15
2007-07-24* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper3-2/+9
2007-07-24* sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper3-126/+90
2007-07-23* pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHAREDUlrich Drepper6-22/+111
2007-07-23* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper1-0/+10
2007-07-23Fix compilation when unconditionally using private futexes.Ulrich Drepper5-5/+13
2007-07-19* include/features.h (__USE_ISOC95): New define.Ulrich Drepper1-0/+5
2007-07-19* libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.Ulrich Drepper1-2/+8
2007-07-07* sysdeps/sh/tls.h: Include stdlib.h, list.h, sysdep.h andUlrich Drepper1-0/+5
2007-07-07Include stdlib.h, list.h, sysdep.h and kernel-features.h.Ulrich Drepper1-0/+4
2007-06-26* init.c (__nptl_initial_report_events): New variable.Roland McGrath1-0/+6
2007-06-262007-05-16 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+6
2007-06-22(pthread_getattr_np): Clear cpuset and cpusetsize if pthread_getaffinity_np f...Ulrich Drepper1-2/+6
2007-06-22* pthread_getattr_np.c (pthread_getattr_np): Clear cpuset andUlrich Drepper1-0/+5
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2-109/+5
2007-06-18[BZ #4647]Ulrich Drepper6-4/+19
2007-06-17* sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.Ulrich Drepper1-0/+5
2007-06-17Tell gcc about the nonstandard sections.Ulrich Drepper1-2/+2
2007-06-17* allocatestack.c (allocate_stack): Make code compile ifUlrich Drepper2-0/+7