add packaging
[platform/upstream/elfutils.git] / libelf /
2022-10-28 Mark Wielaardlibelf: Sync elf.h from glibc
2022-10-27 Yonggang Luolibelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf...
2022-10-17 Yonggang LuoStrip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and...
2022-10-16 Yonggang LuoMove the #include <libintl.h> into eu-config.h
2022-10-16 Yonggang Luomove platform depended include into system.h of libelf
2022-09-14 Mark Wielaardlibelf: Correctly decode ar_mode as octal string
2022-08-08 Andreas Schwablibelf: Sync elf.h from glibc
2022-04-24 Mark Wielaardlibelf: Check for mremap, elf_update needs it for ELF_C...
2022-04-05 Mark Wielaardlibelf: Return already gotten Elf_Data from elf_getdata...
2022-03-30 Mark Wielaardlibelf: Also copy/convert partial datastructures in...
2022-03-24 Mark Wielaardlibelf: Sync elf.h from glibc.
2022-03-23 Mark Wielaardlibelf: Correct alignment of ELF_T_GNUHASH data for...
2022-03-20 Mark Wielaardlibelf: Don't overflow offsets in elf_cvt_Verneed and...
2022-03-18 Mark Wielaardlibelf: Check alignment of Verdef, Verdaux, Verneed...
2022-03-17 Mark Wielaardlibelf: Make sure ar_size starts with a digit before...
2022-03-17 Mark Wielaardlibelf: Take map offset into account for Shdr alignment...
2021-12-19 Mark Wielaardlibelf: Only set shdr state when there is at least...
2021-12-18 Mark Wielaardlibdwfl: Make sure note data is properly aligned.
2021-12-16 Mark Wielaardlibelf: Use offsetof to get field of unaligned
2021-09-09 Dmitry V. LevinRemove redundant casts of memory allocating functions...
2021-07-19 Mark Wielaardlibelf: Optimize elf_strptr.c validate_str by checking...
2021-07-08 Andrei Homesculibelf: Fix unaligned d_off offsets for input sections...
2020-12-16 Mark Wielaardlibelf: Sync elf.h from glibc.
2020-12-16 Dmitry V. LevinConsistently define _(Str) using dgettext ("elfutils...
2020-12-16 Mark Wielaardlibelf: Make sure we have at least a full ELF header...
2020-12-12 Dmitry V. Levinlibelf: fix spelling typos in comments
2020-12-11 Dmitry V. LevinRemove unused Makefile variable GCC_INCLUDE
2020-12-10 Dmitry V. LevinFix automake warnings
2020-12-06 Dmitry V. LevinDrop $(EXEEXT) suffix from shared libraries
2020-11-09 Mark Wielaardlibelf: Update SH_ENTSIZE_HASH comment.
2020-11-06 Mark Wielaardlibelf: Check header exists in elf_strptr
2020-11-06 Mark Wielaardlibelf: Set dst to zero on failure in __elf_getphdrnum_...
2020-11-06 Mark Wielaardlibelf: Use GElf_Ehdr instead of Elf handle in __libelf...
2020-10-28 Mark Wielaardlibelf: Sync elf.h from glibc.
2020-09-07 Mark Wielaardlibelf: Sync elf.h from glibc.
2020-08-19 Mark Wielaardlibelf: Fixup SHF_COMPRESSED sh_addralign in elf_update...
2020-06-04 Mark Wielaardlibelf: Sync elf.h from glibc.
2020-05-14 Mark Wielaardlibelf: Check for NULL shdr in elf_strptr.
2020-05-14 Mark Wielaardlibelf: Check __gelf_getehdr_rdlock call doesn't fail...
2020-04-24 Mark Wielaardlibelf: Fix double free in __libelf_compress on error...
2020-03-23 Omar Sandovallibelf: handle PN_XNUM in elf_getphdrnum before shdr...
2020-03-20 Matthias Maennichlibelf: {de,}compress: ensure zlib resource cleanup
2019-06-28 Mark Wielaardlibelf: Fix some 32bit offset/size issues that break...
2019-05-16 Mark Wielaardlibelf: Mark shdr_flags dirty if offset or size changes...
2019-05-04 Mark Wielaardlibelf: Add n_namesz offset overflow check to gelf_get_...
2019-05-04 Mark Wielaardlibelf: If xlate can only convert the ELF note header...
2019-04-14 Mao Hanlibelf: Sync elf.h from glibc
2019-03-07 Mark Wielaardlibelf: Use posix_memalign instead of aligned_alloc.
2019-03-06 Mark Wielaardlibelf: Fix possible resource leak in elf[32|64]_update...
2019-02-28 Mark Wielaardlibelf: Remove unused __elf_xfctstof.
2019-02-28 Mark Wielaardlibelf: Remove unused internal __elf[32|64]_msize funct...
2019-02-28 Mark Wielaardlibelf: There is just one ELF version.
2019-02-19 Mark Wielaardlibelf: Handle zero size decompressed data.
2019-02-14 Mark Wielaardlibelf: Make sure ar_size is terminated when reading...
2019-01-31 Mark Wielaardconfigure: Add new --enable-install-elfh option.
2019-01-16 Mark Wielaardlibelf: Correct overflow check in note_xlate.
2018-11-21 Mark Wielaardlibelf: Get alignment correct when calling conversion...
2018-11-16 Mark Wielaardlibelf: Mark both fsize and msize with const attribute.
2018-11-13 Mark Wielaardlibelf: Correctly setup alignment of SHF_COMPRESSED...
2018-11-13 Mark Wielaardstrip: Also handle gnu compressed debug sections with...
2018-11-13 Mark WielaardHandle GNU Build Attribute ELF Notes.
2018-11-09 Mark Wielaardlibelf: Explicitly update section data after (de)compre...
2018-10-28 Mark WielaardRecognize and parse GNU Property notes.
2018-09-13 Mark Wielaardlibelf: Fix shnum and section zero handling.
2018-09-13 Mark Wielaardlibelf: Fix some issues with ELF_C_RDWR_MMAP.
2018-08-18 Mark Wielaardlibelf: Return error if elf_compress_gnu is used on...
2018-07-27 Mark Wielaardlibelf: Fix documentation of elf_getshdrstrndx and...
2018-06-22 Mark Wielaardlibelf: Don't return unaligned data returned from elf_g...
2018-06-21 Mark Wielaardlibelf: Sync elf.h from glibc.
2018-04-23 Andreas Schwablibelf: Sync elf.h from glibc
2018-02-16 Mark Wielaardlibelf: Sync elf.h from glibc.
2018-02-10 Joshua WattUse fallthrough attribute.
2017-10-13 Mark Wielaardlibelf: Don't error out when sanity checking e_shoff...
2017-10-13 Mark Wielaardlibelf: Add ELF_E_INVALID_ELF error value.
2017-09-20 Ulf HermannMake sure packed structs follow the gcc memory layout
2017-08-18 Ulf HermannCheck if gcc complains about __attribute__ (visibility...
2017-08-18 Ulf HermannCheck for -z,defs, -z,relro, -fPIC, -fPIE before using...
2017-08-15 Mark Wielaardlibelf: Sync elf.h from glibc.
2017-07-25 Gustavo Romeroppc64: Add HTM SPRs support to readelf
2017-07-24 Ulf HermannUnify linking of libasm, libelf, libdw, backends
2017-05-02 Ulf HermannAvoid double-including config.h
2017-05-02 Ulf HermannUse F_GETFD rather than F_GETFL to check validity of...
2017-05-02 Ulf HermannMake __attribute__ conditional in all installed headers
2017-04-27 Ulf HermannOn elf_update, remember when we mmap()
2017-04-19 Mark Wielaardlibelf: Initialize n to zero in elf_getarsym.
2017-04-03 Mark Wielaardlibelf: Always update last_offset in updatefile and...
2017-04-03 Mark Wielaardlibelf: Check compression ratio before trying to alloca...
2016-12-07 Akihiko Odakilibelf: gelf_newehdr and gelf_newehdr should return...
2016-11-10 Mark Wielaardlibelf: Sanity check offset and size before trying...
2016-11-10 Mark Wielaardlibelf: Always set ELF maxsize when reading an ELF...
2016-10-13 Akihiko OdakiDo not depend on some non-POSIX features.
2016-10-12 Akihiko Odakilib: Provide MAX and MIN in system.h
2016-08-15 Mark Wielaardlibelf: Fix memory leak in elf_compress for mmapped...
2016-08-03 Mark WielaardRemove eu-ld and unused code.
2016-07-11 Mark Wielaardlibelf: Allow updating phdrs for any e_type.
2016-06-28 John Ognesslibelf: find 1st section instead of assuming
2016-06-28 Richard HendersonSync elf.h from glibc
2016-04-14 Mark Wielaardlibelf: Fix memory leak when zlib deflateInit fails...
2016-02-22 Mark Wielaardlibelf: Don't leak memory when out of memory in updatemmap.
2016-02-19 Mark WielaardAdd new i386 and x86_64 relocation types.
next