- e0b4385 gelf.h: Fix typo in comment. by Namhyung Kim · 11 years ago
- d0509d4 gelf_getauxv: Add missing whitespace. by Mark Wielaard · 11 years ago
- 4f017da gelf_getauxv: Remove unnecessary casts to char *. by Mark Wielaard · 11 years ago
- 617f8ea gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems. by Kurt Roeckx · 11 years ago
- 6722a66 elf_getarsym: Handle unaligned data in archive index. by Roland McGrath · 12 years ago
- 99d9db0 elf_getarsym: Use memcpy instead of pointer dereference so as not to assume the field is naturally aligned. by Roland McGrath · 12 years ago
- 9312cb5 Update elf.h from glibc. by Petr Machata · 12 years ago
- d83f132 Update elf.h from glibc. by Roland McGrath · 12 years ago
- 2105022 elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment. by Mark Wielaard · 12 years ago
- e187314 Implement support for archives with 64-bit symbol table by Petr Machata · 12 years ago
- 030f626 elf_getshdr should work for elf->flags & ELF_F_MALLOCED. by Mark Wielaard · 12 years ago
- bc0f745 elf*_xlatetom: do not check ELF_T_NHDR has integer number of records by Petr Machata · 12 years ago
- de2ed97 Update name, license and contributor policy. by Mark Wielaard · 12 years ago
- 5128fb4 Remove .mtn-ignore and .cvsignore files. by Mark Wielaard · 12 years ago
- 191d1f0 elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET. by Mark Wielaard · 13 years ago
- 8e8f0be Don't exclude sh_type >= SHT_NUM from stripping. by Roland McGrath · 13 years ago
- 4955016 elf_end.c (elf_end): Call rwlock_unlock before rwlock_fini. by Mark Wielaard · 13 years ago
- ed52618 Fix doubled words. by Marek Polacek · 14 years ago
- f1ccc41 Fix off64_t overflow when MAXIMUM_SIZE == ~0. by Jan Kratochvil · 14 years ago
- b088f21 Add missing size entries for ELF_T_LIB and ELF_T_GNUHASH. by Roland McGrath · 14 years ago
- d763578 Implicitly set dirty bit by Ulrich Drepper · 14 years ago
- 9d81c7d Fix typo in last change. by Roland McGrath · 15 years ago
- 957072c Handle truncated phdrs without crash. by Roland McGrath · 15 years ago
- f35dfa8 Update elf.h from glibc. by Roland McGrath · 15 years ago
- d80f0b2 Complete SH port. by Matt Fleming · 15 years ago
- 3b495d8 Fix some message typos and xgettext markers. by Roland McGrath · 15 years ago
- d7b12c6 Fix for the same by Petr Machata · 15 years ago
- 331a186 elf.h: Update from glibc. by Roland McGrath · 15 years ago
- f7a9a9e Update elf.h by Ulrich Drepper · 15 years ago
- 429502f Avoid wild section data pointers from bogus sh_offset in mapped files. by Roland McGrath · 15 years ago
- 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
- 6fd3cd1 Add elf_getphdrnum, support >65536 phdrs. by Roland McGrath · 15 years ago
- 2cfe33f Fix fill_mmap for sections past the section headers by Lubomir Rintel · 15 years ago
- 6b8cd7f Fix whitespace, copyright years. by Roland McGrath · 15 years ago
- 0c6db7e __libelf_readall: Fetch file size if not yet known. by Roland McGrath · 15 years ago
- c6f5e92 Mark the archive header as unusable when there is no next ar element. by Mark Wielaard · 15 years ago
- e2fedf4 Makefile.am (libelf.so): Use -Wl,-z,defs not -defs. by Mark Wielaard · 15 years ago
- 3117a85 Update elf.h from glibc. by Ulrich Drepper · 15 years ago
- fa1d444 Fix handling of gaps between sections when writing files in libelf. by Lubomir Rintel · 15 years ago
- 9dedfcc Reorder Elf struct members for optimal packing. by Roland McGrath · 15 years ago
- 70c442c Add support for STB_GNU_UNIQUE to libebl. by Ulrich Drepper · 15 years ago
- f189493 Add aliases for elf_getshnum and elf_getshstrndx. by Ulrich Drepper · 15 years ago
- b47d290 Add support for IRELATIVE relocations. by Ulrich Drepper · 15 years ago
- eb9ba47 Nominal ARM support. by Roland McGrath · 16 years ago
- d5ff667 Update elf.h and some tables; fill in sparc backend reloc table. by Roland McGrath · 16 years ago
- fe31538 typo by Roland McGrath · 16 years ago
- 18fb639 Don't write uninitialized data into zeroth section header entry. by Ulrich Drepper · 16 years ago
- d11522f Document possible elf_strptr problem. by Ulrich Drepper · 16 years ago
- 119f4ac Fix commit in updatenull_wrlock wrt to layout resulting from section header by Ulrich Drepper · 16 years ago
- 5ece809 When writing ELF files in libelf, fill the gap between sections even if only by Ulrich Drepper · 16 years ago
- 23fba75 Cleanup of loop to write out section content. by Ulrich Drepper · 16 years ago
- 9507386 Remove duplicate commits. by Ulrich Drepper · 16 years ago
- e39d584 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 315ebd5 Fix possible crash in note conversion. by Roland McGrath · 16 years ago
- 2fe76ea Fix possible crash in note conversion. by Roland McGrath · 16 years ago
- 07ba31f Fix accounting of last written position when updating ELF files. by Ulrich Drepper · 16 years ago
- 43aafe6 We only have one translation domain, elfutils. Change use in libelf. by Ulrich Drepper · 16 years ago
- 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
- 534ad31 Comment fix in last change. by Roland McGrath · 16 years ago
- 75b07c0 Don't crash in fill code when sh_offset layout is out of order. by Roland McGrath · 16 years ago
- 970a166 libelf.h (Elf_Data): Whitespace fix. by Roland McGrath · 16 years ago
- d353328 * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change. by Roland McGrath · 16 years ago
- 02f6645 propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1) by Ulrich Drepper · 16 years ago
- a845f68 by Roland McGrath · 16 years ago
- 9cf28e4 by Roland McGrath · 16 years ago
- 122f388 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc) by Roland McGrath · 16 years ago
- b4d6f0f Fix up bogon and missing log entries from .pmachata.threads branch. by Roland McGrath · 16 years ago
- f729d77 Fix build problem after merge of pmachata.threads branch when compiled without by Ulrich Drepper · 16 years ago
- d56e232 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) by Ulrich Drepper · 16 years ago
- 1d8bb25 by Roland McGrath · 16 years ago
- 13b6960 by Roland McGrath · 17 years ago
- 059c83e Finish elflint .gnu.attributes checking by Roland McGrath · 17 years ago
- 89759c7 Implement --build-id command line parameter for ld. by Ulrich Drepper · 17 years ago
- 51b3032 propagate from branch 'com.redhat.elfutils' (head fdd0e4957136e12a03ac29445d116d7fcf6fdd02) by Roland McGrath · 17 years ago
- e219f1c propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) by Ulrich Drepper · 17 years ago
- 3cbdd38 propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c) by Ulrich Drepper · 17 years ago
- 1a2e8f4 backends/ 2007-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- 2449d7f 2007-11-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- e4c22ea 2007-10-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- b597dfa merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec' by Ulrich Drepper · 17 years ago
- 59ea7f3 src/ 2007-10-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- c76f0b0 2007-09-27 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- cb6d865 readelf register printing sort order tweak by Roland McGrath · 17 years ago
- 099dd52 missed testdata files by Roland McGrath · 17 years ago
- 87d4780 libdwfl/ 2007-07-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- 4be1524 2007-04-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
- 6ae0218 Remove bogon leaked from other branch. by Roland McGrath · 18 years ago
- c07fbb3 propagate from branch 'com.redhat.elfutils.roland.pending' (head b584b7056d679db0fc272b47667047d07737ca55) by Ulrich Drepper · 18 years ago
- aa915fd propagate from branch 'com.redhat.elfutils.roland.pending' (head c44dcfac5b545aecb173fede31f34cb003be0173) by Ulrich Drepper · 18 years ago
- ce0bdb6 Implement ar program. by Ulrich Drepper · 18 years ago
- cd8a250 One more correction, handle failing elf_begin correctly. by Ulrich Drepper · 18 years ago
- 66c650e Update copyright year. by Ulrich Drepper · 18 years ago
- ecf2b12 merge of 'c249e2584bf9a7142285afa71425029b4278e771' by Ulrich Drepper · 18 years ago
- 44865b9 2007-01-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
- a8e382f Fix file descriptor leak in nlist. by Ulrich Drepper · 18 years ago
- 56bc0b8 Lock down libelf and elflint a bit more after import of Roland's changes. by Ulrich Drepper · 18 years ago
- 8190db6 propagate from branch 'com.redhat.elfutils' (head b4944cf70801d9dac056f4f80ef1334e5acb8bdc) by Roland McGrath · 18 years ago
- c373d85 2006-10-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
- 231c590 Changes to fix GNU-style hash table handling. by Ulrich Drepper · 18 years ago
- 077c65f merge of 67f3844b544f03a64b3ac896c19f94744923d76a by Ulrich Drepper · 18 years ago