Age | Commit message (Expand) | Author |
2014-04-03 | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath |
2014-04-03 | elf/dl-lookup.c: Remove obsolete comment about nested function | Will Newton |
2014-03-27 | 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2014-03-26 | 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2014-03-25 | Add empty GLIBC_2.2.5 version to elf/Versions. | Joseph Myers |
2014-03-24 | Address post-commit patch comments. | Paul Pluzhnikov |
2014-03-24 | Fix BZ #16634. | Paul Pluzhnikov |
2014-03-13 | stop supporting bash-1.x | Mike Frysinger |
2014-03-13 | sotruss: drop ksh support and add basic POSIX shell support | Mike Frysinger |
2014-03-13 | Use __ehdr_start, when available, for rtld to get its own headers. | Roland McGrath |
2014-03-13 | Add missing elf/tst-pie2.c -- should have been in | Paul Pluzhnikov |
2014-03-12 | 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2014-03-07 | Make tests consistently use *.out output files. | Joseph Myers |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers |
2014-02-28 | Promote do_lookup_x:check_match to a full function. | Carlos O'Donell |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath |
2014-02-25 | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell |
2014-02-25 | Fix race conditions in pldd that may leave the process stopped after detaching | Andreas Schwab |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers |
2014-02-14 | Split up rules for tests that compare output with baselines. | Joseph Myers |
2014-02-12 | Make ABI tests generate .out files. | Joseph Myers |
2014-02-11 | Merge MIPS dl-lookup.c into generic file. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-02-06 | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae |
2014-02-06 | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae |
2014-02-06 | Revert "Async-signal safe TLS." | Allan McRae |
2014-01-31 | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki |
2014-01-08 | Obvious comment typo fix ("openened") in elf/dl-load.c. | Brooks Moses |
2014-01-03 | Async-signal safe TLS. | Andrew Hunter |
2014-01-01 | Update remaining copyright dates | Allan McRae |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-19 | Fix white space as well. | Paul Pluzhnikov |
2013-12-19 | Fix incorrect power of 2 check in last commit. | Paul Pluzhnikov |
2013-12-19 | Cleanup compile warnings. | Paul Pluzhnikov |
2013-12-18 | Patch 2/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov |
2013-12-18 | Patch 3/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov |
2013-12-18 | Add error reporting (via errno) to getauxval(). | Brooks Moses |
2013-12-16 | Clean up setjmp use in dl-error.c. | Roland McGrath |
2013-12-05 | Revert wrong commit. | Adhemerval Zanella |
2013-12-05 | Fix elf/get-dynamic-info.h for AT | Adhemerval Zanella |
2013-12-04 | PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization | Ulrich Weigand |
2013-12-04 | PowerPC64 ELFv2 ABI 2/6: Remove function descriptors | Ulrich Weigand |
2013-12-04 | PowerPC64: Report overflow on @h and @ha relocations | Alan Modra |
2013-12-02 | Return fixed version of breaking of RPATH when $ORIGIN contains colons | Ondřej Bílka |
2013-11-21 | Don't use broken DL_AUTO_FUNCTION_ADDRESS() | Guy Martin |
2013-11-18 | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov |
2013-11-18 | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov |
2013-11-18 | Revert b75891075bece24be9fd85618f18af4a2daf7f1c | Ondřej Bílka |
2013-11-18 | Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253 | Ondřej Bílka |
2013-11-13 | Avoid passing NULL to DSO_FILENAME. | Marcus Shawcroft |