]> sourceware.org Git - glibc.git/history - elf
Fix integer overflows in internal memalign and malloc functions [BZ #22343]
[glibc.git] / elf /
2018-01-15 Alan HaywardAdd NT_ARM_SVE to elf.h
2018-01-14 Carlos O'DonellSynchronize DF_1_* flags with binutils (Bug 22707)
2018-01-07 Palmer DabbeltAdd RISC-V dynamic relocations to elf.h
2018-01-04 Florian Weimerelf: Support dlvsym within libc.so
2018-01-01 Dmitry V. Levinelf: check for rpath emptiness before making a copy...
2018-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-30 Aurelien Jarnoelf: Check for empty tokens before dynamic string token...
2017-12-27 Dmitry V. Levinelf: remove redundant is_path argument
2017-12-27 Dmitry V. Levinelf: remove redundant code from is_dst
2017-12-27 Dmitry V. Levinelf: remove redundant code from _dl_dst_substitute
2017-12-19 Dmitry V. Levinelf: remove redundant __libc_enable_secure check from...
2017-12-19 H.J. LuReplece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no...
2017-12-18 Florian Weimerld.so: Examine GLRO to detect inactive loader [BZ ...
2017-12-18 Dmitry V. Levinelf: do not substitute dst in $LD_LIBRARY_PATH twice...
2017-12-16 Aurelien Jarnoldconfig: set LC_COLLATE to C [BZ #22505]
2017-12-16 Carlos O'DonellFix tst-leaks1 (bug 14681)
2017-12-16 H.J. LuAdd --enable-static-pie configure option to build stati...
2017-12-14 Siddhesh PoyarekarRemove redundant mention of SXID_ERASE
2017-12-14 Florian Weimerelf: Count components of the expanded path in _dl_init_...
2017-12-14 Florian Weimerelf: Compute correct array size in _dl_init_paths ...
2017-12-13 Carlos O'DonellFix testing with nss-crypt.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-10 Aurelien Jarnoelf/rtld.c (init_tls): Add missing new line to the...
2017-12-05 Rogerio AlvesAdd elision tunables
2017-11-28 H.J. LuProperly compute offsets of note descriptor and next...
2017-11-27 Andreas SchwabConsolidate link map sorting
2017-11-13 H.J. Luld.so: Add architecture specific fields
2017-11-03 Szabolcs NagyMark lazy tlsdesc helper functions unused to avoid...
2017-10-30 Florian WeimerAssume that _DIRENT_HAVE_D_TYPE is always defined.
2017-10-05 H.J. LuUse $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before...
2017-10-04 H.J. LuAdd a test for main () in a shared object
2017-10-03 H.J. Luld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
2017-10-01 H.J. LuMove hidden_proto (__dl_iterate_phdr) to include/link...
2017-09-30 H.J. LuAdd a test for non-PIE static executable
2017-09-26 Alexey MakhalovFix range check in do_tunable_update_val
2017-09-26 H.J. LuSkip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]
2017-09-10 Samuel ThibaultFix $(error) use in Makefile
2017-08-31 Florian Weimerelf: Remove internal_function attribute
2017-08-31 Florian Weimerdlfcn: Remove internal_function attribute
2017-08-21 H.J. LuDon't compile non-lib modules as lib modules [BZ #21864]
2017-08-21 H.J. LuMark __libc_multiple_libcs with attribute_hidden [BZ...
2017-08-18 H.J. LuAdd NT_GNU_PROPERTY_TYPE_0 macros
2017-08-16 Andreas Schwabldd: never run file directly
2017-08-15 Gustavo Romeropowerpc: Add values from Linux 4.8 to <elf.h>
2017-08-14 Florian Weimer_dl_init: Remove internal_function attribute
2017-08-14 Florian Weimer_dl_start: Remove internal_function attribute
2017-08-14 Florian Weimer_dl_fini: Remove internal_function attribute
2017-08-13 Florian Weimerld.so: Remove internal_function attribute from various...
2017-08-13 Florian WeimerNPTL: Remove internal_function from stack marking functions
2017-08-10 Florian Weimerld.so: Introduce struct dl_exception
2017-08-08 H.J. Lui386: Add <startup.h> [BZ #21913]
2017-08-07 Andreas SchwabFix missing redirects in testsuite targets
2017-08-04 H.J. LuCompile tst-prelink.c without PIE [BZ #21815]
2017-08-04 H.J. LuRun vismain only if linker supports protected data...
2017-07-24 Adhemerval Zanellatunables: Use direct syscall for access (BZ#21744)
2017-07-17 Tulio Magno Quites... powerpc: Fix float128 IFUNC relocations [BZ #21707]
2017-07-10 H.J. LuDon't include _dl_resolve_conflicts in libc.a [BZ ...
2017-07-06 DJ DelorieAdd per-thread cache to malloc
2017-06-30 Siddhesh Poyarekartunables, aarch64: New tunable to override cpu
2017-06-27 Joseph MyersFix elf/loadtest.c build with GCC 8.
2017-06-21 H.J. Lux86: Rename glibc.tune.ifunc to glibc.tune.hwcaps
2017-06-20 H.J. LuMove x86 specific tunables to x86/dl-tunables.list
2017-06-20 H.J. Lutunables: Add IFUNC selection and cache sizes
2017-06-19 Florian Weimerld.so: Reject overly long LD_AUDIT path elements
2017-06-19 Florian Weimerld.so: Reject overly long LD_PRELOAD path elements
2017-06-19 Florian WeimerCVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE...
2017-06-16 H.J. LuRemove _dl_out_of_memory from elf/Versions
2017-06-14 Alan ModraPowerPC64 ELFv2 PPC64_OPT_LOCALENTRY
2017-06-08 H.J. Luld.so: Consolidate 2 strtouls into _dl_strtoul [BZ...
2017-06-07 Siddhesh PoyarekarMake LD_HWCAP_MASK usable for static binaries
2017-06-07 Siddhesh Poyarekartunables: Use glibc.tune.hwcap_mask tunable instead...
2017-06-07 Siddhesh Poyarekartunables: Add LD_HWCAP_MASK to tunables
2017-06-07 Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-05-25 H.J. LuMake __tunables_init hidden and avoid PLT
2017-05-18 Siddhesh PoyarekarReduce value of LD_HWCAP_MASK for tst-env-setuid test...
2017-05-17 Siddhesh Poyarekartunables: Add support for tunables of uint64_t type
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-09 Zack WeinbergRename cppflags-iterator.mk to libof-iterator.mk, remov...
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-13 Florian WeimerAssume that O_NOFOLLOW is always defined
2017-04-11 Paul ClarkeSupport auxilliary vector components for cache geometries.
2017-04-09 Dmitry V. LevinCheck for __mprotect failure in _dl_map_segments [BZ...
2017-04-05 H.J. LuDefine TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c
2017-04-05 Wainer dos Santos... Update elf tests to use the support test driver.
2017-03-24 Sunyeop LeeUpdate old tunables framework document/script.
2017-03-13 Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-07 Siddhesh PoyarekarIgnore and remove LD_HWCAP_MASK for AT_SECURE programs...
2017-03-02 Florian WeimerRemove header file inclusion guard from elf/get-dynamic...
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-02-08 Siddhesh PoyarekarFix getting tunable values on big-endian (BZ #21109)
2017-02-04 Siddhesh Poyarekartunables: Fail tests correctly when setgid does not...
2017-02-04 Alexandre OlivaBug 20915: Do not initialize DTV of other threads.
2017-02-02 Siddhesh PoyarekarDrop GLIBC_TUNABLES for setxid programs when tunables...
2017-02-02 Siddhesh Poyarekartunables: Fix environment variable processing for setui...
2017-01-21 DJ Delorie* elf/dl-tunables.c (tunable_set_val_if_valid_range...
2017-01-19 Siddhesh PoyarekarFix environment traversal when an envvar value is empty
2017-01-11 Joseph MyersFix elf/sotruss-lib format-truncation error.
2017-01-10 Siddhesh Poyarekartunables: Avoid getenv calls and disable glibc.malloc...
next
This page took 0.107414 seconds and 8 git commands to generate.