about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h cvs/fedora-glibc-20080520T1924Jakub Jelinek2008-05-203-0/+70
* * sysdeps/sparc/machine-gmon.h: New file. Jakub Jelinek2008-05-204-0/+73
* * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek2008-05-202-0/+8
* * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.Jakub Jelinek2008-05-192-4/+4
* * resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper2008-05-193-0/+31
* * nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper2008-05-1810-42/+114
* * nscd/mem.c (gc): Avoid stack overflow when allocating move list. cvs/fedora-glibc-20080518T1017Ulrich Drepper2008-05-182-2/+18
* * nscd/mem.c (gc): Correctly determine highest used array elementUlrich Drepper2008-05-182-3/+6
* * nscd/mem.c (markrange): Add assert to check entries are allUlrich Drepper2008-05-182-1/+5
* * nscd/nscd.h (mem_in_flight): Replace blockaddr field withUlrich Drepper2008-05-183-11/+18
* * nscd/mem.c (gc): Fix test for stack overuse.Ulrich Drepper2008-05-182-2/+4
* * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,Ulrich Drepper2008-05-172-18/+22
* * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper2008-05-172-1/+7
* * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there areUlrich Drepper2008-05-172-6/+19
* * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. cvs/fedora-glibc-20080516T2152Ulrich Drepper2008-05-164-2/+9
* * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper2008-05-162-2/+8
* * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-159-238/+623
* * posix/regcomp.c (optimize_utf8): Add a note on why we testUlrich Drepper2008-05-155-0/+52
* [BZ #6428]Ulrich Drepper2008-05-154-2/+10
* [BZ #6442]Ulrich Drepper2008-05-1511-14/+445
* * iconvdata/run-iconv-test.sh: Use = instead of == in test.Ulrich Drepper2008-05-152-2/+7
* * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.Ulrich Drepper2008-05-153-1/+10
* [BZ #6461]Ulrich Drepper2008-05-142-7/+16
* (match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper2008-05-142-11/+7
* [BZ #6472]Ulrich Drepper2008-05-141-0/+1
* * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper2008-05-142-1/+7
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper2008-05-142-0/+8
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper2008-05-143-3/+10
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper2008-05-145-19/+60
* * po/lt.po: New file. From Lituanian translation team.Ulrich Drepper2008-05-134-7/+7096
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-1325-33/+1967
* * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper2008-05-122-43/+61
* [BZ #3406]Ulrich Drepper2008-05-113-1/+8
* * io/openat.c (__openat_2): Also pass fd to __openat.Ulrich Drepper2008-05-113-2/+6
* * string/tester.c (test_memcmp): Add a few more tests.Ulrich Drepper2008-05-112-8/+31
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper2008-05-116-19/+33
* * nscd/cache.c (cache_add): Before returning with failure and thisUlrich Drepper2008-05-117-74/+36
* (cache_add): Before returning with failure and this is the first use of the r...Ulrich Drepper2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-1/+1
* * misc/truncate64.c (truncate64): Use __truncate not truncate.Ulrich Drepper2008-05-103-2/+9
* * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper2008-05-105-13/+18
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-1017-504/+1542
* Adjust __libc_res_nquery and __libc_res_nsend prototypes.Ulrich Drepper2008-05-101-4/+4
* * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build. Jakub Jelinek2008-05-063-0/+13
* * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,Roland McGrath2008-05-062-14/+48
* Fix termios bit macros.Roland McGrath2008-05-051-1/+24
* 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2008-05-051-6/+88
* * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file. Jakub Jelinek2008-05-057-0/+489
* * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for Jakub Jelinek2008-05-053-0/+8