about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-2/+2
* Remove last use of USE___THREADAndreas Schwab2014-05-141-149/+5
* Fix elf/tst-tls9-static buildAdhemerval Zanella2014-05-091-2/+2
* Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath2014-05-051-6/+2
* 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-04-111-1/+4
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-036-200/+350
* elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton2014-04-031-5/+4
* 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-271-10/+8
* 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-261-40/+36
* Add empty GLIBC_2.2.5 version to elf/Versions.Joseph Myers2014-03-251-0/+3
* Address post-commit patch comments.Paul Pluzhnikov2014-03-241-2/+8
* Fix BZ #16634.Paul Pluzhnikov2014-03-243-13/+87
* stop supporting bash-1.xMike Frysinger2014-03-131-15/+8
* sotruss: drop ksh support and add basic POSIX shell supportMike Frysinger2014-03-132-10/+7
* Use __ehdr_start, when available, for rtld to get its own headers.Roland McGrath2014-03-131-4/+19
* Add missing elf/tst-pie2.c -- should have been inPaul Pluzhnikov2014-03-131-0/+38
* 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-123-6/+8
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-5/+5
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-36/+22
* Promote do_lookup_x:check_match to a full function.Carlos O'Donell2014-02-281-104/+122
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-3/+3
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-256-2/+71
* Fix race conditions in pldd that may leave the process stopped after detachingAndreas Schwab2014-02-251-0/+25
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-21/+42
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-141-42/+49
* Make ABI tests generate .out files.Joseph Myers2014-02-121-1/+1
* Merge MIPS dl-lookup.c into generic file.Joseph Myers2014-02-111-0/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1023-133/+133
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-062-13/+0
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-062-160/+16
* Revert "Async-signal safe TLS."Allan McRae2014-02-063-114/+39
* [BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki2014-01-314-49/+8
* Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses2014-01-081-1/+1
* Async-signal safe TLS.Andrew Hunter2014-01-033-39/+114
* Update remaining copyright datesAllan McRae2014-01-015-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0180-80/+80
* Fix white space as well.Paul Pluzhnikov2013-12-191-1/+1
* Fix incorrect power of 2 check in last commit.Paul Pluzhnikov2013-12-191-1/+1
* Cleanup compile warnings.Paul Pluzhnikov2013-12-191-5/+15
* Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-182-16/+150
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-182-0/+13
* Add error reporting (via errno) to getauxval().Brooks Moses2013-12-181-2/+26
* Clean up setjmp use in dl-error.c.Roland McGrath2013-12-161-32/+40
* Revert wrong commit.Adhemerval Zanella2013-12-051-2/+2
* Fix elf/get-dynamic-info.h for ATAdhemerval Zanella2013-12-051-2/+2
* PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand2013-12-041-0/+11
* PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand2013-12-041-0/+6
* PowerPC64: Report overflow on @h and @ha relocationsAlan Modra2013-12-041-0/+11
* Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka2013-12-021-10/+16
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-213-11/+4