aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella1-0/+2
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-1/+3
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu1-2/+2
2017-07-06Add per-thread cache to mallocDJ Delorie1-0/+12
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2-20/+21
2017-06-27Fix elf/loadtest.c build with GCC 8.Joseph Myers1-6/+10
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu1-4/+0
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu1-12/+0
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu1-0/+16
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer1-15/+95
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer1-16/+66
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer1-1/+2
2017-06-16Remove _dl_out_of_memory from elf/VersionsH.J. Lu1-1/+1
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra3-2/+7
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu4-154/+86
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-8/+7
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar5-3/+50
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar1-0/+7
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar3-41/+72
2017-05-25Make __tunables_init hidden and avoid PLTH.J. Lu2-0/+5
2017-05-19Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar1-1/+1
2017-05-17tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar2-54/+41
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-25/+39
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2-2/+2
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