summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libdw: Fix eu_search_tree TOCTOU bugsAaron Merey2025-06-021-0/+24
* Prepare for 0.193elfutils-0.193Aaron Merey2025-04-251-1/+1
* lib: Prevent double inclusion of config.h through system.hMark Wielaard2025-04-063-3/+10
* Change type of dwarf_lock from rwlock to mutexAaron Merey2025-03-261-0/+16
* libelf, readelf: Use validate_str also to check dynamic symstr dataMark Wielaard2025-02-141-0/+27
* Replace usage of ar with stored library manifest filesMichael Pratt2025-01-211-0/+7
* Update minimum C compiler supported to C11 plus stdatomic.hMark Wielaard2025-01-114-481/+2
* Consolidate and add files to clean target variablesupstream/users/amerey/try-cleanMichael Pratt2024-11-081-0/+1
* lib: Add missing config.h include to next_prime.cMichael Pratt2024-10-141-0/+4
* lib: Add eu_tsearch, eu_tfind, eu_tdelete and eu_tdestroyHeather McIntyre2024-08-205-31/+215
* Prepare for 0.191elfutils-0.191Aaron Merey2024-03-011-1/+1
* Add helper function for basenameKhem Raj2023-12-211-0/+14
* PR 30000: debuginfod-find should have a source-list verbHousam Alamour2023-10-241-0/+7
* lib: Add new once_define and once macros to eu-config.hHeather McIntyre2023-10-141-0/+7
* 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