aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-18* nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper2-2/+7
2008-06-13* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper2-21/+12
2008-06-13* nscd/connections.c: Also recognize and handle changes to theUlrich Drepper2-3/+30
2008-06-13[BZ #6612]cvs/fedora-glibc-20080613T1601Ulrich Drepper2-15/+36
2008-06-13* resolv/nss_dns/dns-host.c (gaih_getanswer): Don'tUlrich Drepper2-9/+14
2008-06-13* sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.Ulrich Drepper1-0/+5
2008-06-13* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid usingUlrich Drepper5-18/+28
2008-06-12* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper5-16/+149
2008-06-12* nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619Ulrich Drepper7-8/+41
2008-06-12* nscd/mem.c (gc): Initialize obstack earlier so that if we jumpUlrich Drepper3-20/+39
2008-06-10* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log andUlrich Drepper2-2/+9
2008-06-10(T_DNAME): Define.Ulrich Drepper1-2/+3
2008-06-06* misc/regexp.h (compile): Use __REPB_PREFIX macro. Jakub Jelinek2-5/+16
2008-06-03* nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp Jakub Jelinek2-1/+7
2008-05-31(tests): Add tst-rwlock2a.Ulrich Drepper3-4/+32
2008-05-29* sysdeps/pthread/pthread.h: Fix typo in comment.Ulrich Drepper2-4/+8
2008-05-29* sysdeps/pthread/createthread.c (do_clone): Pass accurate lengthUlrich Drepper1-0/+5
2008-05-29(do_clone): Pass accurate length of CPU set to the kernel.Ulrich Drepper1-2/+2
2008-05-28typoRoland McGrath1-1/+1
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper19-24/+271
2008-05-26* tst-typesizes.c: Explicitly check __SIZEOF_PTHREAD_* constants.Ulrich Drepper2-2/+34
2008-05-25* string/Makefile (strop-tests): Add memmem.Ulrich Drepper4-8/+204
2008-05-24answers and the server reports SERVFAIL, NOTIMP, or REFUSED, thencvs/fedora-glibc-20080524T2218Ulrich Drepper1-1/+1
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek7-3/+387
2008-05-24* resolv/res_send.c (send_dg): If we already have one of twoUlrich Drepper2-6/+30
2008-05-22* math/libm-test.inc (exp_test): Exclude expl(1000.0L) fromUlrich Drepper1-0/+6
2008-05-22Work around braindead IBM128 long double format.Ulrich Drepper1-2/+2
2008-05-22* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.Roland McGrath4-8/+34
2008-05-222008-05-21 Roland McGrath <roland@redhat.com>Roland McGrath2-0/+14
2008-05-21* string/endian.h: Define new fixed-size hto* and *toh macros onlyUlrich Drepper2-32/+37
2008-05-21* iconvdata/Depend: Add localedata.Ulrich Drepper1-0/+4
2008-05-21Add localedata.Ulrich Drepper1-0/+1
2008-05-21* bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.Roland McGrath1-0/+4
2008-05-212008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-1/+3
2008-05-21Remove U0C0D entry added for Telugu.Ulrich Drepper1-3/+0
2008-05-21* locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.Ulrich Drepper1-0/+5
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use Jakub Jelinek6-3/+52
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h Jakub Jelinek4-7/+37
2008-05-212008-05-20 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek1-2/+3
2008-05-20* include/inline-hashtab.h (higher_prime_number): Fix type of midUlrich Drepper1-0/+5
2008-05-20(higher_prime_number): Fix type of mid variable.Ulrich Drepper1-1/+1
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h cvs/fedora-glibc-20080520T1924Jakub Jelinek3-0/+70
2008-05-20* sysdeps/sparc/machine-gmon.h: New file. Jakub Jelinek4-0/+73
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek2-0/+8
2008-05-19* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.Jakub Jelinek2-4/+4
2008-05-19* resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper3-0/+31
2008-05-18* nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper10-42/+114
2008-05-18* nscd/mem.c (gc): Avoid stack overflow when allocating move list.cvs/fedora-glibc-20080518T1017Ulrich Drepper2-2/+18
2008-05-18* nscd/mem.c (gc): Correctly determine highest used array elementUlrich Drepper2-3/+6
2008-05-18* nscd/mem.c (markrange): Add assert to check entries are allUlrich Drepper2-1/+5