Age | Commit message (Expand) | Author | Files | Lines |
2015-09-03 | Mark elf/tst-protected1[ab] as XFAIL. | Roland McGrath | 1 | -0/+7 |
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 | 1 | -2/+9 |
2015-07-16 | Set NODELETE flag when opening already open objects with RTLD_NODELETE | Siddhesh Poyarekar | 1 | -2/+4 |
2015-07-14 | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 1 | -4/+5 |
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 | 1 | -2/+15 |
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-10 | Prepare for restoration of .interp section in libpthread.so | Dmitry V. Levin | 1 | -9/+3 |
2015-06-02 | BZ#18383: Another test case, with TLS refs and defs in separate TUs. | Roland McGrath | 1 | -3/+10 |
2015-05-28 | Make sure that calloc is called at least once | H.J. Lu | 1 | -1/+2 |
2015-05-25 | Localplt testing for vector math library and libmvec_hidden_* macro series. | Andrew Senkevich | 1 | -0/+3 |
2015-05-06 | BZ#18383: Add test case for large alignment in TLS blocks. | Roland McGrath | 1 | -3/+9 |
2015-03-31 | Add a testcase for copy reloc against protected data | H.J. Lu | 1 | -0/+7 |
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 | 1 | -1/+4 |
2015-02-23 | Fix failure of elf/tst-audit2 when compiled with GCC-5 | Andreas Schwab | 1 | -0/+2 |
2015-02-12 | Support after-link variable to run a final step on binaries. | Roland McGrath | 1 | -0/+1 |
2015-02-06 | Clean up sysdep-dl-routines variable. | Roland McGrath | 1 | -2/+2 |
2015-01-08 | Add -Wno-trampolines as needed | Richard Henderson | 1 | -0/+2 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -5/+1 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_ldconfig | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Define IN_MODULE for translation units that define NOT_IN_libc | Siddhesh Poyarekar | 1 | -0/+1 |
2014-11-24 | Remove IN_LIB | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -1/+6 |
2014-11-06 | Run check-localpltk/textrel/execstack over ld.so. | Carlos O'Donell | 1 | -1/+2 |
2014-09-16 | Remove CFLAGS for interp.c | Siddhesh Poyarekar | 1 | -3/+10 |
2014-09-16 | Include .interp section only for libc.so | Siddhesh Poyarekar | 1 | -2/+1 |
2014-06-20 | [BZ #16046] dl_iterate_phdr static executable test | Maciej W. Rozycki | 1 | -1/+1 |
2014-06-18 | Use $(rtld-prefix) more consistently. | Joseph Myers | 1 | -2/+1 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -1/+0 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 1 | -1/+2 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -2/+2 |
2014-05-09 | Fix elf/tst-tls9-static build | Adhemerval Zanella | 1 | -2/+2 |
2014-05-05 | Move rules for Linux-specific pldd program to Linux-specific Makefile. | Roland McGrath | 1 | -6/+2 |
2014-04-11 | 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+4 |
2014-03-24 | Fix BZ #16634. | Paul Pluzhnikov | 1 | -1/+2 |
2014-03-13 | stop supporting bash-1.x | Mike Frysinger | 1 | -15/+8 |
2014-03-13 | sotruss: drop ksh support and add basic POSIX shell support | Mike Frysinger | 1 | -3/+3 |
2014-03-12 | 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -2/+3 |
2014-03-07 | Make tests consistently use *.out output files. | Joseph Myers | 1 | -5/+5 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -36/+22 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -3/+3 |
2014-02-25 | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell | 1 | -1/+8 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -21/+42 |