Quash implicit declaration warning
[platform/upstream/glibc.git] / elf /
2012-01-08 Ulrich DrepperStatic linking is always needed
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-08 Ulrich DrepperRemove non-ELF support
2012-01-07 Ulrich DrepperMore IA-64 removal
2012-01-07 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-07 Ulrich DrepperAdd explicit declaration of gets in C++ code
2012-01-01 Ulrich DrepperAlso update new programs
2012-01-01 Ulrich DrepperUpdate copyright year
2011-12-23 Marek PolacekAdd missing inline keyword
2011-11-12 Ulrich DrepperFix warning in __dl_iterate_phdr
2011-11-04 Andreas SchwabFix off-by-one when reading link name in sprof
2011-11-02 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-01 Andreas SchwabAccount for alloca size rounding in extend_alloca
2011-10-31 Paul PluzhnikovUse extend_alloca in _dl_map_object_deps.
2011-10-29 Ulrich DrepperTypo in last checkin
2011-10-29 Ulrich DrepperCorrectly NUL-terminate link name in sprof
2011-10-29 Ulrich DrepperCleanups in ldconfig's chroot handling
2011-10-29 Ulrich DrepperAvoid warning in dl-lookup.c
2011-10-29 Thomas JaroschFix readlink call in ldconfig's chroot handling
2011-10-25 Andreas SchwabSmall optimization of dependency sorting
2011-10-20 Andreas SchwabPreserve link time dependencies over relocation depende...
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
next