Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 1 | -5/+2 |
2015-10-15 | Mark internal _dl_XXX functions hidden | H.J. Lu | 2 | -2/+3 |
2015-10-15 | Always enable pointer guard [BZ #18928] | Florian Weimer | 1 | -11/+4 |
2015-09-25 | [BZ #17250] Fix static dlopen default library search path | Maciej W. Rozycki | 1 | -1/+0 |
2015-09-18 | Fix error messages in elf/tst-dlmopen1.c. | Carlos O'Donell | 1 | -3/+4 |
2015-09-18 | Use ALIGN_* macros in _dl_map_object_from_fd. | Carlos O'Donell | 1 | -4/+4 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 7 | -7/+7 |
2015-09-03 | Mark elf/tst-protected1[ab] as XFAIL. | Roland McGrath | 1 | -0/+7 |
2015-08-19 | Fix dynamic linker issue with bind-now | Petar Jovanovic | 1 | -6/+8 |
2015-08-19 | Fix -Wundef warnings in elf/tst-execstack.c. | Joseph Myers | 1 | -0/+1 |
2015-08-11 | Clear DF_1_NODELETE flag only for failed to load library. | Maxim Ostapenko | 4 | -10/+56 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 3 | -6/+15 |
2015-07-23 | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar | 1 | -1/+8 |
2015-07-16 | hppa/ia64: _dl_symbol_address: add PLT bypass for rtld | Mike Frysinger | 1 | -0/+1 |
2015-07-16 | Add comment to clarify how the test can fail | Siddhesh Poyarekar | 1 | -0/+2 |
2015-07-16 | Set NODELETE flag when opening already open objects with RTLD_NODELETE | Siddhesh Poyarekar | 4 | -7/+96 |
2015-07-15 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2015-07-15 | Modify elf/tst-audit9.c to use test-skeleton.c | Arjun Shankar | 1 | -1/+5 |
2015-07-14 | Factor file identity rules out of generic rtld code. | Roland McGrath | 1 | -10/+8 |
2015-07-14 | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 1 | -4/+5 |
2015-07-09 | Provide __libc_fatal for rtld. | Roland McGrath | 1 | -17/+23 |
2015-07-08 | BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug. | Roland McGrath | 1 | -4/+0 |
2015-07-08 | Fix some places to use $(LN_S) makefile variable. | Roland McGrath | 1 | -2/+1 |
2015-07-07 | Add forced deletion support to _dl_close_worker | Pavel Kopyl | 8 | -5/+130 |
2015-06-26 | Add support for DT_MIPS_RLD_MAP_REL. | Matthew Fortune | 1 | -1/+5 |
2015-06-25 | Support compilers defaulting to PIE | H.J. Lu | 1 | -0/+1 |
2015-06-24 | Align TCB offset to the maximum alignment | H.J. Lu | 1 | -4/+1 |
2015-06-24 | Don't issue errors on GDB Python files | H.J. Lu | 1 | -1/+9 |
2015-06-17 | [BZ 18034][AArch64] Lazy TLSDESC relocation data race fix | Szabolcs Nagy | 1 | -3/+5 |
2015-06-10 | Prepare for restoration of .interp section in libpthread.so | Dmitry V. Levin | 2 | -10/+4 |
2015-06-02 | BZ#18383: Another test case, with TLS refs and defs in separate TUs. | Roland McGrath | 4 | -3/+113 |
2015-05-28 | Make sure that calloc is called at least once | H.J. Lu | 2 | -7/+22 |
2015-05-25 | Localplt testing for vector math library and libmvec_hidden_* macro series. | Andrew Senkevich | 1 | -0/+3 |
2015-05-22 | Don't issue an error if DT_PLTRELSZ is missing | H.J. Lu | 1 | -11/+3 |
2015-05-06 | BZ#18383: Add test case for large alignment in TLS blocks. | Roland McGrath | 4 | -3/+102 |
2015-05-01 | elf.h: Add section compression constants and structures. | Mark Wielaard | 1 | -0/+25 |
2015-04-28 | elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour. | Mark Wielaard | 1 | -1/+1 |
2015-04-17 | Avoid confusing compiler with dynamically impossible statically invalid deref... | Roland McGrath | 1 | -3/+13 |
2015-04-17 | Fuller check for invalid NSID in _dl_open. | Roland McGrath | 1 | -3/+9 |
2015-04-08 | pldd: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 2 | -19/+37 |
2015-03-31 | Add a testcase for copy reloc against protected data | H.J. Lu | 6 | -0/+680 |
2015-03-31 | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 1 | -1/+60 |
2015-03-25 | powerpc __tls_get_addr call optimization | Alan Modra | 2 | -4/+13 |
2015-03-17 | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 4 | -50/+35 |
2015-03-11 | Fix ldconfig segmentation fault with corrupted cache (Bug 18093). | Aurelien Jarno | 1 | -1/+3 |
2015-03-06 | Replace __attribute__((visibility("protected"))) | H.J. Lu | 3 | -3/+21 |
2015-03-04 | Avoid more C++ tests. | Roland McGrath | 1 | -3/+2 |
2015-03-02 | Fix parallel build error | Andreas Schwab | 1 | -1/+1 |
2015-02-27 | Compile vismain with -fPIE and link with -pie | H.J. Lu | 2 | -1/+9 |
2015-02-25 | sprof: Make an error message identical to two others, and more accurate. | Benno Schulenberg | 1 | -1/+1 |