about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 2006-09-14 Jakub Jelinek <jakub@redhat.com> cvs/fedora-glibc-20060915T0943Ulrich Drepper2006-09-155-38/+119
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-1214-20/+55
* [BZ #2821] cvs/fedora-glibc-20060910T1832Ulrich Drepper2006-09-094-6/+29
* [BZ #3189]Ulrich Drepper2006-09-092-9/+10
* [BZ #3189]Ulrich Drepper2006-09-092-0/+7
* [BZ #1006]Ulrich Drepper2006-09-098-21/+40
* [BZ #3123]Ulrich Drepper2006-09-087-13/+208
* [BZ #2775]Ulrich Drepper2006-09-073-2/+10
* [BZ #3155]Ulrich Drepper2006-09-075-26/+146
* * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free cvs/fedora-glibc-20060907T0853Ulrich Drepper2006-09-063-3/+10
* [BZ #3124]Ulrich Drepper2006-09-056-2/+202
* * nscd/initgrcache.c (addinitgroupsX): Move any_successUlrich Drepper2006-09-056-4/+20
* 2006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-09-058-166/+594
* * Makerules (shlib.lds): If have-hash-style, put .hash section cvs/fedora-glibc-20060905T0633Ulrich Drepper2006-09-053-1/+19
* * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id afterUlrich Drepper2006-09-043-12/+11
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add cvs/fedora-glibc-20060831T1812Ulrich Drepper2006-08-318-17/+45
* * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respect cvs/fedora-glibc-20060831T0640Ulrich Drepper2006-08-304-6/+22
* * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offinUlrich Drepper2006-08-3010-9/+30
* * elf/dl-load.c (_dl_init_paths): Expand DSTs.Ulrich Drepper2006-08-292-1/+21
* * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM inUlrich Drepper2006-08-282-7/+5
* * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno cvs/fedora-glibc-20060828T1903Ulrich Drepper2006-08-284-43/+46
* [BZ #2684]Ulrich Drepper2006-08-282-0/+30
* * malloc/malloc.c (bin_at): Rewrite to be more clear and to notUlrich Drepper2006-08-272-5/+22
* * locale/programs/ld-ctype.c (ctype_read): Better patch for readUlrich Drepper2006-08-262-2/+8
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):Ulrich Drepper2006-08-252-1/+7
* * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't cvs/fedora-glibc-20060825T0639Ulrich Drepper2006-08-252-0/+5
* * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefinedUlrich Drepper2006-08-243-3/+8
* [BZ #2683]Ulrich Drepper2006-08-245-5/+36
* * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAPUlrich Drepper2006-08-243-2/+21
* [BZ #2734]Ulrich Drepper2006-08-244-10/+33
* [BZ #2680]Ulrich Drepper2006-08-242-0/+5
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-247-7/+19
* * allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper2006-08-236-35/+72
* * locales/nn_NO: Copy more categories from nb_NO.Ulrich Drepper2006-08-222-26/+10
* [BZ #2751] cvs/fedora-glibc-20060822T0706Ulrich Drepper2006-08-222-3/+9
* platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper2006-08-223-6/+6
* * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper2006-08-223-2/+28
* [BZ #3018]Ulrich Drepper2006-08-217-6/+23
* [BZ #3044]Ulrich Drepper2006-08-213-117/+21
* [BZ #3040]Ulrich Drepper2006-08-213-7/+15
* * sysdeps/unix/sysv/linux/bits/posix_opt.h: DefineUlrich Drepper2006-08-202-0/+8
* * malloc/malloc.c (_int_malloc): Limit number of unsorted blocksUlrich Drepper2006-08-192-0/+11
* * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If mapUlrich Drepper2006-08-193-0/+12
* * locale/programs/charmap.c (charmap_read): Add new parameter. ItUlrich Drepper2006-08-195-7/+18
* [BZ #3034]Ulrich Drepper2006-08-193-8/+21
* * sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use cvs/fedora-glibc-20060815T2033Ulrich Drepper2006-08-153-4/+11
* * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use cvs/fedora-glibc-20060815T0533Ulrich Drepper2006-08-154-54/+23
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-1425-43/+1249
* [BZ #1996]Ulrich Drepper2006-08-149-22/+468
* * libio/wstrops.c: Remove dead macro definitions and comments.Ulrich Drepper2006-08-143-66/+5