1. e187314 Implement support for archives with 64-bit symbol table by Petr Machata · 12 years ago
  2. de2ed97 Update name, license and contributor policy. by Mark Wielaard · 12 years ago
  3. 5128fb4 Remove .mtn-ignore and .cvsignore files. by Mark Wielaard · 12 years ago
  4. 210c2f0 RHBZ#805447: Fix core file grokking for case of truncated .dynstr by Roland McGrath · 12 years ago
  5. 01fef9d Fix elf_from_remote_memory for ELFCLASS64 case. by Roland McGrath · 13 years ago
  6. ef431cd Use index of first global symbol to speed up dwfl_module_addrsym search. by Mark Wielaard · 13 years ago
  7. 75ee33f dwfl_module_addrsym update sizeless_sym only if closer to desired addr. by Mark Wielaard · 13 years ago
  8. f43feb5 derelocate.c (cache_sections): Intern mod->reloc_info check. by Mark Wielaard · 13 years ago
  9. 32899ac Clean up byte order handling in md5 and sha1 code. by Roland McGrath · 13 years ago
  10. dbb490f Fix libdwfl compile issue in case none of the compression libraries are there. by Mark Wielaard · 13 years ago
  11. e07da4f libdwfl: Clear errno before using its ambient value. by Roland McGrath · 13 years ago
  12. 6ecdead libdwfl: Search for Linux kernel binaries with compression file name suffixes. by Roland McGrath · 13 years ago
  13. 3a44c9a libdwfl: Use the section-end address as the synchronization point, rather than sh_addr. by Roland McGrath · 13 years ago
  14. 0ef4020 libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs. by Roland McGrath · 13 years ago
  15. 9fdd461 libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP. by Roland McGrath · 13 years ago
  16. 5ad466d libdwfl: Rejigger address synchronization using .gnu.prelink_undo information. by Roland McGrath · 14 years ago
  17. 2c7d0dd libdwfl: Enhance address_sync calculation to handle more prelink permutations. by Roland McGrath · 14 years ago
  18. 33d305f dwfl_module_relocations: Remove over-eager assert. by Roland McGrath · 14 years ago
  19. 1743d7f libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA segment inflation. by Roland McGrath · 14 years ago
  20. d4fc3e3 Missing new file for last commit. by Roland McGrath · 14 years ago
  21. de44f13 Add dwfl_dwarf_line, addr2line -F to print out more line info bits. by Roland McGrath · 14 years ago
  22. 7503c89 Don't suppress full file names found in core-file link_map. by Roland McGrath · 14 years ago
  23. 82a6336 libdwfl: Fix debuginfo search when dwfl_build_id_find_debuginfo closes fd on success. by Roland McGrath · 14 years ago
  24. cedd299 Indentation fix. by Roland McGrath · 14 years ago
  25. 81cfcca libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd on success. by Roland McGrath · 14 years ago
  26. 3e0f7d1 Handle reading .debug_types section. by Roland McGrath · 14 years ago
  27. b9e8518 libdwfl: Ignore debuginfo-path hits that find the main file again. by Roland McGrath · 14 years ago
  28. a0635db Fix some libdwfl bias calculations. by Roland McGrath · 14 years ago
  29. be9c4d7 Fix /proc/kallsyms grovelling. by Roland McGrath · 14 years ago
  30. aba26e0 libdwfl: Another segment lookup table nit. by Roland McGrath · 14 years ago
  31. ed431dd libdwfl: Refuse to fall back to an ELF file opened by name when that mismatches the module build ID. by Roland McGrath · 14 years ago
  32. b4bb301 Use [pie] rather than [dso] for unnamed modules that are PIEs. by Roland McGrath · 14 years ago
  33. 89bb5d3 dwfl_segment_report_module: Fix jump-start of NDX-finding loop. by Roland McGrath · 14 years ago
  34. 4820a05 Fix libdwfl segment table management. by Roland McGrath · 14 years ago
  35. d05c596 dwfl_link_map_report: Handle PIE-generated core. by Roland McGrath · 14 years ago
  36. 77cda9d Fix dwfl_core_file_report return value when link_map failed after sniffing succeeded. by Roland McGrath · 14 years ago
  37. d17f9de libdwfl: Treat R_*_NONE reloc as no reloc. by Roland McGrath · 14 years ago
  38. be13930 Prevent infinite iteration on link_map list clobbered into circularity. by Roland McGrath · 14 years ago
  39. 5ea349b Fix auxv scanning in core-file grokking. by Roland McGrath · 14 years ago
  40. 8068e06 Export dwfl_core_file_report. by Roland McGrath · 14 years ago
  41. ca84a55 Fix core file grovelling to skip all segments covered by the last module. by Roland McGrath · 14 years ago
  42. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 14 years ago
  43. bf96347 Fix uninitialized variable in error case. by Roland McGrath · 14 years ago
  44. eacdcf3 Always set bias in dwfl_module_dwarf_cfi() and dwfl_module_eh_cfi(). by Mark Wielaard · 14 years ago
  45. f95760a Use elf_getphdrnum in libdw and libdwfl. by Roland McGrath · 15 years ago
  46. 1d7cbd1 libdwfl: Handle SHN_COMMON symbols in ET_REL. by Roland McGrath · 15 years ago
  47. 15426bd libdwfl: Skip relocation on empty or SHT_NOBITS sections. by Roland McGrath · 15 years ago
  48. 003dd32 Load ahead core file chunk only if the area is vaddr-contiguous by Petr Machata · 15 years ago
  49. 6229eb5 Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure. by Roland McGrath · 15 years ago
  50. cdb48e0 Ignore link_map entries with l_ld==0. by Roland McGrath · 15 years ago
  51. de6730c image-header.c (__libdw_image_header): Fix tranposed comparison. by Roland McGrath · 15 years ago
  52. 6bb9071 Rewrite kernel image support: use calculation instead of brute force, support uncompressed payloads. by Roland McGrath · 15 years ago
  53. e5a1a81 libdwfl: Support LZMA kernel images. by Roland McGrath · 15 years ago
  54. 2416964 libdwfl: Support automatic decompression of files in XZ format. by Roland McGrath · 15 years ago
  55. ae1d7dc Fix bzip2 support for non-mmap case. by Roland McGrath · 15 years ago
  56. d6ccdc1 libdwfl: Support Linux bzip2 kernel images for automatic decompression. by Roland McGrath · 15 years ago
  57. ebfb648 New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed. by Roland McGrath · 15 years ago
  58. 3c84db3 CFI support: lookup by PC and translate into DWARF location per register by Roland McGrath · 15 years ago
  59. fe8b42e Reorder some libdwflP.h struct members for optimal packing. by Roland McGrath · 15 years ago
  60. 2256e36 __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf. by Mark Wielaard · 15 years ago
  61. f189493 Add aliases for elf_getshnum and elf_getshstrndx. by Ulrich Drepper · 15 years ago
  62. 4f51571 Avoid symbol versioning unless building code for DSO. by Ulrich Drepper · 15 years ago
  63. c65558b Fix relocation when symbols are resolved in non-ET_REL modules. by Roland McGrath · 15 years ago
  64. cc48047 Fix dwfl_module_build_id regression in last change. by Roland McGrath · 15 years ago
  65. 19a8e4d Fix derelocate crash for non-ET_REL file with some sh_addr at 0. by Roland McGrath · 15 years ago
  66. 1036157 Add missing internal_function attribute. by Roland McGrath · 15 years ago
  67. a605a3c Break out __libdwfl_getelf internal function. by Roland McGrath · 15 years ago
  68. fa25326 Fix RHBZ#494858: fix bad address checks in core file support. by Roland McGrath · 15 years ago
  69. 68f29f9 Make dwfl_module_getsym yield shndx -1 for any non-allocated section. by Roland McGrath · 15 years ago
  70. 785dbb1 Fix double-adjust for ET_REL. by Roland McGrath · 15 years ago
  71. 243fa26 dwfl_module_getsym should not adjust symbols from non-SHF_ALLOC sections. by Roland McGrath · 15 years ago
  72. 329ed9f __libdwfl_find_build_id optimization nit by Roland McGrath · 15 years ago
  73. 8651c5e Fix RHBZ#489439: dwfl_module_build_id yields wrong vaddr for prelinked DSO by Roland McGrath · 15 years ago
  74. 31fd654 Fix build_id vaddr calculation for ET_REL modules. by Roland McGrath · 15 years ago
  75. 5453abf Omit module sanity checks on offline modules. by Roland McGrath · 15 years ago
  76. 45c01cd Remove assert depending on confluence of guesses without anomaly. by Roland McGrath · 15 years ago
  77. a9d51bf Fix crash in libdw with empty input files. by Ulrich Drepper · 15 years ago
  78. e738ad2 (__libdwfl_report_elf): Ignore trailing PT_LOAD with zero vaddr and memsz. by Roland McGrath · 15 years ago
  79. e34a3f8 Fix build when missing -lz and -lbz2. by Roland McGrath · 15 years ago
  80. 74afbee Fix libdwfl segment bugs breaking core-file support. by Roland McGrath · 15 years ago
  81. 8dc9f93 Missed log entry for Linux kernel zImage format by Roland McGrath · 15 years ago
  82. c4ac861 Grok Linux kernel zImage format. by Roland McGrath · 15 years ago
  83. 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
  84. a4b1a95 Make -k/-K prune "source" subdirectory. by Roland McGrath · 16 years ago
  85. 705364b Fix nits in .ko.{gz,bz2} matching. by Roland McGrath · 16 years ago
  86. a6ef1dc Fix decompression logic. by Roland McGrath · 16 years ago
  87. 60205c9 libdwfl -k/-K match compressed .ko files by Roland McGrath · 16 years ago
  88. bca4315 libdwfl automagic decompression support by Roland McGrath · 16 years ago
  89. 468b373 Merge branch 'master' into roland/bug-compat by Roland McGrath · 16 years ago
  90. 7d9b821 Fix last fix: ET_DYN addresses are taken as relative to MOD->low_addr. by Roland McGrath · 16 years ago
  91. 45d7b29 Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior. by Roland McGrath · 16 years ago
  92. 74825c4 (dwfl_module_relocate_address): Apply main.bias, not debug.bias. by Roland McGrath · 16 years ago
  93. b28a894 Fixes RHBZ#465878: eu-readelf crash on empty archive by Roland McGrath · 16 years ago
  94. a845f68 by Roland McGrath · 16 years ago
  95. 9cf28e4 by Roland McGrath · 16 years ago
  96. 122f388 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc) by Roland McGrath · 16 years ago
  97. b4d6f0f Fix up bogon and missing log entries from .pmachata.threads branch. by Roland McGrath · 16 years ago
  98. d56e232 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) by Ulrich Drepper · 16 years ago
  99. 1d8bb25 by Roland McGrath · 16 years ago
  100. 9d2f3ee cosmetic by Roland McGrath · 16 years ago