summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2014-03-13stop supporting bash-1.xMike Frysinger
2014-03-13sotruss: drop ksh support and add basic POSIX shell supportMike Frysinger
2014-03-13Use __ehdr_start, when available, for rtld to get its own headers.Roland McGrath
2014-03-13Add missing elf/tst-pie2.c -- should have been inPaul Pluzhnikov
2014-03-122014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Promote do_lookup_x:check_match to a full function.Carlos O'Donell
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell
2014-02-25Fix race conditions in pldd that may leave the process stopped after detachingAndreas Schwab
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers
2014-02-12Make ABI tests generate .out files.Joseph Myers
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-08Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update remaining copyright datesAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-19Fix white space as well.Paul Pluzhnikov
2013-12-19Fix incorrect power of 2 check in last commit.Paul Pluzhnikov
2013-12-19Cleanup compile warnings.Paul Pluzhnikov
2013-12-18Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-18Add error reporting (via errno) to getauxval().Brooks Moses
2013-12-16Clean up setjmp use in dl-error.c.Roland McGrath
2013-12-05Revert wrong commit.Adhemerval Zanella
2013-12-05Fix elf/get-dynamic-info.h for ATAdhemerval Zanella
2013-12-04PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra
2013-12-02Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin
2013-11-18Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov
2013-11-18Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov
2013-11-18Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka
2013-11-18Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka
2013-11-13Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft
2013-11-13Handle NULL return from htab_find_slot()Marcus Shawcroft
2013-11-11Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.Jan Kratochvil
2013-11-03Remove unused NONTLS_INIT_TP.Ondřej Bílka
2013-10-20Print the reason why preloading failed in do_preload()Michael Stahl
2013-10-18Don't include tls.h in test casesSiddhesh Poyarekar
2013-10-15Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka
2013-10-14ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott