Age | Commit message (Expand) | Author | Files | Lines |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 5 | -0/+6 |
2017-02-08 | Fix getting tunable values on big-endian (BZ #21109) | Siddhesh Poyarekar | 2 | -2/+4 |
2017-02-04 | tunables: Fail tests correctly when setgid does not work | Siddhesh Poyarekar | 1 | -5/+7 |
2017-02-03 | Bug 20915: Do not initialize DTV of other threads. | Alexandre Oliva | 1 | -6/+0 |
2017-02-02 | Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073) | Siddhesh Poyarekar | 1 | -0/+9 |
2017-02-02 | tunables: Fix environment variable processing for setuid binaries (bz #21073) | Siddhesh Poyarekar | 7 | -31/+482 |
2017-01-20 | * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ... | DJ Delorie | 1 | -4/+26 |
2017-01-20 | Fix environment traversal when an envvar value is empty | Siddhesh Poyarekar | 1 | -2/+2 |
2017-01-11 | Fix elf/sotruss-lib format-truncation error. | Joseph Myers | 1 | -2/+2 |
2017-01-10 | tunables: Avoid getenv calls and disable glibc.malloc.check by default | Siddhesh Poyarekar | 2 | -78/+10 |
2017-01-05 | Increase some test timeouts. | Joseph Myers | 1 | -1/+0 |
2017-01-03 | Fix elf/tst-ldconfig-X for cross testing. | Joseph Myers | 1 | -1/+2 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 5 | -5/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 130 | -130/+130 |
2016-12-31 | tunables: Use correct unused attribute | Florian Weimer | 1 | -1/+1 |
2016-12-31 | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 3 | -2/+18 |
2016-12-31 | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar | 2 | -1/+134 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 9 | -0/+539 |
2016-12-26 | Link a non-libc-using test with -fno-stack-protector [BZ #7065] | Nick Alcock | 1 | -0/+3 |
2016-12-26 | Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065] | Nick Alcock | 1 | -1/+14 |
2016-12-26 | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock | 2 | -0/+14 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 5 | -0/+11 |
2016-12-23 | Bug 11941: ld.so: Improper assert map->l_init_called in dlclose | Carlos O'Donell | 5 | -8/+201 |
2016-12-21 | Remove unused function _dl_tls_setup | Florian Weimer | 2 | -34/+2 |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 1 | -0/+1 |
2016-12-02 | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 2 | -2/+32 |
2016-12-02 | elf/tst-tls-manydynamic: New test | Florian Weimer | 4 | -2/+245 |
2016-12-02 | Fix new testcase elf/tst-latepthread on s390x. | Stefan Liebler | 1 | -0/+3 |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer | 2 | -13/+9 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 12 | -286/+428 |
2016-11-23 | elf: Assume TLS is initialized in _dl_map_object_from_fd | Florian Weimer | 1 | -47/+7 |
2016-10-28 | Add include/crypt.h. | Carlos O'Donell | 1 | -1/+0 |
2016-10-28 | Fix building tst-linkall-static. | Carlos O'Donell | 1 | -0/+1 |
2016-10-28 | Add test for linking against most static libraries | Florian Weimer | 2 | -1/+57 |
2016-09-30 | Bug 20292 - Simplify and test _dl_addr_inside_object | Carlos O'Donell | 5 | -35/+309 |
2016-09-21 | [PR19826] fix non-LE TLS in static programs | Alexandre Oliva | 2 | -0/+10 |
2016-09-21 | sln: Preprocessor cleanups | Florian Weimer | 1 | -15/+0 |
2016-09-03 | Set NODELETE flag after checking for NULL pointer | Aurelien Jarno | 3 | -7/+81 |
2016-08-03 | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 1 | -36/+53 |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -29/+46 |
2016-08-03 | elf: dl-minimal malloc needs to respect fundamental alignment | Florian Weimer | 1 | -1/+2 |
2016-07-19 | elf/elf.h: Add missing Meta relocations | Will Newton | 1 | -0/+15 |
2016-07-18 | elf: Define missing Meta architecture specific relocations | Khem Raj | 1 | -0/+47 |
2016-07-12 | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 3 | -0/+115 |
2016-07-01 | Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL | Maciej W. Rozycki | 3 | -1/+7 |
2016-06-28 | elf.h: Add declarations for BPF | Richard Henderson | 1 | -1/+7 |
2016-06-28 | elf.h: Sync with the gabi webpage | Richard Henderson | 1 | -83/+192 |
2016-04-23 | Reduce number of mmap calls from __libc_memalign in ld.so | H.J. Lu | 1 | -7/+5 |
2016-04-13 | Register extra test objects | Andreas Schwab | 1 | -2/+3 |
2016-04-09 | Allow overriding of CFLAGS as well as CPPFLAGS for rtld. | Nick Alcock | 1 | -1/+1 |