aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-16(make_request): When determining whether there are IPv4/IPv6 addresses, ignor...Ulrich Drepper1-24/+56
2007-06-14* soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. Jakub Jelinek14-40/+58
2007-06-09* elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list andUlrich Drepper2-2/+12
2007-06-09* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper2-7/+7
2007-06-09* elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper2-19/+38
2007-06-08* sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter ofUlrich Drepper2-1/+6
2007-06-08* posix/sched_cpucount.c (__sched_cpucount): Allow using specialUlrich Drepper3-5/+41
2007-06-08(__sched_cpucount): Allow using special instruction for counting bits.Ulrich Drepper1-3/+7
2007-06-08[BZ #4586]Jakub Jelinek1-1/+2
2007-06-08* config.make.in: Likewise.Ulrich Drepper2-1/+2
2007-06-08* configure.in: Avoid variable named BASH.Ulrich Drepper4-2977/+3562
2007-06-08* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): RemoveUlrich Drepper5-69/+193
2007-06-08[BZ #4586]Ulrich Drepper44-125/+320
2007-06-04* sysdeps/ieee754/ldbl-128ibm/printf_fphex.cUlrich Drepper5-18/+96
2007-06-03* sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.Ulrich Drepper97-0/+10426
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* crypt/md5-crypt.c: Fix comment.Ulrich Drepper1-0/+2
2007-05-29Fix comment.Ulrich Drepper1-1/+1
2007-05-29* po/Makefile (po-sed-cmd): New variable.Roland McGrath1-0/+5
2007-05-292007-05-29 Roland McGrath <roland@redhat.com>Roland McGrath1-4/+5
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper14-52/+72
2007-05-29* nscd/nscd_helper.c (get_mapping): Handle short replies insteadUlrich Drepper2-3/+12
2007-05-28* sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't defineUlrich Drepper4-2/+11
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 Drepper11-31/+27
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 Drepper3-27/+66
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 Drepper7-26/+65
2007-05-24* Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper22-30/+383
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 Drepper6-29/+36
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* nscd/aicache.c (addhstaiX): If reported TTL is zero don't cacheUlrich Drepper2-17/+8
2007-05-21* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache informationUlrich Drepper7-365/+1075
2007-05-21[BZ #4525]Ulrich Drepper2-2/+9
2007-05-21[BZ #4514]Ulrich Drepper8-9/+126
2007-05-21* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper5-42/+34