Correctly handle missing initgroups database
[platform/upstream/glibc.git] / elf /
2011-10-17 Ulrich DrepperUse rounds{s,d} for x86 rint, ceil, floor
2011-10-16 Ulrich DrepperCleanup last patch
2011-10-16 Ulrich DrepperFix potential problem with skipping relocations
2011-10-15 Ulrich DrepperRemove leftover debug message from pldd
2011-10-07 Marek Polacekelf/dl-load.c: Avoid warning
2011-10-05 Andreas SchwabDon't call ifunc functions in trace mode
2011-09-14 Andreas SchwabAlso relocate in dependency order when doing symbol...
2011-09-13 Andreas SchwabFix pattern on $(ldd-rewrite-script) substitution
2011-09-13 Andreas SchwabOnly use USE___THREAD when defined
2011-09-12 Ulrich DrepperRevert "Remove last use of USE___THREAD"
2011-09-12 Andreas SchwabRemove last use of USE___THREAD
2011-09-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-11 Andreas SchwabPrepend $(..) to $(ldd-rewrite-script) if non-absolute
2011-09-11 Ulrich DrepperProvide static initializer for _dl_pagesize in statical...
2011-09-11 Ulrich DrepperSimplify malloc initialization
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-09-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-09 Roland McGrathDefine ELFOSABI_GNU.
2011-09-09 Ulrich DrepperFix sotruss help messages
2011-09-09 Ulrich DrepperFill in real information in __dl_iterate_phdr
2011-09-09 Andreas JaegerFix warning in elf/sprof.c
2011-09-08 Andreas SchwabFix crash during error handling
2011-09-08 Ulrich DrepperUse O_CLOEXEC when loading objects in ld.so
2011-09-08 Ulrich DrepperPass back error code from dlerror_run
2011-09-08 Ulrich DrepperFix memory leak in case of failed dlopen
2011-09-06 Ulrich DrepperRemove unused parameter in pldd and simplify ELF handling
2011-09-05 Ulrich DrepperUse O_CLOEXEC when loading ld.so cache
2011-09-05 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-01 David S. MillerSanitize HWCAP_SPARC_* defines/usage, and add new entries.
2011-08-30 Andreas SchwabRelocate objects in dependency order
2011-08-24 Andreas SchwabFix scope handling during dl_close
2011-08-22 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-22 Andreas SchwabCorrect cycle detection during dependency sorting
2011-08-22 Andreas SchwabRevert "Don't crash when dependencies are missing"
2011-08-20 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-20 Ulrich DrepperPrint message that there is no scope instead of being...
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-20 Ulrich DrepperFurther improve printing os ELF symbol lookup scope...
2011-08-17 Ulrich DrepperFix some problem of 32-bit pldd on 64-bit platforms
2011-08-17 Ulrich DrepperPrevent possible race conditions by attaching pldd...
2011-08-16 Ulrich DrepperImprove printing of lookup scopes
2011-08-16 Ulrich DrepperAvoid warning from last change
2011-08-16 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-16 Ulrich DrepperFix printing of scope number
2011-08-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-14 Roland McGrathWarning patrol.
2011-08-14 Ulrich DrepperImplement LD_DEBUG=scopes
2011-08-13 Ulrich DrepperFix caller information of NSS modules
2011-08-12 Ulrich DrepperBetter check for last patch
2011-08-12 Ulrich DrepperBetter debug information from ld.so
2011-07-21 Ulrich DrepperFix check for AVX enablement
2011-07-20 Marek Polacek_dl_sort_fini: Remove unused argument
2011-07-20 Marek Polacekelf/cache.c: Remove unnecessary condition
2011-07-15 Roland McGrathFix remaining explicit uses of shlib.lds to use $(shlib...
2011-07-03 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
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-06-28 Roland McGrathFix missing .ctors/.dtors lead word in soinit
2011-06-26 Ulrich DrepperWe don't use linkobj/libc.so at runtmie, no need to...
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-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 McGrathRevert -r -> -Wl,-r change.
2011-06-10 Roland McGrathUse -Wl,-r instead of plain -r.
2011-06-09 Ulrich DrepperAdd pldd program
2011-05-30 Ulrich DrepperHandle DSOs without any dependency in ld.so
2011-05-30 Ulrich DrepperOne more thinko in CL
2011-05-30 Ulrich DrepperPrevent loader from loading itself
2011-05-30 Ulrich DrepperDon't build AVX tests with old compilers
2011-05-28 Ulrich DrepperFix bug in last checkin which left ldd uninstalled
2011-05-28 Ulrich DrepperAdd sotruss program
2011-05-23 Ulrich DrepperFix flags parameter value passed to pltenter and pltexit
2011-05-15 Martin von GagernFix handling of static TLS in dlopen'ed objects
2011-05-14 Andreas SchwabAdd support for generated PIE link rules
2011-05-13 Piotr BuryFix resizing able for unique symbols when adding symbol...
2011-05-11 Ulrich DrepperFix up testing for valid $ORIGIN use
2011-05-08 Alan Modrastatic tls memory leak on TLS_DTV_AT_TP archs
2011-05-07 Ulrich DrepperAllow $ORIGIN to reference trusted directoreis in SUID...
2011-05-03 Andreas Schwabldconfig: don't crash on empty path in config file
2011-04-23 Jim MeyeringRemove doubled words.
2011-04-19 Richard Sandifordelf.h: Define R_ARM_IRELATIVE reloc type.
2011-04-11 Ulrich DrepperFix memory leak in TLS of loaded objects.
2011-04-09 Andreas SchwabDon't leave empty element in rpath when skipping an...
2011-03-10 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-03-10 Ulrich DrepperFix copy relocations handling of unique objects.
2011-03-10 Ulrich DrepperDon't run tests checking xecutable stack when SELinux...
2011-03-06 Ulrich DrepperFix loading first object along a path when tracing.
2011-02-26 Andreas SchwabFix memory leak in dlopen with RTLD_NOLOAD.
2011-02-25 Andreas SchwabDon't crash when dependencies are missing
2011-02-20 Andreas SchwabMove setting variable in relro data earlier in ld.so.
2011-02-18 Nathan Sidwellelf/elf.h: Add new ARM TLS relocs.
2011-02-17 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-02-15 Ulrich DrepperRemove use of ranlib.
2011-02-04 Roland McGrathFix some warning nits.
2011-02-03 H.J. LuAVX audit test failures with gcc 4.6
2011-02-02 Ulrich DrepperFix passing symbol value to pltexit callbacks when...
2011-01-19 Ulrich DrepperFix ordering of DSO constructors and destructors.
next