summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.189elfutils-0.189Mark Wielaard2023-03-031-1/+1
* printversion: Fix unused variableIlya Leoshkevich2023-02-141-1/+4
* Fix typos from codespellSam James2023-01-132-3/+3
* lib: Remove -ffunction-sections for xmallocMark Wielaard2022-12-212-4/+4
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-282-1/+4
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-172-2/+6
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-165-4/+1
* move platform depended include into system.h of libelfYonggang Luo2022-10-162-4/+17
* lib: Add documentation to explain concurrent htab resizing.Mark Wielaard2022-08-082-6/+28
* Prepare for 0.187elfutils-0.187Mark Wielaard2022-04-252-1/+5
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-302-0/+14
* Improve building with LTOAlexander Miller2021-11-082-12/+66
* lib: Make error.c more like error(3)Colin Cross2021-09-122-3/+34
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-092-4/+5
* Introduce xasprintfDmitry V. Levin2021-09-094-1/+59
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-093-2/+8
* Add lib/error.cMark Wielaard2021-08-271-0/+49
* lib: avoid potential problems with `-fno-common`Saleem Abdulrasool2021-08-273-16/+12
* lib: remove unused `STROF` definition (NFC)Saleem Abdulrasool2021-08-272-1/+4
* handle libc implementations which do not provide `error.h`Saleem Abdulrasool2021-08-272-1/+30
* lib: remove usage of `sys/cdefs.h`Saleem Abdulrasool2021-08-272-5/+5
* lib: Add static inline reallocarray fallback functionMark Wielaard2021-07-292-0/+18
* Come up with startswith function.Martin Liska2021-05-122-3/+19
* Prepare for 0.183Mark Wielaard2021-02-052-1/+5
* lib: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-164-4/+9
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-163-5/+7
* Switch from numerical to defined constants for permissions.Érico Rolim2020-11-032-0/+18
* Prepare for 0.180elfutils-0.180Mark Wielaard2020-06-112-1/+5
* libdw: Add and use a concurrent version of the dynamic-size hash table.Srđan Milaković2019-11-084-2/+607
* Add some supporting framework for C11-style atomics.Jonathon Anderson2019-10-224-1/+487
* Implement RISC-V disassemblerUlrich Drepper2019-09-062-3/+13
* lib/color: Fix compilation with uClibcRosen Penev2019-05-052-1/+5
* libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-092-0/+8
* Consolidate error.h inclusion in system.hRoss Burton2018-07-054-2/+8
* Prepare for 0.171.elfutils-0.171Mark Wielaard2018-06-012-2/+6
* Use fallthrough attribute.Joshua Watt2018-02-102-0/+11
* lib: Remove md5 and sha1 implementations.Mark Wielaard2017-10-206-1023/+9
* Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-202-0/+13
* Check if gcc complains about __attribute__ (visibility(..))Ulf Hermann2017-08-182-0/+9
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-182-1/+5
* backends: Don't depend on linux/bpf.h to compile bpf disassembler.Mark Wielaard2017-07-243-1/+88
* Prepare for 0.169.elfutils-0.169Mark Wielaard2017-05-052-2/+6
* Avoid double-including config.hUlf Hermann2017-05-023-4/+9
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-175-21/+65
* Check for existence of mempcpyUlf Hermann2017-02-173-1/+11
* Always use the same method to query the system page sizeUlf Hermann2017-02-152-1/+5
* Move color handling into a separate headerUlf Hermann2017-02-155-34/+72
* Fix TEMP_FAILURE_RETRY definition when not defined.Luiz Angelo Daros de Luca2016-12-303-1/+7
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-244-2/+57
* Do not depend on some non-POSIX features.Akihiko Odaki2016-10-133-0/+29