[PATCH 0/4] _r_debug copy relocation support
2021-12-23 18:43 UTC (5+ messages)
` [PATCH 1/4] elf: Introduce separate _r_debug_array variable
` [PATCH 2/4] elf: Introduce _dl_debug_change_state
` [PATCH 3/4] elf: Support version-less lookup in _dl_lookup_direct
` [PATCH 4/4] elf: Restore support for _r_debug copy relocations
[PATCH] build-many-glibcs.py: Add ISL (0.24) support
2021-12-23 18:40 UTC (2+ messages)
[PATCH v2 0/4] libmemusage code cleanup
2021-12-23 17:37 UTC (5+ messages)
` [PATCH v2 1/4] malloc: Remove atomic_* usage
` [PATCH v2 2/4] Remove atomic-machine.h atomic typedefs
` [PATCH v2 3/4] malloc: Use hp-timing on libmemusage
` [PATCH v2 4/4] malloc: Remove memusage.h
[PATCH v5] posix: Add terminal control setting support for posix_spawn
2021-12-23 17:30 UTC
error in make check with commit f20f980
2021-12-23 16:06 UTC (5+ messages)
[PATCH v3 00/13] Glibc OpenRISC port
2021-12-23 15:57 UTC (32+ messages)
` [PATCH v3 04/13] or1k: startup and dynamic linking code
` [PATCH v3 08/13] or1k: Linux Syscall Interface
` [PATCH v3 09/13] or1k: Linux ABI
` [PATCH v3 10/13] or1k: ABI lists
` [PATCH v3 11/13] or1k: Build Infrastructure
` [PATCH v3 12/13] build-many-glibcs.py: add OpenRISC support
` [PATCH v3 13/13] Documentation for OpenRISC port
[COMMITTED][PATCH] elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
2021-12-23 14:54 UTC
[v2] math: Properly cast X_TLOSS to float [BZ #28713]
2021-12-23 14:45 UTC (2+ messages)
[COMMITTED] Set default __TIMESIZE default to 64
2021-12-23 14:43 UTC
[PATCH v5] elf: Add _dl_find_object function
2021-12-23 14:22 UTC
[PATCH v4] elf: Add _dl_find_object function
2021-12-23 13:40 UTC (3+ messages)
[PATCH] elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr
2021-12-23 12:31 UTC (2+ messages)
sigmask deprecated
2021-12-23 8:12 UTC (2+ messages)
[PATCH v4 1/1] x86-64: Add vector acos/acosf implementation to libmvec
2021-12-22 20:51 UTC (17+ messages)
` [PATCH v5 0/1] Add vector math function acos/acosf "
` [PATCH v5 1/1] x86-64: Add vector acos/acosf implementation "
` [PATCH v6 0/1] Add vector math function acos/acosf "
` [PATCH v6 1/1] x86-64: Add vector acos/acosf implementation "
` [PATCH v7 0/1] Add vector math function acos/acosf "
` [PATCH v7 1/1] x86-64: Add vector acos/acosf implementation "
[PATCH] printf.3: Document %#m as strerrorname_np(errno)
2021-12-22 19:03 UTC (3+ messages)
[PATCH] convert_scm_timestamps: Initialize buffer for CMSG_NXTHDR
2021-12-22 18:53 UTC (2+ messages)
[PATCH v4] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
2021-12-22 18:52 UTC
x86-64 assembly codes vs C source codes
2021-12-22 15:36 UTC (5+ messages)
[PATCH v2] stdio: Implement %#m for vfprintf and related functions
2021-12-22 15:33 UTC (2+ messages)
[PATCH] powerpc: Use the correct flag for 32-bit known libraries
2021-12-22 15:31 UTC (2+ messages)
` [RFC] Remove special flags of libc.5.so and libc.4.so
[PATCH] intl/plural.y: define macros to avoid multiple conflicting declarations of yyerror and yylex
2021-12-22 15:07 UTC (3+ messages)
[PATCH 1/2] s_sincosf.h: Change pio4 type to float [BZ #28713]
2021-12-22 14:30 UTC (14+ messages)
` [PATCH 2/2] math: Add X_TLOSSf "
[PATCH v7 00/16] Multiple rtld-audit fixes
2021-12-22 13:27 UTC (17+ messages)
` [PATCH v7 01/16] elf: Add _dl_audit_objopen
` [PATCH v7 02/16] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
` [PATCH v7 03/16] elf: Add _dl_audit_objsearch
` [PATCH v7 04/16] elf: Add _dl_audit_objclose
` [PATCH v7 05/16] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
` [PATCH v7 06/16] elf: Add _dl_audit_preinit
` [PATCH v7 07/16] elf: Add _dl_audit_pltenter
` [PATCH v7 08/16] elf: Add _dl_audit_pltexit
` [PATCH v7 09/16] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH v7 10/16] elf: Add audit tests for modules with TLSDESC
` [PATCH v7 11/16] elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
` [PATCH v7 12/16] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
` [PATCH v7 13/16] elf: Issue audit la_objopen for vDSO
` [PATCH v7 14/16] elf: Add la_activity during application exit
` [PATCH v7 15/16] elf: Issue la_symbind for bind-now (BZ #23734)
` [PATCH v7 16/16] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
[PATCH] debug: Remove catchsegv libSegfault
2021-12-22 12:57 UTC (8+ messages)
[PATCH v2] debug: Remove catchsegv and libSegfault (BZ #14913)
2021-12-22 12:51 UTC
[PATCH 0/3] Remove excessive p_align check on PT_LOAD segments
2021-12-22 10:44 UTC (5+ messages)
` [PATCH 1/3] elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
` [PATCH 2/3] elf: Add a test for PT_LOAD segments with p_align == 1 "
` [PATCH 3/3] elf: Add a test for PT_LOAD segments with invalid p_align "
[PATCH 0/2] Predictable ELF destructor ordering
2021-12-22 0:38 UTC (4+ messages)
[PATCH] intl/plural.y: define macros to avoid multiple conflicting declarations of yyerror and yylex
2021-12-21 22:49 UTC (2+ messages)
[PATCH] cdefs.h: fix "__clang_major" typo
2021-12-21 22:13 UTC
[PATCH v6 1/2] elf: Properly align all PT_LOAD segments [BZ #28676]
2021-12-21 21:49 UTC (2+ messages)
` [PATCH v6 2/2] elf: Add a test for PT_LOAD segments with mixed p_align "
Possible contradiction in INSTALL and manual/install.texi
2021-12-21 20:57 UTC (4+ messages)
[PATCH v6 00/20] Multiple rtld-audit fixes
2021-12-21 18:19 UTC (52+ messages)
` [PATCH v6 10/20] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH v6 11/20] elf: Add audit tests for modules with TLSDESC
` [PATCH v6 12/20] elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
` [PATCH v6 13/20] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
` [PATCH v6 14/20] elf: Issue audit la_objopen() for vDSO
` [PATCH v6 15/20] elf: Run constructors if executable has a soname of a dependency
` [PATCH v6 16/20] elf: Add main application on main_map l_name
` [PATCH v6 17/20] elf: Add la_activity during application exit
` [PATCH v6 18/20] elf: Issue la_symbind() for bind-now (BZ #23734)
` [PATCH v6 19/20] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
` [PATCH v6 20/20] elf: Add SVE support for aarch64 rtld-audit
[PATCH v2] math: Properly cast X_TLOSS to float [BZ #28713]
2021-12-21 16:59 UTC
[PATCH v5 1/2] elf: Properly align all PT_LOAD segments [BZ #28676]
2021-12-21 15:14 UTC (2+ messages)
` [PATCH v5 2/2] elf: Add a test for PT_LOAD segments with mixed p_align "
[PATCH v3 1/2] elf: Properly align all PT_LOAD segments [BZ #28676]
2021-12-21 15:11 UTC (4+ messages)
` [PATCH v3 2/2] elf: Add a test for PT_LOAD segments with mixed p_align
[PATCH v4 1/2] elf: Properly align all PT_LOAD segments [BZ #28676]
2021-12-21 15:07 UTC (2+ messages)
` [PATCH v4 2/2] elf: Add a test for PT_LOAD segments with mixed p_align "
Monday Patch Queue Review update (2021-12-20)
2021-12-21 14:09 UTC
[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
2021-12-21 6:08 UTC (10+ messages)
[PATCH v3 1/1] x86-64: Add vector acos/acosf implementation to libmvec
2021-12-20 23:58 UTC (14+ messages)
` [PATCH v4 0/1] Add vector math function acos/acosf "
[PATCH] Regenerate ulps on x86_64 with GCC 12
2021-12-20 23:23 UTC (2+ messages)
GCC 12 miscompiles libm
2021-12-20 23:20 UTC (7+ messages)
0001-Linux-Fix-32-bit-vDSO-for-clock_gettime-on-powerpc32
2021-12-20 20:03 UTC (5+ messages)
[PATCH] Add valgrind smoke test
2021-12-20 11:37 UTC (2+ messages)
[PATCH] Add valgrind smoke test
2021-12-20 11:31 UTC (3+ messages)
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).