| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce value of LD_HWCAP_MASK for tst-env-setuid test case | Siddhesh Poyarekar | 2017-05-19 | 1 | -1/+1 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -25/+33 |
* | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 2017-05-09 | 1 | -1/+1 |
* | Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209) | Siddhesh Poyarekar | 2017-03-07 | 1 | -1/+2 |
* | tunables: Fix environment variable processing for setuid binaries (bz #21073) | Siddhesh Poyarekar | 2017-02-02 | 1 | -1/+5 |
* | Fix elf/tst-ldconfig-X for cross testing. | Joseph Myers | 2017-01-03 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 2016-12-31 | 1 | -1/+3 |
* | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar | 2016-12-31 | 1 | -0/+6 |
* | Add framework for tunables | Siddhesh Poyarekar | 2016-12-31 | 1 | -0/+5 |
* | Link a non-libc-using test with -fno-stack-protector [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+3 |
* | Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -1/+14 |
* | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+12 |
* | Bug 11941: ld.so: Improper assert map->l_init_called in dlclose | Carlos O'Donell | 2016-12-23 | 1 | -2/+12 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 1 | -0/+1 |
* | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 2016-12-02 | 1 | -2/+30 |
* | elf/tst-tls-manydynamic: New test | Florian Weimer | 2016-12-02 | 1 | -2/+15 |
* | Fix new testcase elf/tst-latepthread on s390x. | Stefan Liebler | 2016-12-02 | 1 | -0/+3 |
* | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2016-11-30 | 1 | -5/+16 |
* | Add include/crypt.h. | Carlos O'Donell | 2016-10-28 | 1 | -1/+0 |
* | Fix building tst-linkall-static. | Carlos O'Donell | 2016-10-28 | 1 | -0/+1 |
* | Add test for linking against most static libraries | Florian Weimer | 2016-10-28 | 1 | -1/+12 |
* | Bug 20292 - Simplify and test _dl_addr_inside_object | Carlos O'Donell | 2016-09-30 | 1 | -1/+11 |
* | Set NODELETE flag after checking for NULL pointer | Aurelien Jarno | 2016-09-03 | 1 | -1/+2 |
* | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 2016-07-12 | 1 | -0/+7 |
* | Register extra test objects | Andreas Schwab | 2016-04-13 | 1 | -2/+3 |
* | Report dlsym, dlvsym lookup errors using dlerror [BZ #19509] | Florian Weimer | 2016-03-31 | 1 | -1/+3 |
* | ldconfig: Do not remove stale symbolic links with -X [BZ #19610] | Florian Weimer | 2016-03-07 | 1 | -1/+6 |
* | Enable --localedir to set message catalog directory (Bug 14259) | Carlos O'Donell | 2016-02-24 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Implement "make update-all-abi" | Florian Weimer | 2015-11-24 | 1 | -0/+1 |
* | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 2015-11-14 | 1 | -0/+17 |
* | ld.so: Add original DSO name if overridden by audit module [BZ #18251] | Florian Weimer | 2015-11-09 | 1 | -2/+16 |
* | Mark elf/tst-protected1[ab] as XFAIL. | Roland McGrath | 2015-09-03 | 1 | -0/+7 |
* | Fix -Wundef warnings in elf/tst-execstack.c. | Joseph Myers | 2015-08-19 | 1 | -0/+1 |
* | Clear DF_1_NODELETE flag only for failed to load library. | Maxim Ostapenko | 2015-08-11 | 1 | -2/+9 |
* | Set NODELETE flag when opening already open objects with RTLD_NODELETE | Siddhesh Poyarekar | 2015-07-16 | 1 | -2/+4 |
* | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 2015-07-14 | 1 | -4/+5 |
* | BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug. | Roland McGrath | 2015-07-08 | 1 | -4/+0 |
* | Fix some places to use $(LN_S) makefile variable. | Roland McGrath | 2015-07-08 | 1 | -2/+1 |
* | Add forced deletion support to _dl_close_worker | Pavel Kopyl | 2015-07-07 | 1 | -2/+15 |
* | Support compilers defaulting to PIE | H.J. Lu | 2015-06-25 | 1 | -0/+1 |
* | Align TCB offset to the maximum alignment | H.J. Lu | 2015-06-24 | 1 | -4/+1 |
* | Prepare for restoration of .interp section in libpthread.so | Dmitry V. Levin | 2015-06-10 | 1 | -9/+3 |
* | BZ#18383: Another test case, with TLS refs and defs in separate TUs. | Roland McGrath | 2015-06-02 | 1 | -3/+10 |
* | Make sure that calloc is called at least once | H.J. Lu | 2015-05-28 | 1 | -1/+2 |
* | Localplt testing for vector math library and libmvec_hidden_* macro series. | Andrew Senkevich | 2015-05-25 | 1 | -0/+3 |
* | BZ#18383: Add test case for large alignment in TLS blocks. | Roland McGrath | 2015-05-06 | 1 | -3/+9 |
* | Add a testcase for copy reloc against protected data | H.J. Lu | 2015-03-31 | 1 | -0/+7 |
* | Avoid more C++ tests. | Roland McGrath | 2015-03-04 | 1 | -3/+2 |