jlayton/glibc.git
2011-07-15 Roland McGrathUse linker --print-output-format option if available.
2011-07-15 Roland McGrathFix remaining explicit uses of shlib.lds to use $(shlib...
2011-07-15 Roland McGrathQuash a warning in strstr-c.c built for static.
2011-07-15 Roland McGrathQuash a warning in nptl/allocatestack.c
2011-07-15 Roland McGrathAdjust relro test to work around GNU ld limitations.
2011-07-12 Roland McGrathFix a braino in new relro configure test.
2011-07-11 Ulrich DrepperGeneralize framework to register monitoring of files...
2011-07-10 Roland McGrathComment typo fix.
2011-07-09 Ulrich DrepperTransltion updates
2011-07-09 Roland McGrathUse an empirical check for .ctors/.dtors -> .init_array...
2011-07-09 Roland McGrathRewrite -z relro configure check to be empirical.
2011-07-09 Roland McGrathFind readelf with AC_CHECK_TOOL for use in configure...
2011-07-08 Ulrich Drepper(memalign_check): No need to use checked_request2size.
2011-07-08 Andreas JaegerAdd test case strtod underflow
2011-07-07 Ulrich DrepperHandle ext4 in {,f}pathconf
2011-07-07 Andreas DilgerHandle Lustre filesystem
2011-07-07 Andreas JaegerFix warnings in resolver code
2011-07-07 Ulrich Dreppernis/nss_nisplus: Kill warnings
2011-07-07 Ulrich DrepperAdd string/test-strncat.c
2011-07-07 Ulrich Dreppericonvdata/johab.c: Don't inline unlikely called function
2011-07-07 Ulrich DrepperFix for installation in sysdeps/s390/s390-64/Makefile
2011-07-07 Ulrich DrepperRebuild configure scripts
2011-07-07 Ulrich DrepperHandle W; without long options in getopt
2011-07-07 Ulrich DrepperChange error code for underflows in strtod
2011-07-07 Ulrich DrepperFix typo in last patch
2011-07-07 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-07-06 Ulrich DrepperAdd the extra check also in innetgr
2011-07-06 Ulrich DrepperFix handling of chained netgroups
2011-07-05 Roland McGrathDefault install_root value from DESTDIR.
2011-07-05 Ulrich DrepperAvoid warning.
2011-07-03 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-07-03 Ulrich DrepperComplete last patch
2011-07-02 Roland McGrathFail if format.lds comes out empty.
2011-07-02 Roland McGrathRemove an unused variable in localedata tests.
2011-07-02 Roland McGrathGenerate testrun.sh to use relative directory names.
2011-07-02 Roland McGrathRewrite local headers check to be more robust and infor...
2011-07-02 Roland McGrathExplicitly remove .gnu.glibc-stub sections with objcopy...
2011-07-02 Roland McGrathAdd --with-default-link configure option.
2011-07-02 Roland McGrathConsolidate shlib.lds references in new variables.
2011-07-02 Roland McGrathMake asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags.
2011-07-02 Roland McGrathUse -defsym=_begin=0 instead of linker script munging.
2011-07-02 Ulrich DrepperFix last patch for big-endian machines
2011-07-02 Ulrich DrepperOptimize long-word additions in SHA implementation
2011-07-02 Ulrich Dreppernscd cleanups
2011-07-02 Thorsten KukukHandle nscd negtimeout==0
2011-07-01 Andreas Schwabnss_compat: query NIS domain only when needed
2011-07-01 Ulrich DrepperFix robust mutex handling after fork
2011-06-30 Andreas SchwabMake sure RES_USE_INET6 is always restored
2011-06-30 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-06-30 Ulrich DrepperAvoid write to invalid file descriptor in nscd
2011-06-29 Aurelien JarnoFix build with multiarch disabled.
2011-06-28 Ulrich DrepperFix quoting in some installed shell scripts
2011-06-28 Ulrich DrepperRemove the --experimental-malloc option
2011-06-28 Andreas SchwabFix crash in GB18030 encoder
2011-06-28 Roland McGrathDistinguish configure check for .ctors/.dtors header...
2011-06-28 Roland McGrathFix missing .ctors/.dtors lead word in soinit
2011-06-27 Ulrich DrepperFix handling of RES_USE_INET6 big in nscd
2011-06-27 Ulrich DrepperAdd missing HAVE_SENDFILE definition
2011-06-27 Ulrich DrepperMinimal cleanup in innetgr.
2011-06-26 H.J. LuUse __gettimeofday instead of gettimeofday
2011-06-26 Ulrich DrepperWe don't use linkobj/libc.so at runtmie, no need to...
2011-06-25 H.J. LuFix unwind info in 32bit SSE2/SSSE3 strncpy
2011-06-24 H.J. LuImproved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64
2011-06-24 Ulrich DrepperWork around limit in writev in 2.6.38+ kernels
2011-06-24 H.J. LuOptimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32
2011-06-24 Marek Polaceknss_db: Quash read implicit declaration warning
2011-06-22 Ulrich DrepperAvoid __check_pf calls in getaddrinfo unless really...
2011-06-22 Andreas SchwabFix Ipv4&IPv6 lookup in getaddrinfo
2011-06-22 Ulrich DrepperUse a /sys/devices/system/cpu/online for _SC_NPROCESSOR...
2011-06-22 Ulrich DrepperRate limit expensive _SC_NPROCESSORS_ONLN computation
2011-06-22 Ulrich DrepperClean up after kernel sigcontext header mess
2011-06-21 Ulrich DrepperFix crash in unsuccessful uses of nss_db
2011-06-21 Ulrich DrepperFix IPv6-only lookups through getaddrinfo
2011-06-21 Ulrich DrepperMinor optimization of getaddrinfo after recent patch
2011-06-21 Ulrich DrepperRevert unwanted patch
2011-06-21 Ulrich DrepperAdd missing DL_CALL_FCT
2011-06-21 David S. MillerAdd an elf_ifunc_invoke interface so that architectures...
2011-06-16 Ulrich DrepperFix typo in recent resolver change which causes segvs
2011-06-16 Andreas SchwabImprove 64-bit build
2011-06-16 Ulrich DrepperInstall db-Makefile
2011-06-16 Ulrich DrepperCleanup of db-XXX.c
2011-06-16 Ulrich DrepperAdd initgroups lookups to nss_db
2011-06-16 Ulrich DrepperAdd initgroups lookup support to getent
2011-06-16 Ulrich DrepperFix handling of initgroups database.
2011-06-16 Ulrich DrepperOptimize hash table generation in makedb
2011-06-16 Ulrich DrepperReenable nss_db with a completely new implementation
2011-06-16 Ulrich DrepperRewrite makedb to avoid using db library
2011-06-14 Andreas JaegerQuash two memset undeclared warnings.
2011-06-13 Ulrich DrepperFix memory leak in getaddrinfo
2011-06-11 Roland McGrathBetter detect total failure of linker script generation.
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-06-10 Roland McGrathUse AC_LANG_PROGRAM in nss-crypt check.
2011-06-10 Roland McGrathRevert -r -> -Wl,-r change.
2011-06-10 Roland McGrathUse -Wl,-r instead of plain -r.
2011-06-09 Ulrich DrepperOOps, wrong version number for development version
2011-06-09 Ulrich DrepperAdd pldd program
2011-06-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-06-08 David S. Millersparc: Fix LD_BIND_NOW with multiarch.
2011-06-08 Ulrich DrepperStart 2.15 development
2011-06-07 Andreas KrebbelS/390 longlong.h: Fix smul_ppmm with -m31 -mzarch
next