summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-17Tell gcc about the nonstandard sections.Ulrich Drepper
2007-06-17[BZ #4125] Andreas Jaeger
2007-06-17* allocatestack.c (allocate_stack): Make code compile ifUlrich Drepper
2007-06-17* sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S:Ulrich Drepper
2007-06-16[BZ #4599]Ulrich Drepper
2007-06-16(make_request): When determining whether there are IPv4/IPv6 addresses, ignor...Ulrich Drepper
2007-06-14* soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. Jakub Jelinek
2007-06-09* elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list andUlrich Drepper
2007-06-09* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper
2007-06-09* elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper
2007-06-08* sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter ofUlrich Drepper
2007-06-08* posix/sched_cpucount.c (__sched_cpucount): Allow using specialUlrich Drepper
2007-06-08(__sched_cpucount): Allow using special instruction for counting bits.Ulrich Drepper
2007-06-08[BZ #4586]Jakub Jelinek
2007-06-08* config.make.in: Likewise.Ulrich Drepper
2007-06-08* configure.in: Avoid variable named BASH.Ulrich Drepper
2007-06-08* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): RemoveUlrich Drepper
2007-06-08[BZ #4586]Ulrich Drepper
2007-06-04* sysdeps/ieee754/ldbl-128ibm/printf_fphex.cUlrich Drepper
2007-06-03* sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.Ulrich Drepper
2007-05-30* pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper
2007-05-30* sysdeps/unix/sysv/linux/x86_64/lowlevellock.SUlrich Drepper
2007-05-30* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper
2007-05-29* crypt/md5-crypt.c: Fix comment.Ulrich Drepper
2007-05-29Fix comment.Ulrich Drepper
2007-05-29* po/Makefile (po-sed-cmd): New variable.Roland McGrath
2007-05-292007-05-29 Roland McGrath <roland@redhat.com>Roland McGrath
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper
2007-05-29* nscd/nscd_helper.c (get_mapping): Handle short replies insteadUlrich Drepper
2007-05-28* sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't defineUlrich Drepper
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper
2007-05-27[__WORDSIZE=64]: Renamed __pad1 element int rwlock structure toUlrich Drepper
2007-05-27* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper
2007-05-27* init.c: Make it compile with older kernel headers.Ulrich Drepper
2007-05-26* pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define.Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper
2007-05-26 * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper
2007-05-26Test of semaphores.Ulrich Drepper
2007-05-25* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek
2007-05-25* io/bits/fcntl2.h (__open_2): Add nonnull attribute.Ulrich Drepper
2007-05-25* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper
2007-05-25* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper
2007-05-24* Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper
2007-05-23* init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper
2007-05-21* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper
2007-05-21(pthread_functions): Don't add .ptr_wait_lookup_done here. (__pthread_initial...Ulrich Drepper
2007-05-21* tst-robust9.c (do_test): Don't fail if ENABLE_PI and Jakub Jelinek