unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-12-16 19:14:57 to 2021-12-21 14:53:52 UTC [more...]

[PATCH] debug: Remove catchsegv libSegfault
 2021-12-21 14:53 UTC  (2+ messages)

[PATCH v6 00/20] Multiple rtld-audit fixes
 2021-12-21 14:48 UTC  (61+ messages)
` [PATCH v6 04/20] elf: Add _dl_audit_objsearch
` [PATCH v6 05/20] elf: Add _dl_audit_objclose
` [PATCH v6 06/20] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
` [PATCH v6 07/20] elf: Add _dl_audit_preinit
` [PATCH v6 08/20] elf: Add _dl_audit_pltenter
` [PATCH v6 09/20] elf: Add _dl_audit_pltexit
` [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

Monday Patch Queue Review update (2021-12-20)
 2021-12-21 14:09 UTC 

[PATCH v3 00/13] Glibc OpenRISC port
 2021-12-21 13:41 UTC  (30+ messages)
` [PATCH v3 03/13] or1k: ABI Implementation
` [PATCH v3 04/13] or1k: startup and dynamic linking code
` [PATCH v3 05/13] or1k: Thread Local Storage support
` [PATCH v3 06/13] or1k: Atomics and Locking primitives
` [PATCH v3 07/13] or1k: math soft float support
` [PATCH v3 08/13] or1k: Linux Syscall Interface
` [PATCH v3 09/13] or1k: Linux ABI

[PATCH 1/2] s_sincosf.h: Change pio4 type to float [BZ #28713]
 2021-12-21 10:34 UTC  (6+ messages)
` [PATCH 2/2] math: Add X_TLOSSf "

[PATCH v3 1/2] elf: Properly align all PT_LOAD segments [BZ #28676]
 2021-12-21  8:38 UTC  (3+ messages)
` [PATCH v3 2/2] elf: Add a test for PT_LOAD segments with mixed p_align

[PATCH v3 1/1] x86-64: Add vector acos/acosf implementation to libmvec
 2021-12-21  6:44 UTC  (31+ messages)
` [PATCH v4 0/1] Add vector math function acos/acosf "
  ` [PATCH v4 1/1] x86-64: Add vector acos/acosf implementation "
      ` [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] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-12-21  6:08 UTC  (10+ messages)

[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)

Possible contradiction in INSTALL and manual/install.texi
 2021-12-20 21:10 UTC  (2+ messages)

0001-Linux-Fix-32-bit-vDSO-for-clock_gettime-on-powerpc32
 2021-12-20 20:03 UTC  (5+ messages)

[PATCH 0/2] Predictable ELF destructor ordering
 2021-12-20 13:20 UTC  (3+ messages)

[PATCH] Add valgrind smoke test
 2021-12-20 11:37 UTC  (5+ messages)

[PATCH v2] elf: Inline do_tunable_update_val/tunable_initialize [BZ #28712]
 2021-12-18 22:46 UTC  (2+ messages)

[PATCH] elf: Inline do_tunable_update_val/tunable_initialize [BZ #28712]
 2021-12-18 20:28 UTC  (3+ messages)

[PATCH 0/5] Architecture code cleanup
 2021-12-17 23:25 UTC  (12+ messages)
` [PATCH 1/5] Remove ununsed tcb-offset
` [PATCH 2/5] malloc: Use C11 atomics on libmemusage
` [PATCH 3/5] Remove atomic-machine.h boilerplates definition
` [PATCH 4/5] malloc: Use hp-timing on libmemusage
` [PATCH 5/5] malloc: Remove memusage.h

[PATCH] time: Remove assert in reading of tz file
 2021-12-17 22:22 UTC  (14+ messages)
` [PATCH v2] timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
    ` [PATCH v3 0/2] timezone: BZ #28707
    ` [PATCH v3 1/2] timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
    ` [PATCH v3 2/2] timezone: test-case for BZ #28707

[PATCH] Enable _FORTIFY_SOURCE=3 for gcc 12 and above
 2021-12-17 19:50 UTC  (8+ messages)

[PATCH] powerpc64[le]: Allocate extra stack frame on syscall.S
 2021-12-17 18:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] [PING 13.2] localedata: add new locale ab_GE
 2021-12-17 18:24 UTC  (6+ messages)

realpath() warnings with gcc
 2021-12-17 17:50 UTC  (7+ messages)
` [PATCH v1.2] fortify: Fix spurious warning with realpath
` [PATCH v1.3] "
    ` [committed] "

[PATCH] Apply asm redirections in stdio.h before first use [BZ #27087]
 2021-12-17 17:44 UTC  (2+ messages)

[PATCH v2] elf: Properly align all PT_LOAD segments [BZ #28676]
 2021-12-17 17:39 UTC 

[PATCH v2] stdio: Implement %#m for vfprintf and related functions
 2021-12-17 16:22 UTC 

rseq and gdb
 2021-12-17 15:51 UTC  (3+ messages)

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2021-12-17 13:15 UTC  (3+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP

Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
 2021-12-17 11:56 UTC  (3+ messages)
` Ping "

[PATCH] nss: Use "files dns" as the default for the hosts database (bug 28700)
 2021-12-17 11:41 UTC  (2+ messages)

[PATCH] arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro
 2021-12-17 10:19 UTC  (3+ messages)

[PATCH] localedata: locale ab_GE - update to The GNU ToolChain Authors copyright notice
 2021-12-17  8:23 UTC 

Project steward action needed: Copyright headers
 2021-12-17  2:30 UTC  (3+ messages)
` [committed] Fix The GNU ToolChain Authors copyright notice

GNU/Hurd: ld.so.1 crashes while resolving symbols
 2021-12-16 23:59 UTC 

rseq, membarrier and seccomp
 2021-12-16 21:28 UTC  (5+ messages)

rseq and CRIU
 2021-12-16 21:07 UTC  (3+ messages)

[PATCH] tzselect.ksh: Use /bin/sh default shell interpreter
 2021-12-16 20:18 UTC  (8+ messages)

[committed] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
 2021-12-16 20:06 UTC 

[PATCH] Replace --enable-static-pie with --disable-default-pie
 2021-12-16 19:26 UTC  (3+ messages)
` [COMMITTED] "


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).