Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."
[jlayton/glibc.git] / elf /
2014-02-05 Allan McRaeRevert "Patch 2/4 of the effort to make TLS access...
2014-02-05 Allan McRaeRevert "Async-signal safe TLS."
2014-01-31 Maciej W. Rozycki[BZ #16046] Static dlopen correction fallout fixes.
2014-01-09 Brooks MosesObvious comment typo fix ("openened") in elf/dl-load.c.
2014-01-03 Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03 Andrew HunterAsync-signal safe TLS.
2014-01-01 Allan McRaeUpdate remaining copyright dates
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19 Paul PluzhnikovFix white space as well.
2013-12-19 Paul PluzhnikovFix incorrect power of 2 check in last commit.
2013-12-19 Paul PluzhnikovCleanup compile warnings.
2013-12-19 Paul PluzhnikovPatch 2/4 of the effort to make TLS access async-signal...
2013-12-19 Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-12-18 Brooks MosesAdd error reporting (via errno) to getauxval().
2013-12-16 Roland McGrathClean up setjmp use in dl-error.c.
2013-12-05 Adhemerval ZanellaRevert wrong commit.
2013-12-05 Adhemerval ZanellaFix elf/get-dynamic-info.h for AT
2013-12-04 Ulrich WeigandPowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization
2013-12-04 Ulrich WeigandPowerPC64 ELFv2 ABI 2/6: Remove function descriptors
2013-12-04 Alan ModraPowerPC64: Report overflow on @h and @ha relocations
2013-12-02 Ondřej BílkaReturn fixed version of breaking of RPATH when $ORIGIN...
2013-11-21 Guy MartinDon't use broken DL_AUTO_FUNCTION_ADDRESS()
2013-11-18 Paul PluzhnikovAdjust AT_EXECFN when using explicit loader invocation.
2013-11-18 Paul PluzhnikovAdjust AT_EXECFN when using explicit loader invocation.
2013-11-18 Ondřej BílkaRevert b75891075bece24be9fd85618f18af4a2daf7f1c
2013-11-18 Ondřej BílkaFix breaking of RPATH when $ORIGIN contains colons...
2013-11-13 Marcus ShawcroftAvoid passing NULL to DSO_FILENAME.
2013-11-13 Marcus ShawcroftHandle NULL return from htab_find_slot()
2013-11-11 Jan KratochvilFix vDSO l_name for GDB's: Can't read pathname for...
2013-11-03 Ondřej BílkaRemove unused NONTLS_INIT_TP.
2013-10-20 Michael StahlPrint the reason why preloading failed in do_preload()
2013-10-18 Siddhesh PoyarekarDon't include tls.h in test cases
2013-10-15 Ondřej BílkaClear initfini list after freeing. Fixes bug 15308.
2013-10-14 Patrick 'P. J.'... ldd: make try_trace more robust and portable
2013-09-30 Petr MachataAdd AArch64 relocation definitions.
2013-09-23 Carlos O'DonellBZ #15754: Fix test case for ARM.
2013-09-23 Carlos O'DonellBZ #15754: CVE-2013-4788
2013-09-21 Vinitha Vijayan[BZ #15859] Fix memory leak in _dl_map_object_deps
2013-09-18 Maciej W. RozyckiMIPS: IEEE 754-2008 NaN encoding support
2013-09-09 Maciej W. RozyckiFix static-binary lazy FPU context allocation
2013-09-04 Chris LeonardUpdate iso-1427.def and related occurrences.
2013-09-04 Joseph MyersRemove --disable-versioning.
2013-08-30 Ondřej BílkaFix typos.
2013-08-29 Ondřej BílkaFix typos.
2013-08-21 Ondřej BílkaFix typos.
2013-08-20 Andreas Arnez * elf/setup-vdso.h (setup_vdso): Fix missing string...
2013-06-28 Ryan S. ArnoldAdd GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.
2013-06-28 Pierre YnardTest for mprotect failure in dl-load.c (bug 12492).
2013-06-28 Nathan FroydMark packed structure element used with atomic operatio...
2013-06-28 Maciej W. Rozycki[BZ #15022] Correct global-scope dlopen issues in stati...
2013-06-26 Maciej W. Rozycki[BZ #15022] Avoid repeated calls to DL_STATIC_INIT...
2013-06-26 Ryan S. ArnoldAdd AT_HWCAP2 as a new auxv_t a_type to elf.h.
2013-06-21 Maciej W. RozyckiRemove dead DL_DST_REQ_STATIC code.
2013-06-18 Roland McGrathUse rtld-CPPFLAGS in rtld-%.os rules for generated...
2013-06-13 Roland McGrathDon't let ld.so that failed its sanity check land in...
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-29 Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-05-23 Carlos O'DonellUpdate comments in ldconfig.c and dl-hwcaps.c.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-14 Carlos O'DonellAdd comments to vDSO hwcap loading process.
2013-05-10 Florian WeimerUse *stat64 instead of *stat in installed programs
2013-05-09 Carlos O'DonellAdd more comments to dlclose() algorithm.
2013-05-07 Roland McGrathRemove a dead declaration.
2013-05-06 Roland McGrathSplit _dl_writev out from _dl_debug_vdprintf.
2013-05-03 Roland McGrathFix NEED_DL_SYSINFO{,_DSO} conditionalization in _dl_sy...
2013-04-25 Joseph MyersMove x86_64-specific audit tests to sysdeps/x86_64/.
2013-04-15 David HolsgroveAdding MicroBlaze support to elf/elf.h
2013-04-11 Andreas SchwabFix invalid free of memory allocated during rtld init
2013-04-06 Carlos O'Donelldl_open_worker: Memset all of seen array.
2013-03-28 Roland McGrathMake _dl_phdr pointer to const.
2013-03-28 Roland McGrathConsolidate declarations of _dl_phdr, _dl_phnum.
2013-03-19 Andreas SchwabAdd support for rtld directory different from slib...
2013-03-15 Roland McGrathClean up _dl_pagesize initialization.
2013-03-01 Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-02-20 Petr MachataAdd ARM relocation constants to elf/elf.h.
2013-02-18 Mike Frysingerunify xmalloc prototypes & friends
2013-02-18 Siddhesh PoyarekarNew function _dl_find_dso_for_object
2013-02-17 Andreas JaegerSort Versions files
2013-02-15 Joseph MyersRemove miscellaneous bounded-pointers relics in C code.
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-08 Carlos O'DonellAdd more comments to _dl_load_cache_lookup().
2013-02-08 Carlos O'DonellARM: Support loading unmarked objects from cache.
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-02-05 Roland McGrathReplace an alloca use with a variable-length array.
2013-02-04 Andreas SchwabDon't use GLIBC_PRIVATE errno outside of libraries
2013-02-02 Jan KratochvilImprove link_map.l_addr comment.
2013-01-23 Adam ConradBuild elf/tst-array2 and elf/tst-array5 with --no-as...
2013-01-17 H.J. LuImplement x86 SIZE32/SIZE64 relocations
2013-01-11 Steve Ellcey2013-01-11 Steve Ellcey <sellcey@mips.com>
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10 Roland McGrathFix whitespace in elf.h MIPS macros.
2013-01-10 Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2013-01-01 David S. MillerUpdate copyright years.
2012-12-28 Andreas JaegerAdd values from Linux 3.7 to <elf.h>
2012-11-30 Carlos O'DonellWarn about unsupported DT_FLAGS_1 flags.
2012-11-27 H.J. LuCast to __intptr_t before casting pointer to int64
next