summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid double-including config.hUlf Hermann2017-05-0262-11/+291
* Use F_GETFD rather than F_GETFL to check validity of file descriptorUlf Hermann2017-05-022-1/+5
* Make __attribute__ conditional in all installed headersUlf Hermann2017-05-028-33/+54
* Fix nesting of bracesUlf Hermann2017-04-282-1/+5
* On elf_update, remember when we mmap()Ulf Hermann2017-04-282-0/+6
* Avoid signed/unsigned comparisonUlf Hermann2017-04-272-1/+5
* Include strings.h to make ffs availableUlf Hermann2017-04-272-0/+5
* Protect against integer overflow on shnumUlf Hermann2017-04-274-19/+33
* Add EXEEXT to gendisUlf Hermann2017-04-262-3/+7
* Include endian.h when handling BYTE_ORDERUlf Hermann2017-04-262-0/+5
* Add missing entries to .gitignoreUlf Hermann2017-04-262-0/+6
* Avoid YESSTR and NOSTRUlf Hermann2017-04-265-21/+32
* Don't use comparison_fn_tUlf Hermann2017-04-262-2/+6
* Clean up linux-specific system includesUlf Hermann2017-04-2613-14/+35
* Include sys/types.h before fts.hUlf Hermann2017-04-252-1/+9
* libelf: Initialize n to zero in elf_getarsym.Mark Wielaard2017-04-192-1/+5
* Add missing peel_type.c test for commit f339da.Mark Wielaard2017-04-071-0/+119
* elflint: Support checking ELF files with compressed sections.Mark Wielaard2017-04-056-3/+47
* libdw: Fix dwarf_peel_type infinite loop.Mark Wielaard2017-04-055-4/+83
* elflint: Don't check section group without flags word.Mark Wielaard2017-04-042-1/+8
* elflint: Sanity check the number of phdrs and shdrs available.Mark Wielaard2017-04-042-0/+30
* elflint: Don't trust sh_entsize when checking hash sections.Mark Wielaard2017-04-042-12/+27
* elflint: Check symbol table data is big enough before checking.Mark Wielaard2017-04-042-1/+6
* libelf: Always update last_offset in updatefile and updatemmap.Mark Wielaard2017-04-045-7/+468
* libelf: Check compression ratio before trying to allocate output buffer.Mark Wielaard2017-04-032-0/+14
* Use the empty string for note names with zero size (without any data).Mark Wielaard2017-04-035-6/+23
* readelf: Fix off by one sanity check in handle_gnu_hash.Mark Wielaard2017-04-032-1/+6
* libasm: Fix one GCC7 -Wformat-truncation=2 warning.Mark Wielaard2017-03-242-3/+9
* backends: Add support for EM_PPC64 GNU_ATTRIBUTES.Mark Wielaard2017-03-247-3/+30
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-1723-27/+103
* Check for existence of mempcpyUlf Hermann2017-02-1714-2/+40
* Always use the same method to query the system page sizeUlf Hermann2017-02-155-3/+12
* Move color handling into a separate headerUlf Hermann2017-02-158-34/+79
* Add -D_FORTIFY_SOURCE=2 to CFLAGS if possible.Mark Wielaard2017-02-142-0/+25
* Optionally allow unknown symbols in the backtrace testsUlf Hermann2017-02-143-12/+38
* Make the backtrace-data test helper more robustUlf Hermann2017-02-142-3/+19
* Add missing tests to .gitignoreUlf Hermann2017-02-141-0/+12
* Define PACKAGE_URL for older autoconf.Mark Wielaard2017-01-122-0/+10
* Fix TEMP_FAILURE_RETRY definition when not defined.Luiz Angelo Daros de Luca2016-12-307-2/+15
* Update Polish translationPiotr Drąg2016-12-291-2/+15
* Update POTFILES.inPiotr Drąg2016-12-291-0/+1
* Update Polish translationPiotr Drąg2016-12-291-126/+95
* Prepare for elfutils 0.168 release.elfutils-0.168Mark Wielaard2016-12-2711-5199/+5191
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-2431-250/+169
* libelf: gelf_newehdr and gelf_newehdr should return void *.Akihiko Odaki2016-12-074-10/+22
* Only workaround fts.h if we have a bad version that doesn't handle LFS.Mark Wielaard2016-11-234-8/+33
* readelf: Add optional --symbols[=SECTION] argument to select section name.Mark Wielaard2016-11-174-1/+41
* ar: Fix GCC7 -Wformat-length issues.Mark Wielaard2016-11-113-10/+28
* libelf: Sanity check offset and size before trying to malloc and read data.Mark Wielaard2016-11-102-0/+16
* libelf: Always set ELF maxsize when reading an ELF file for sanity checks.Mark Wielaard2016-11-102-18/+27