about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu2017-10-041-1/+2
* Add a test for main () in a shared objectH.J. Lu2017-10-043-2/+53
* ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu2017-10-031-1/+2
* Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]H.J. Lu2017-10-011-1/+0
* Add a test for non-PIE static executableH.J. Lu2017-09-302-1/+5
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-271-11/+4
* Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu2017-09-263-3/+50
* Fix $(error) use in MakefileSamuel Thibault2017-09-101-2/+2
* elf: Remove internal_function attributeFlorian Weimer2017-08-3123-52/+5
* dlfcn: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu2017-08-211-0/+1
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-212-3/+2
* Add NT_GNU_PROPERTY_TYPE_0 macrosH.J. Lu2017-08-181-0/+56
* ldd: never run file directlyAndreas Schwab2017-08-161-13/+1
* powerpc: Add values from Linux 4.8 to <elf.h>Gustavo Romero2017-08-151-0/+16
* _dl_init: Remove internal_function attributeFlorian Weimer2017-08-141-1/+0
* _dl_start: Remove internal_function attributeFlorian Weimer2017-08-141-1/+1
* _dl_fini: Remove internal_function attributeFlorian Weimer2017-08-141-1/+0
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-134-9/+0
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-131-2/+1
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-109-218/+347
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-0/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu2017-08-041-0/+3
* Run vismain only if linker supports protected data symbolH.J. Lu2017-08-041-0/+2
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-0/+2
* powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho2017-07-171-1/+3
* Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu2017-07-101-2/+2
* Add per-thread cache to mallocDJ Delorie2017-07-061-0/+12
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-302-20/+21
* Fix elf/loadtest.c build with GCC 8.Joseph Myers2017-06-271-6/+10
* x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu2017-06-211-4/+0
* Move x86 specific tunables to x86/dl-tunables.listH.J. Lu2017-06-201-12/+0
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-201-0/+16
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-191-15/+95
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-191-16/+66
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-191-1/+2
* Remove _dl_out_of_memory from elf/VersionsH.J. Lu2017-06-161-1/+1
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-143-2/+7
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-084-154/+86
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-071-8/+7
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-075-3/+50
* tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar2017-06-071-0/+7
* tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar2017-06-073-41/+72
* Make __tunables_init hidden and avoid PLTH.J. Lu2017-05-252-0/+5
* Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar2017-05-191-1/+1
* tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar2017-05-172-54/+41
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-25/+39
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-092-2/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-5/+1