aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-5/+1
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer2-10/+1
2017-04-11Support auxilliary vector components for cache geometries.Paul Clarke1-0/+12
2017-04-09Check for __mprotect failure in _dl_map_segments [BZ #20831]Dmitry V. Levin1-8/+12
2017-04-05Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.cH.J. Lu1-1/+1
2017-04-05Update elf tests to use the support test driver.Wainer dos Santos Moschetta71-159/+122
2017-03-24Update old tunables framework document/script.Sunyeop Lee1-1/+1
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-1/+1
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar3-2/+16
2017-03-02Remove header file inclusion guard from elf/get-dynamic-info.hFlorian Weimer1-4/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg5-5/+8
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg5-0/+6
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2-2/+4
2017-02-04tunables: Fail tests correctly when setgid does not workSiddhesh Poyarekar1-5/+7
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva1-6/+0
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar1-0/+9
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar7-31/+482
2017-01-20* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie1-4/+26
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar1-2/+2
2017-01-11Fix elf/sotruss-lib format-truncation error.Joseph Myers1-2/+2
2017-01-10tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar2-78/+10
2017-01-05Increase some test timeouts.Joseph Myers1-1/+0
2017-01-03Fix elf/tst-ldconfig-X for cross testing.Joseph Myers1-1/+2
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers130-130/+130
2016-12-31tunables: Use correct unused attributeFlorian Weimer1-1/+1
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar3-2/+18
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2-1/+134
2016-12-31Add framework for tunablesSiddhesh Poyarekar9-0/+539
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock1-0/+3
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock1-1/+14
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2-0/+14
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock5-0/+11
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell5-8/+201
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer2-34/+2
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-0/+1
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2-2/+32
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer4-2/+245
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler1-0/+3
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer2-13/+9
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer12-286/+428
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer1-47/+7
2016-10-28Add include/crypt.h.Carlos O'Donell1-1/+0
2016-10-28Fix building tst-linkall-static.Carlos O'Donell1-0/+1
2016-10-28Add test for linking against most static librariesFlorian Weimer2-1/+57
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell5-35/+309
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva2-0/+10
2016-09-21sln: Preprocessor cleanupsFlorian Weimer1-15/+0
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno3-7/+81
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer1-36/+53