Show patches with: none      |   455 patches
« 1 2 3 44 5 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment - - --- 2022-09-27 河辺 岳人 Committed
backends: add checks for _GLOBAL_OFFSET_TABLE_ on loongarch backends: add checks for _GLOBAL_OFFSET_TABLE_ on loongarch - - --- 2023-04-01 Youling Tang Committed
[1/2] libelf: Sync elf.h from glibc. [1/2] libelf: Sync elf.h from glibc. - - --- 2023-04-01 Youling Tang Committed
[2/2] backends: Add new relocation type handling for LoongArch [1/2] libelf: Sync elf.h from glibc. - - --- 2023-04-01 Youling Tang Committed
[1/5] backends: Add abi_cfi and register_info callbacks for LoongArch Improve LoongArch support - - --- 2023-04-07 Youling Tang Committed
[2/5] backends: Add set_initial_registers_tid callback for LoongArch Improve LoongArch support - - --- 2023-04-07 Youling Tang Superseded
[3/5] backends: Add initial return value location support for LoongArch Improve LoongArch support - - --- 2023-04-07 Youling Tang Committed
[4/5] backends: Add frame pointer unwinding for LoongArch Improve LoongArch support - - --- 2023-04-07 Youling Tang Committed
[5/5] backends: Add core_note callback for LoongArch Improve LoongArch support - - --- 2023-04-07 Youling Tang Committed
[v2] backends: Add set_initial_registers_tid callback for LoongArch [v2] backends: Add set_initial_registers_tid callback for LoongArch - - --- 2023-05-09 Youling Tang Committed
[1/7] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec' Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Superseded
[2/7] move platform depended include into system.h Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Superseded
[3/7] lib: Use NOT_HAVE_LIBINTL to guard if need #include <libintl.h> Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Superseded
[4/7] Remove duplicated #include <libintl.h> Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Superseded
[5/7] Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIAN Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Committed
[6/7] Fixes building with msvc/clang mingw/gcc Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Superseded
[7/7] Add CMake build files Enable building libelf of elfutils on win32 - - --- 2022-09-20 Yonggang Luo Rejected
[v2,2/7] move platform depended include into system.h of libelf Enable building libelf of elfutils on win32 - - --- 2022-10-15 Yonggang Luo Committed
[v2,3/7] Move the #include <libintl.h> into eu-config.h Enable building libelf of elfutils on win32 - - --- 2022-10-15 Yonggang Luo Committed
[v2,4/7] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h> Enable building libelf of elfutils on win32 - - --- 2022-10-15 Yonggang Luo Superseded
[01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec' Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[02/25] ignore build directory Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[04/25] libelf/libdwfl: Remove "#define LIB_SYSTEM_H 1" in libelf_crc32.c and libdwfl_crc32.c Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[05/25] use #include <system.h> instead platform depended header <endian.h> in libdw/memory-access.h Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[06/25] move platform depended include into system.h of libebl Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[07/25] move platform depended include into system.h of libasm, libcpu, libdw, libdwfl and libdwelf Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[08/25] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[09/25] include libgen.h in system.h Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Rejected
[10/25] libcpu: Remove the need of NMNES by using enum Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[11/25] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[12/25] libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" is enough and can be recognized by clang-cl… Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[13/25] libdw: typeof -> __typeof that can be recognized by both clang-cl and gcc Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Committed
[14/25] libdw: check __OPTIMIZE__ in dwarf_whatattr.c and dwarf_whatform.c to match the header Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[15/25] lib: Implement error properly even when not HAVE_ERR_H Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[16/25] libeu: Move the implementation of pwrite_retry, write_retry and pread_retry from header to … Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[17/25] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long inst… Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[18/25] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h> Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[20/25] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE) Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[21/25] libasm: stdio_ext.h are not present on win32 Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[22/25] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and l… Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[23/25] libasm/debuginfod: fchmod doesn't present on win32 Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[24/25] lib: isatty is not available on windows Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-10-20 Yonggang Luo Superseded
[v2,01/16] ignore build directory Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,02/16] move platform depended include into system.h of libebl Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,03/16] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,04/16] Fixes usage of basename about prototype differences Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,05/16] libcpu: Remove the need of NMNES by using enum Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Committed
[v2,06/16] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Committed
[v2,07/16] libdw: Fixes compile of dwarf_whatattr.c and dwarf_whatform.c Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,08/16] lib: Implement error properly even when not HAVE_ERR_H Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Rejected
[v2,09/16] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long i… Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Under Review
[v2,10/16] libasm: stdio_ext.h are not present on win32 Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Changes Requested
[v2,11/16] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h an… Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Under Review
[v2,12/16] libasm/debuginfod: fchmod doesn't present on win32 Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Changes Requested
[v2,13/16] lib: isatty is not available on windows Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Dropped
[v2,14/16] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE) Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Under Review
[v2,15/16] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Changes Requested
[v2,16/16] lib: Use HAVE_LIBINTL_H to guard #include <libintl.h> Patches for building with mingw/gcc msvc/clang-cl - - --- 2022-12-17 Yonggang Luo Changes Requested
[1/5] strip: Adapt src/strip -o -f on mips Add support for MIPS - - --- 2023-04-11 Ying Huang Under Review
[2/5] readelf: Adapt src/readelf -h/-S/-r/-w/-l/-d/-a on mips Add support for MIPS - - --- 2023-04-11 Ying Huang Under Review
[3/5] elflint: Fix invalid type of relocation info and other issues on mips Add support for MIPS - - --- 2023-04-11 Ying Huang Under Review
[4/5] stack: Fix stack unwind failure on mips Add support for MIPS - - --- 2023-04-11 Ying Huang Under Review
[5/5] backends: Fix run-native-test.sh and run-funcretval++11.sh run fail on mips Add support for MIPS - - --- 2023-04-11 Ying Huang Under Review
[1/2] libelf: Sync elf.h from Glibc [1/2] libelf: Sync elf.h from Glibc - - --- 2023-08-29 Xi Ruoyao Committed
[2/2] backends: Update list of LoongArch relocations [1/2] libelf: Sync elf.h from Glibc - - --- 2023-08-29 Xi Ruoyao Committed
RISC-V: PR27925 Add support for LP64 and LP64F ABIs return values RISC-V: PR27925 Add support for LP64 and LP64F ABIs return values - - --- 2021-09-29 William Cohen Committed
cannot skip augment string handling cannot skip augment string handling - - --- 2022-08-09 Ulrich Drepper Committed
readelf: allow build with LLVM/clang readelf: allow build with LLVM/clang - - --- 2021-07-12 Tomasz Paweł Gajc Superseded
libdwfl: name dwfl_get_debuginfod_client stub's arg libdwfl: name dwfl_get_debuginfod_client stub's arg - - --- 2022-07-18 Shahab Vahedi Committed
Add support for ARCv2 Add support for ARCv2 - - --- 2022-10-28 Shahab Vahedi Superseded
[v2] Add support for ARCv2 [v2] Add support for ARCv2 - - --- 2022-10-31 Shahab Vahedi Superseded
[v3] Add support for Synopsys ARCv2 processors [v3] Add support for Synopsys ARCv2 processors - - --- 2022-12-20 Shahab Vahedi Superseded
[v4] Add support for Synopsys ARCv2 processors [v4] Add support for Synopsys ARCv2 processors - - --- 2022-12-21 Shahab Vahedi Committed
debuginfod-find.1: note on how to find a comp_dir debuginfod-find.1: note on how to find a comp_dir - - --- 2023-01-10 Serhei Makarov Committed
debuginfod: Add Ubuntu's debuginfod service to the list. debuginfod: Add Ubuntu's debuginfod service to the list. - - --- 2022-09-15 Sergio Durigan Junior Committed
tests: do not fail on zero sized DIEs (binutils-2.39 compatible) tests: do not fail on zero sized DIEs (binutils-2.39 compatible) - - --- 2022-08-06 Sergei Trofimovich Superseded
tests: run-low_high_pc.sh: drop redundant 'lx' suffix tests: run-low_high_pc.sh: drop redundant 'lx' suffix - - --- 2022-08-06 Sergei Trofimovich Committed
[v2] tests: do not fail on zero sized DIEs (binutils-2.39 compatible) [v2] tests: do not fail on zero sized DIEs (binutils-2.39 compatible) - - --- 2022-08-07 Sergei Trofimovich Dropped
tests: run-lfs-symbols.sh needs gawk tests: run-lfs-symbols.sh needs gawk - - --- 2023-07-19 Sam James Committed
lib: remove usage of `sys/cdefs.h` lib: remove usage of `sys/cdefs.h` - - --- 2021-08-20 Saleem Abdulrasool Committed
debuginfod, elfclassify: remove unnecessary header inclusion debuginfod, elfclassify: remove unnecessary header inclusion - - --- 2021-08-20 Saleem Abdulrasool Committed
handle libc implemntations which do not provide `error.h` handle libc implemntations which do not provide `error.h` - - --- 2021-08-20 Saleem Abdulrasool Superseded
[v2] handle libc implemntations which do not provide `error.h` [v2] handle libc implemntations which do not provide `error.h` - - --- 2021-08-20 Saleem Abdulrasool Superseded
lib: remove unused `STROF` definition (NFC) lib: remove unused `STROF` definition (NFC) - - --- 2021-08-27 Saleem Abdulrasool Committed
[v3] handle libc implemntations which do not provide `error.h` [v3] handle libc implemntations which do not provide `error.h` - - --- 2021-08-27 Saleem Abdulrasool Committed
lib: avoid potential problems with `-fno-common` lib: avoid potential problems with `-fno-common` - - --- 2021-08-27 Saleem Abdulrasool Committed
Performance issue with systemd-coredump and container process linking 2000 shared libraries. Performance issue with systemd-coredump and container process linking 2000 shared libraries. - - --- 2023-06-14 Romain Geissler Committed
[0/2] cross-build support, updated - - --- 2022-05-06 Petr Ovtchenkov None
[1/2] support cross compilation cross-build support, updated - - --- 2022-05-06 Petr Ovtchenkov New
[2/2] drop _FORTIFY_SOURCE for host build cross-build support, updated - - --- 2022-05-06 Petr Ovtchenkov New
[01/14] libdw: Make try_split_file static elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[02/14] libdw: Handle split DWARF in dwarf_entrypc elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[03/14] libdw: Handle DW_AT_ranges in split DWARF 5 skeleton in dwarf_ranges elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[04/14] libdw: Handle other string forms in dwarf_macro_param2 elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[05/14] libdw: Fix dwarf_macro_getsrcfiles for DWARF 5 elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[06/14] libdw: Handle split DWARF in dwarf_macro_getsrcfiles elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[07/14] libdw: Recognize .debug_[ct]u_index sections in dwarf_elf_begin elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
[08/14] libdw: Parse DWARF package file index sections elfutils: DWARF package (.dwp) file support - - --- 2023-09-27 Omar Sandoval New
« 1 2 3 44 5 »