| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up rules for tests that compare output with baselines. | Joseph Myers | 2014-02-14 | 1 | -42/+49 |
* | Make ABI tests generate .out files. | Joseph Myers | 2014-02-12 | 1 | -1/+1 |
* | Merge MIPS dl-lookup.c into generic file. | Joseph Myers | 2014-02-11 | 1 | -0/+8 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 23 | -133/+133 |
* | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 2 | -13/+0 |
* | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 2 | -160/+16 |
* | Revert "Async-signal safe TLS." | Allan McRae | 2014-02-06 | 3 | -114/+39 |
* | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 2014-01-31 | 4 | -49/+8 |
* | Obvious comment typo fix ("openened") in elf/dl-load.c. | Brooks Moses | 2014-01-08 | 1 | -1/+1 |
* | Async-signal safe TLS. | Andrew Hunter | 2014-01-03 | 3 | -39/+114 |
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 5 | -5/+5 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 80 | -80/+80 |
* | Fix white space as well. | Paul Pluzhnikov | 2013-12-19 | 1 | -1/+1 |
* | Fix incorrect power of 2 check in last commit. | Paul Pluzhnikov | 2013-12-19 | 1 | -1/+1 |
* | Cleanup compile warnings. | Paul Pluzhnikov | 2013-12-19 | 1 | -5/+15 |
* | Patch 2/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 2013-12-18 | 2 | -16/+150 |
* | Patch 3/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 2013-12-18 | 2 | -0/+13 |
* | Add error reporting (via errno) to getauxval(). | Brooks Moses | 2013-12-18 | 1 | -2/+26 |
* | Clean up setjmp use in dl-error.c. | Roland McGrath | 2013-12-16 | 1 | -32/+40 |
* | Revert wrong commit. | Adhemerval Zanella | 2013-12-05 | 1 | -2/+2 |
* | Fix elf/get-dynamic-info.h for AT | Adhemerval Zanella | 2013-12-05 | 1 | -2/+2 |
* | PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization | Ulrich Weigand | 2013-12-04 | 1 | -0/+11 |
* | PowerPC64 ELFv2 ABI 2/6: Remove function descriptors | Ulrich Weigand | 2013-12-04 | 1 | -0/+6 |
* | PowerPC64: Report overflow on @h and @ha relocations | Alan Modra | 2013-12-04 | 1 | -0/+11 |
* | Return fixed version of breaking of RPATH when $ORIGIN contains colons | Ondřej Bílka | 2013-12-02 | 1 | -10/+16 |
* | Don't use broken DL_AUTO_FUNCTION_ADDRESS() | Guy Martin | 2013-11-21 | 3 | -11/+4 |
* | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | 2013-11-18 | 2 | -1/+5 |
* | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | 2013-11-18 | 1 | -0/+45 |
* | Revert b75891075bece24be9fd85618f18af4a2daf7f1c | Ondřej Bílka | 2013-11-18 | 1 | -16/+10 |
* | Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253 | Ondřej Bílka | 2013-11-18 | 1 | -10/+16 |
* | Avoid passing NULL to DSO_FILENAME. | Marcus Shawcroft | 2013-11-13 | 1 | -1/+1 |
* | Handle NULL return from htab_find_slot() | Marcus Shawcroft | 2013-11-13 | 1 | -0/+6 |
* | Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error. | Jan Kratochvil | 2013-11-11 | 1 | -1/+7 |
* | Remove unused NONTLS_INIT_TP. | Ondřej Bílka | 2013-11-03 | 1 | -4/+0 |
* | Print the reason why preloading failed in do_preload() | Michael Stahl | 2013-10-20 | 1 | -2/+2 |
* | Don't include tls.h in test cases | Siddhesh Poyarekar | 2013-10-18 | 23 | -41/+0 |
* | Clear initfini list after freeing. Fixes bug 15308. | Ondřej Bílka | 2013-10-15 | 1 | -0/+1 |
* | ldd: make try_trace more robust and portable | Patrick 'P. J.' McDermott | 2013-10-14 | 1 | -13/+12 |
* | Add AArch64 relocation definitions. | Petr Machata | 2013-09-30 | 1 | -0/+112 |
* | BZ #15754: Fix test case for ARM. | Carlos O'Donell | 2013-09-23 | 1 | -0/+3 |
* | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 2013-09-23 | 3 | -2/+210 |
* | [BZ #15859] Fix memory leak in _dl_map_object_deps | Vinitha Vijayan | 2013-09-21 | 1 | -1/+0 |
* | MIPS: IEEE 754-2008 NaN encoding support | Maciej W. Rozycki | 2013-09-18 | 2 | -0/+10 |
* | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki | 2013-09-09 | 1 | -0/+6 |
* | Remove --disable-versioning. | Joseph Myers | 2013-09-04 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 5 | -5/+5 |
* | * elf/setup-vdso.h (setup_vdso): Fix missing string termination. | Andreas Arnez | 2013-08-20 | 1 | -1/+1 |
* | Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. | Ryan S. Arnold | 2013-06-28 | 2 | -3/+11 |