aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-09* malloc/memusagestat.c: Silence warnings.cvs/fedora-glibc-20060810T0627Ulrich Drepper2-11/+16
2006-08-09* malloc/malloc.c: Dynamically size mmap treshold if the programUlrich Drepper2-1/+87
2006-08-08* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect withUlrich Drepper2-1/+4
2006-08-08* stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,Ulrich Drepper8-74/+196
2006-08-08* nis/nis_xdr.c: Avoid some function calls.Ulrich Drepper2-18/+34
2006-08-072006-08-07 Jakub Jelinek <jakub@redhat.com>cvs/fedora-glibc-20060807T1859Ulrich Drepper2-8/+6
2006-08-07* nis/nis_call.c: Minor cleanups throughout.Ulrich Drepper5-21/+56
2006-08-03[BZ #2182]Ulrich Drepper6-4/+23
2006-08-03[BZ #2098]Ulrich Drepper3-3/+25
2006-08-03[BZ #2883]Ulrich Drepper4-7/+11
2006-08-03 (getgrouplist): Simplify code a bit. Don't allocate one additionalUlrich Drepper2-2/+4
2006-08-03* grp/initgroups.c (internal_getgrouplist): Remove unnecessaryUlrich Drepper3-18/+19
2006-08-03[BZ #2908]Ulrich Drepper6-8/+49
2006-08-03Don't define OLD_HOSTIDFILE and don't try to open it. The patch introducing ...Ulrich Drepper1-4/+2
2006-08-03typotypoRoland McGrath1-1/+1
2006-08-03Move cast to void inside ?: to quiet gcc.Ulrich Drepper1-8/+10
2006-08-03[BZ #2978]Ulrich Drepper15-37/+397
2006-08-03NPTL specific definitions for async name lookup.Ulrich Drepper1-0/+119
2006-08-032006-08-02 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath1-0/+5
2006-08-032006-08-02 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath1-2/+5
2006-08-02(_dl_addr): Finish fixup after renaming.cvs/fedora-glibc-20060802T1808Ulrich Drepper1-1/+1
2006-08-02[BZ #2980]cvs/fedora-glibc-20060802T1650Ulrich Drepper4-48/+69
2006-08-02* locales/es_NI: Define real t_fmt_ampm and am_pm.Ulrich Drepper3-4/+11
2006-08-02* nscd/initgrcache.c (addinitgroupsX): Judge successful lookups byUlrich Drepper3-8/+14
2006-08-01* sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,Ulrich Drepper3-7/+2
2006-08-01* sysdeps/unix/sysv/linux/Versions: Finally add add_key,Ulrich Drepper4-0/+70
2006-08-01* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.Ulrich Drepper3-2/+11
2006-08-01* elf/tst-auditmod1.c: Fix typo in #error.Ulrich Drepper2-25/+7
2006-08-01* iconvdata/run-iconv-test.sh: Run cmp in C locale.Ulrich Drepper2-13/+19
2006-08-01* stdlib/test-canon.c (do_test): Close fd before unlinking file soUlrich Drepper5-6/+134
2006-07-31* elf/dl-open.c (dl_open_worker): Add branch prediction.Ulrich Drepper2-2/+4
2006-07-31* nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls intoUlrich Drepper1-0/+8
2006-07-31Avoid unnecessary setXXent calls into the backend NSS module. If backend set...Ulrich Drepper3-72/+85
2006-07-31* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.cvs/fedora-glibc-20060731T0706Roland McGrath14-116/+109
2006-07-312006-07-30 Roland McGrath <roland@redhat.com>Roland McGrath2-3/+4
2006-07-30* locale/programs/localedef.c (add_to_readlist): Rename localUlrich Drepper160-317/+748
2006-07-29* sysdeps/unix/sysv/linux/kernel-features.h: Definecvs/fedora-glibc-20060729T2255Ulrich Drepper14-9/+52
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper49-89/+1083
2006-07-28* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead ofUlrich Drepper2-1/+7
2006-07-27* dlfcn/Makefile: Add rules to build and run bug-atexit3.Ulrich Drepper4-3/+55
2006-07-26* dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to beUlrich Drepper2-5/+17
2006-07-26* stdlib/cxa_atexit.c (__new_exitfn_called): New variable.Ulrich Drepper4-4/+29
2006-07-26* stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition whenUlrich Drepper2-10/+17
2006-07-26Update.Ulrich Drepper9-8/+19
2006-07-10* elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper14-139/+316
2006-07-01* pthread_mutex_init.c (__pthread_mutex_init): Move someUlrich Drepper2-11/+31
2006-06-27* elf/dl-load.c (open_path): Fix test to determine whether DSO iscvs/fedora-glibc-20060630T0858Ulrich Drepper2-1/+4
2006-06-27* elf/dl-load.c (_dl_map_object): Try harder to avoid looking atUlrich Drepper2-13/+27
2006-06-22* intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don'tUlrich Drepper3-21/+52
2006-06-17[BZ #2766]Ulrich Drepper4-8/+84