aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-17* sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S:Ulrich Drepper18-200/+800
2007-06-08* configure.in: Avoid variable named BASH.Ulrich Drepper1-0/+48
2007-06-08[BZ #4586]Ulrich Drepper40-122/+300
2007-05-30* pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper18-163/+34
2007-05-30* sysdeps/unix/sysv/linux/x86_64/lowlevellock.SUlrich Drepper2-1/+6
2007-05-30* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper4-21/+6
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper13-50/+70
2007-05-28* sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't defineUlrich Drepper2-0/+4
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper16-56/+207
2007-05-27[__WORDSIZE=64]: Renamed __pad1 element int rwlock structure toUlrich Drepper1-1/+1
2007-05-27* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper11-29/+124
2007-05-27* init.c: Make it compile with older kernel headers.Ulrich Drepper12-38/+120
2007-05-26* pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define.Ulrich Drepper5-6/+16
2007-05-26* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper2-2/+5
2007-05-26* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper9-31/+22
2007-05-26* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper6-15/+51
2007-05-26* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper7-7/+37
2007-05-26 * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper19-197/+1088
2007-05-26Test of semaphores.Ulrich Drepper3-0/+178
2007-05-25* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek3-10/+19
2007-05-25* io/bits/fcntl2.h (__open_2): Add nonnull attribute.Ulrich Drepper1-1/+1
2007-05-25* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper5-9/+31
2007-05-25* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper5-16/+46
2007-05-23* init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper15-31/+192
2007-05-21* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper4-11/+13
2007-05-21(pthread_functions): Don't add .ptr_wait_lookup_done here. (__pthread_initial...Ulrich Drepper1-2/+3
2007-05-21* tst-robust9.c (do_test): Don't fail if ENABLE_PI and Jakub Jelinek2-0/+12
2007-05-21[BZ #4525]Ulrich Drepper1-2/+2
2007-05-21[BZ #4514]Ulrich Drepper1-2/+2
2007-05-19Commit missing test case wrapper file.Roland McGrath1-0/+2
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper8-26/+142
2007-05-18[BZ #4512]Ulrich Drepper6-10/+114
2007-05-17Dummy files to prevent stub versions from being used.Ulrich Drepper2-4/+6
2007-05-15* version.h (VERSION): Define to 6.glibc-2.6cvs/glibc-2_6-basecvs/glibc-2_6Ulrich Drepper7-42/+37
2007-05-15* sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper8-54/+50
2007-05-11* sysdeps/unix/sysv/linux/tst-getcpu.c: New file.Ulrich Drepper2-4/+7
2007-05-10* sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/fedora-glibc-20070510T2304Ulrich Drepper3-1/+28
2007-05-10[BZ #4455] Jakub Jelinek3-0/+8
2007-05-07[BZ #4455]Ulrich Drepper3-2/+18