[COMMITTED] config: Add BuildRequires socat for run-debuginfod-response-headers.sh
2022-10-27 16:31 UTC
☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
2022-10-27 14:11 UTC
One shot mode for debuginfod server
2022-10-27 13:37 UTC (2+ messages)
[PATCH] readelf: Handle DW_LLE_GNU_view_pair
2022-10-27 13:30 UTC (2+ messages)
[PATCH 00/25] Patches for building with mingw/gcc msvc/clang-cl
2022-10-27 13:26 UTC (30+ messages)
` [PATCH 01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 02/25] ignore build directory
` [PATCH 03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c
` [PATCH 04/25] libelf/libdwfl: Remove "#define LIB_SYSTEM_H 1" in libelf_crc32.c and libdwfl_crc32.c
` [PATCH 05/25] use #include <system.h> instead platform depended header <endian.h> in libdw/memory-access.h
` [PATCH 06/25] move platform depended include into system.h of libebl
` [PATCH 07/25] move platform depended include into system.h of libasm, libcpu, libdw, libdwfl and libdwelf
` [PATCH 08/25] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
` [PATCH 09/25] include libgen.h in system.h
` [PATCH 10/25] libcpu: Remove the need of NMNES by using enum
` [PATCH 11/25] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
` [PATCH 12/25] libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" is enough and can be recognized by clang-cl on windows in i386_data.h
` [PATCH 13/25] libdw: typeof -> __typeof that can be recognized by both clang-cl and gcc
` [PATCH 14/25] libdw: check __OPTIMIZE__ in dwarf_whatattr.c and dwarf_whatform.c to match the header
` [PATCH 15/25] lib: Implement error properly even when not HAVE_ERR_H
` [PATCH 16/25] libeu: Move the implementation of pwrite_retry, write_retry and pread_retry from header to source
` [PATCH 17/25] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long instead on win32
` [PATCH 18/25] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h>
` [PATCH 19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it
` [PATCH 20/25] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)
` [PATCH 21/25] libasm: stdio_ext.h are not present on win32
` [PATCH 22/25] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and libebl.h
` [PATCH 23/25] libasm/debuginfod: fchmod doesn't present on win32
` [PATCH 24/25] lib: isatty is not available on windows
[PATCH v2] debuginfod: Support queries for ELF/DWARF sections
2022-10-26 17:57 UTC (8+ messages)
` [PATCH] "
You have received sourceware.org Files #-2068735186
2022-10-25 8:00 UTC
[PATCH][RFC] readelf: partial support of ZSTD compression
2022-10-24 18:16 UTC (5+ messages)
[Bug tools/29719] New: eu-readelf -s=section is confusing
2022-10-24 12:29 UTC (2+ messages)
` [Bug tools/29719] "
[Bug general/29565] New: elfutils: support zstd for SHF_COMPRESSED debug sections
2022-10-24 11:10 UTC (3+ messages)
` [Bug general/29565] "
[PATCH] configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70
2022-10-22 19:58 UTC
Fuzzing elfutils
2022-10-22 10:21 UTC (6+ messages)
[Bug debuginfod/29714] New: debuginfod rely on gcc being configured with --enable-linker-build-i
2022-10-21 17:18 UTC (3+ messages)
` [Bug debuginfod/29714] "
[PATCH 0/7] Enable building libelf of elfutils on win32
2022-10-21 15:45 UTC (22+ messages)
` [PATCH 1/7] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 2/7] move platform depended include into system.h
` [PATCH 3/7] lib: Use NOT_HAVE_LIBINTL to guard if need #include <libintl.h>
` [PATCH 4/7] Remove duplicated "
` [PATCH 5/7] Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIAN
` [PATCH 6/7] Fixes building with msvc/clang mingw/gcc
` [PATCH 7/7] Add CMake build files
[Bug libdw/29711] New: In libdw.h struct Dwarf, struct Dwarf_Abbrev is defined using typedef and not using #include <libdwP.h> is not the way to comply with the specification?
2022-10-21 1:44 UTC (2+ messages)
` [Bug libdw/29711] "
[Bug debuginfod/28204] New: extend webapi / verification with forthcoming signed-contents archives
2022-10-20 23:11 UTC (3+ messages)
` [Bug debuginfod/28204] "
[PATCH] debuginfod-client: Add DEBUGINFOD_HEADERS_FILE
2022-10-18 21:21 UTC
GNU Tools Cauldron 2022 - video recordings
2022-10-18 10:58 UTC
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-10-17 14:59 UTC
[Bug debuginfod/29696] New: intermittent libmicrohttpd assertion failures related to socket fd closing
2022-10-17 14:15 UTC
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-10-17 14:09 UTC (4+ messages)
☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
2022-10-16 21:18 UTC
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-10-16 21:02 UTC
[PATCH v2 0/7] Enable building libelf of elfutils on win32
2022-10-16 20:55 UTC (7+ messages)
` [PATCH v2 2/7] move platform depended include into system.h of libelf
` [PATCH v2 3/7] Move the #include <libintl.h> into eu-config.h
` [PATCH v2 4/7] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h>
☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
2022-10-16 16:58 UTC
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-10-16 16:26 UTC (2+ messages)
[PATCH] libdwfl: add dwfl_report_offline_memory
2022-10-16 15:19 UTC (2+ messages)
[Bug libdw/29695] New: In libelf.h struct Elf, struct Elf_Scn is defined using typedef and not using #include <libelfP.h> is not the way to comply with the specification?
2022-10-16 13:16 UTC (2+ messages)
` [Bug libelf/29695] "
[PATCH] tests: do not fail on zero sized DIEs (binutils-2.39 compatible)
2022-10-13 18:13 UTC (5+ messages)
` [PATCH v2] "
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-10-13 16:51 UTC
[PATCH] tests: Add libeu to tests needing error() API
2022-10-13 15:58 UTC (2+ messages)
[PATCH RFC] backends: Add RISC-V object attribute printing
2022-10-13 14:53 UTC (2+ messages)
[PATCH] debuginfod: Support queries for ELF/DWARF sections
2022-09-28 18:20 UTC (3+ messages)
[OB PATCH] debuginfod-client: Ensure only negative error codes returned
2022-09-28 14:17 UTC
☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
2022-09-27 16:07 UTC
[PATCH] Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment
2022-09-27 15:17 UTC (2+ messages)
[Bug general/29614] New: Fails to build with GCC master + -D_FORTIFY_SOURCE=3
2022-09-26 19:17 UTC (7+ messages)
` [Bug general/29614] "
[Bug debuginfod/29574] New: debuginfod: allow recursive scanning of archives
2022-09-15 9:17 UTC
[PATCH] debuginfod: Add Ubuntu's debuginfod service to the list
2022-09-15 7:33 UTC (2+ messages)
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
2022-09-14 19:36 UTC
[Bug tools/28729] New: After eu-ar -r added file into archive, it changes file permission
2022-09-14 19:01 UTC (3+ messages)
` [Bug tools/28729] "
[Bug tools/28725] New: eu-ar -x -N COUNT uses instance [COUNT+1] of name
2022-09-14 19:00 UTC (3+ messages)
` [Bug tools/28725] "
[Bug general/29571] New: Add 'Key to Flags' to eu-readelf output
2022-09-14 7:21 UTC
[Bug general/29176] New: run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy
2022-09-13 10:06 UTC (2+ messages)
` [Bug general/29176] "
Patchwork may go down for maintenance today
2022-09-09 12:43 UTC
Proposing Sourceware as SFC member project
2022-09-08 22:53 UTC (2+ messages)
` Sourceware accepted "
-Werror=array-bounds
2022-09-08 14:15 UTC
[patch git] PR28284 - debuginfod x-debuginfod* header processing
2022-09-08 13:45 UTC (6+ messages)
[PATCH] add debuginfod_get_headers if DUMMY_LIBDEBUGINFOD is used
2022-09-08 9:14 UTC
[Bug debuginfod/28284] New: support description functionality through HEAD
2022-09-07 23:16 UTC (2+ messages)
` [Bug debuginfod/28284] "
☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) test (failure) (master)
2022-09-05 17:45 UTC
[PATCH] debuginfod: Use auto-sized connection pool when -C is not given with arg
2022-09-05 17:18 UTC (2+ messages)
[Bug debuginfod/29472] New: Support querying the debuginfod-server for metadata
2022-09-02 17:25 UTC (5+ messages)
` [Bug debuginfod/29472] "
debuginfod metadata patch review
2022-08-31 21:59 UTC
Issue 50751 in oss-fuzz: elfutils: Fuzzing build failure
2022-08-30 0:30 UTC (4+ messages)
Worker threads and MHD_USE_EPOLL
2022-08-29 23:54 UTC
[Bug libdw/29434] New: Memory leak in `dwarf_getscopes`
2022-08-29 15:28 UTC (2+ messages)
` [Bug libdw/29434] "
[PATCH] libelf: Correctly decode ar_mode as octal string
2022-08-28 18:10 UTC
[PATCH] ar: Correct -N COUNT off-by-one
2022-08-28 15:57 UTC
runtime validation of DT_SYMTAB lookups - why is there no DT_SYMSZ?
2022-08-28 6:41 UTC (5+ messages)
Artix Linux debuginfod
2022-08-25 14:54 UTC (2+ messages)
elfutils does not compile with gcc 12.2.0
2022-08-25 8:51 UTC (3+ messages)
[PATCH] Add new debuginfod.sysconfig value DEBUGINFOD_EXTRA_ARGS
2022-08-17 12:26 UTC
☝ Buildbot (GNU Toolchain): elfutils - worker not available (master)
2022-08-17 12:12 UTC
[PATCH] debuginfod: fix http_requests_total{type="debuginfo"} when dwz is used
2022-08-17 11:54 UTC (3+ messages)
` [PATCH v2] "
[PATCH] debuginfod: print filename for "cannot open archive" error
2022-08-17 11:18 UTC (3+ messages)
` [PATCH v2] "
[Bug tools/29498] New: Is it expected that eu-strip strips .note.GNU-stack
2022-08-17 7:16 UTC (2+ messages)
` [Bug tools/29498] "
[PATCH] Support nullglob in profile.*.in files
2022-08-16 13:20 UTC (2+ messages)
[Bug debuginfod/29474] New: Server returns 404 for concurrent requests when leading to a same .rpm
2022-08-15 10:27 UTC (3+ messages)
` [Bug debuginfod/29474] "
buildbot users try branch builders for elfutils
2022-08-15 10:08 UTC (4+ messages)
[PATCH] debuginfod: Fix concurrent request leading to a same .rpm file [PR29474]
2022-08-15 8:34 UTC
cannot skip augment string handling
2022-08-13 21:28 UTC (2+ messages)
[PATCH] readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTES
2022-08-13 19:12 UTC (2+ messages)
[Bug debuginfod/29478] New: Slow query of a debuginfo in a big rpm with very many files
2022-08-12 12:18 UTC (3+ messages)
` [Bug debuginfod/29478] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).