aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek1-0/+4
2008-05-11* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper5-19/+19
2008-04-15* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek1-1/+1
2008-04-08[BZ #6020] cvs/fedora-glibc-20080408T0706Jakub Jelinek1-2/+2
2008-03-27* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX ifUlrich Drepper5-5/+46
2008-03-17* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead Jakub Jelinek3-3/+3
2008-03-14Fix typo.cvs/fedora-glibc-20080314T2159Ulrich Drepper2-2/+2
2008-03-14* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: DefineUlrich Drepper3-3/+30
2008-03-08[BZ #5778]Ulrich Drepper1-3/+3
2008-01-30(sem_post): Avoid unnecessary addr32 prefix.Ulrich Drepper1-1/+1
2008-01-22* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.Ulrich Drepper5-17/+43
2008-01-22(XADD): Use a scratch register.Ulrich Drepper1-5/+7
2008-01-10* pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper4-11/+83
2007-12-14* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper1-4/+3
2007-12-12[BZ #5463, BZ #5464]cvs/fedora-glibc-20071212T1051Ulrich Drepper1-2/+2
2007-12-12[BZ #5465]Ulrich Drepper1-0/+2
2007-12-07[BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper1-0/+2
2007-12-05* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper1-28/+18
2007-11-24* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper3-105/+56
2007-11-20* sysdeps/pthread/pthread.h (pthread_cleanup_push,Ulrich Drepper1-2/+2
2007-11-09[BZ #5240]Ulrich Drepper3-13/+22
2007-11-08[BZ #5245]Ulrich Drepper1-3/+4
2007-11-06* elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper1-2/+1
2007-11-06* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.Ulrich Drepper2-6/+6
2007-10-28[BZ #5204]Ulrich Drepper4-13/+72
2007-10-28[BZ #5208]Ulrich Drepper4-5/+42
2007-10-17* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek1-1/+20
2007-10-16(__tzfile_read): Take extra memory requested by caller into account when copy...Ulrich Drepper1-44/+38
2007-10-10* sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside ofUlrich Drepper1-2/+13
2007-09-02* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.SUlrich Drepper1-1/+1
2007-08-21* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_dead): Jakub Jelinek1-2/+2
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper1-1/+8
2007-08-16* sysdeps/unix/sysv/linux/alpha/lowlevellock.h Jakub Jelinek1-2/+2
2007-08-15* sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek13-87/+588
2007-08-15* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.SUlrich Drepper9-42/+271
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 Jelinek2-5/+6
2007-08-14* sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. Jakub Jelinek2-45/+43
2007-08-14* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,cvs/fedora-glibc-20070814T0725cvs/fedora-glibc-20070814T0643Ulrich Drepper12-76/+357
2007-08-13* sysdeps/unix/sysv/linux/i386/i786/Implies: New file.Ulrich Drepper1-0/+2
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper12-0/+12
2007-08-12* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper6-14/+50
2007-08-12Include <kernel-features.h>.Ulrich Drepper2-0/+4
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper12-72/+204
2007-08-05* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek1-20/+3
2007-08-04* sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: Jakub Jelinek2-63/+0
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 Drepper64-1834/+1752
2007-08-01* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper3-9/+9
2007-07-31* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.Jakub Jelinek1-0/+4