summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer
2017-04-11Support auxilliary vector components for cache geometries.Paul Clarke
2017-04-09Check for __mprotect failure in _dl_map_segments [BZ #20831]Dmitry V. Levin
2017-04-05Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.cH.J. Lu
2017-04-05Update elf tests to use the support test driver.Wainer dos Santos Moschetta
2017-03-24Update old tunables framework document/script.Sunyeop Lee
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar
2017-03-02Remove header file inclusion guard from elf/get-dynamic-info.hFlorian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar
2017-02-04tunables: Fail tests correctly when setgid does not workSiddhesh Poyarekar
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-01-20* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar
2017-01-11Fix elf/sotruss-lib format-truncation error.Joseph Myers
2017-01-10tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar
2017-01-05Increase some test timeouts.Joseph Myers
2017-01-03Fix elf/tst-ldconfig-X for cross testing.Joseph Myers
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31tunables: Use correct unused attributeFlorian Weimer
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer
2016-10-28Add include/crypt.h.Carlos O'Donell
2016-10-28Fix building tst-linkall-static.Carlos O'Donell
2016-10-28Add test for linking against most static librariesFlorian Weimer
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva
2016-09-21sln: Preprocessor cleanupsFlorian Weimer
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno