unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-11 13:35:18 to 2021-05-16 21:47:41 UTC [more...]

[PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-16 21:46 UTC  (7+ messages)

[PATCH] add support for -Wmismatched-dealloc
 2021-05-16 21:25 UTC  (17+ messages)

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-16  9:16 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-15 12:34 UTC  (6+ messages)
` [PATCH v5 1/5] "
` [PATCH v5 2/5] nptl: Always pass stack size to create_thread
` [PATCH v5 3/5] GLIBC_PRIVATE: Export __clone_internal
` [PATCH v5 4/5] x86-64: Add the clone3 wrapper
` [PATCH v5 5/5] Add tests for __clone_internal

[PATCH v4 0/2] Add an internal wrapper for clone, clone2 and clone3
 2021-05-15 12:24 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH 00/23] nptl: Move almost all remaining functions into libc
 2021-05-15  2:02 UTC  (57+ messages)
` [PATCH 01/23] nptl: Move __nptl_initial_report_events into ld.so/startup code
` [PATCH 02/23] nptl: Move __nptl_create_event, __nptl_death_event into libc
` [PATCH 03/23] elf: Partially initialize ld.so after static dlopen (bug 20802)
` [PATCH 04/23] aarch64: Remove _dl_var_init
` [PATCH 05/23] arc: "
` [PATCH 06/23] ia64: "
` [PATCH 07/23] m68k: "
` [PATCH 08/23] mips: "
` [PATCH 09/23] powerpc: "
` [PATCH 10/23] elf: Remove DL_STATIC_INIT
` [PATCH 11/23] elf: Move static TLS size and alignment into _rtld_global_ro
` [PATCH 12/23] nptl: Introduce __nptl_deferred_init
` [PATCH 13/23] nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
` [PATCH 14/23] nptl: Move pthread_getattr_default_np into libc
` [PATCH 15/23] nptl: Remove unused nptl/pthread_getcpuclockid.c implementation
` [PATCH 16/23] Linux: Move implementation of pthread_getcpuclockid to nptl directory
` [PATCH 17/23] nptl: Move pthread_getcpuclockid into libc
` [PATCH 18/23] nptl: Move pthread_getname_np "
` [PATCH 19/23] nptl: Move pthread_setaffinity_np "
` [PATCH 20/23] nptl: Move pthread_setname_np "
` [PATCH 21/23] nptl: Move pthread_setschedprio "
` [PATCH 22/23] nptl: Move pthread_sigqueue "
` [PATCH 23/23] nptl: Move semi-public __pthread_get_minstack symbol "

[PATCH v2] rtld: make ldd show relative addresses and add option for aligned output
 2021-05-14 22:10 UTC  (5+ messages)

[PATCH] nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1
 2021-05-14 15:15 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 1/2] benchtests: Use JSON for bench-rawmemchr output
 2021-05-14 13:53 UTC  (7+ messages)
` [PATCH 2/2] powerpc: Add optimized rawmemchr for POWER10

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-14 13:35 UTC  (12+ messages)
` [PATCH v2 0/6] aarch64: "
  ` [PATCH v2 1/6] config: Added HAVE_AARCH64_SVE_ASM for aarch64
  ` [PATCH v2 2/6] aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTI
  ` [PATCH v2 3/6] aarch64: Added optimized memcpy and memmove for A64FX
  ` [PATCH v2 4/6] aarch64: Added optimized memset "
  ` [PATCH v2 5/6] scripts: Added Vector Length Set test helper script
  ` [PATCH v2 6/6] benchtests: Fixed bench-memcpy-random: buf1: mprotect failed

Add C2X timespec_getres
 2021-05-14 12:06 UTC  (4+ messages)

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-14  7:26 UTC  (6+ messages)
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH] stdlib: Fix data race in __run_exit_handlers
 2021-05-14  6:50 UTC  (4+ messages)

Do not declare asctime_r and ctime_r for C2X
 2021-05-14  6:42 UTC  (2+ messages)

tests failing on x86_64-linux (due to test-container?)
 2021-05-13 21:29 UTC  (2+ messages)

[committed] Make sysdeps/generic/libc.abilist empty
 2021-05-13 21:29 UTC 

sysdeps/generic/libc.abilist and __libc_single_threaded
 2021-05-13 21:09 UTC  (2+ messages)

[PATCH] Fix stringop-overflow warning in bug-regex19.c
 2021-05-13 17:04 UTC  (3+ messages)

[PATCH v3 1/6] nptl: Make pthread_kill async-signal-safe
 2021-05-13 16:17 UTC  (11+ messages)
` [PATCH v3 2/6] nptl: Implement raise in terms of pthread_kill

Discussing blockers for glibc 2.34 release (50 days to ABI freeze)
 2021-05-13 13:47 UTC  (7+ messages)

Update floating-point feature test macro handling for C2X
 2021-05-12 23:57 UTC 

[PATCH] MAX.3, MIN.3: New page (and link page) to document MAX() and MIN()
 2021-05-12 22:51 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] MAX.3, MIN.3: New pages "

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-05-12 20:33 UTC  (8+ messages)
` [PATCH v2 06/14] elf: Use relaxed atomics for racy accesses [BZ #19329]

[PATCH] support: Close fds in copy_func
 2021-05-12 19:36 UTC  (2+ messages)

[PATCH] support: Free gdb_script_name
 2021-05-12 19:27 UTC  (2+ messages)

[PATCH 0/3] Checking HWCAP bits against compiler flags
 2021-05-12 19:24 UTC  (12+ messages)
` [PATCH 1/3] elf: Add hook for checking HWCAP bits after auxiliary vector parsing
` [PATCH 2/3] powerpc64le: Check HWCAP bits against compiler build flags
` [PATCH 3/3] s390x: Check HWCAP bits against compiler flags

[PATCH] inet: Free result from getaddrinfo
 2021-05-12 13:10 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] linux/check_native: Always close socket on return
 2021-05-12  9:41 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2021-05-12  3:29 UTC  (2+ messages)

[BZ 24106] Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
 2021-05-12  2:14 UTC  (2+ messages)

[PATCH V3] Add RFC 8335 Definitions from Linux 5.13
 2021-05-11 21:33 UTC  (2+ messages)

[PATCH 0/3] nptl: Move remaining cancellation functionality into libc
 2021-05-11 18:36 UTC  (11+ messages)
` [PATCH 1/3] nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libc
` [PATCH 2/3] nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore "
` [PATCH 3/3] nptl: Move pthread_cancel into libc

[PATCH] login: Limit strncpy to one less than buffer size
 2021-05-11 17:52 UTC  (4+ messages)

[PATCH] nptl: Move pthread_getconcurrency, pthread_setconcurrency into libc
 2021-05-11 17:45 UTC  (3+ messages)

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-05-11 17:42 UTC  (4+ messages)

[PATCH 0/9] Move most pthread_attr_t functions into libc
 2021-05-11 17:38 UTC  (23+ messages)
` [PATCH 1/9] nptl: Move pthread_attr_getaffinity_np "
` [PATCH 2/9] nptl: Move pthread_attr_getguardsize "
` [PATCH 3/9] nptl: Move pthread_attr_getstack "
` [PATCH 4/9] nptl: Move pthread_attr_getstackaddr "
` [PATCH 5/9] nptl: Move pthread_attr_getstacksize "
` [PATCH 6/9] nptl: Move pthread_attr_setguardsize "
` [PATCH 7/9] nptl: Move pthread_attr_setstack "
` [PATCH 8/9] nptl: Move pthread_attr_setstackaddr "
` [PATCH 9/9] nptl: Move pthread_attr_setstacksize "

[PATCH] show_archive_content: Fix trivial memory leak
 2021-05-11 17:17 UTC 

[PATCH] charmap_conversion: Free conversion table on exit
 2021-05-11 17:16 UTC 

[PATCH] ldconfig: Fix memory leaks
 2021-05-11 17:16 UTC 


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