unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-02-12 04:52:56 to 2021-02-18 05:02:34 UTC [more...]

[PATCH] LC_COLLATE: Fix last character ellipsis handling (Bug 22668)
 2021-02-18  5:02 UTC 

v5 [PATCH 6/6] nsswitch: use new internal API (callers)
 2021-02-18  4:55 UTC  (14+ messages)

[PATCH] tst-mallinfo2.c: Use correct multiple for total variable
 2021-02-18  2:56 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] tst: Add test for clock_adjtime
 2021-02-17 23:24 UTC 

[PATCH v4 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-17 22:31 UTC  (3+ messages)
` [PATCH v4 2/3] support: Provide xclock_settime test helper function
` [PATCH v4 3/3] tst: Add test for clock_settime

[RFC] <sys/tagged-address.h>: An API for tagged address
 2021-02-17 21:58 UTC  (7+ messages)

[RFC][PATCH v8 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-02-17 20:52 UTC  (31+ messages)
` [RFC][PATCH v8 01/20] Declare and describe the dlmopen RTLD_SHARED flag
` [RFC][PATCH v8 02/20] include/link.h: Update the link_map struct to allow proxies
` [RFC][PATCH v8 03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries
` [RFC][PATCH v8 04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying
` [RFC][PATCH v8 05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
` [RFC][PATCH v8 06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path
` [RFC][PATCH v8 07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping
` [RFC][PATCH v8 08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0
` [RFC][PATCH v8 09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1
` [RFC][PATCH v8 10/20] Abstract the loaded-DSO search code into a private helper function

[PATCH 0/6] More libpthread removal preparations
 2021-02-17 17:22 UTC  (7+ messages)
` [PATCH 1/6] nptl: Split libpthread-routines into one routine per line
` [PATCH 2/6] nptl: Reformat Versions
` [PATCH 3/6] nptl: Move futex-internal.c into main nptl directory
` [PATCH 4/6] nptl: Move lowlevellock into libc
` [PATCH 5/6] nptl: Move futex-internal "
` [PATCH 6/6] nptl: Move elision implementations "

[PATCH 00/10] Unwinder interface consolidation
 2021-02-17 16:03 UTC  (11+ messages)
` [PATCH 01/10] Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
` [PATCH 02/10] backtrace: Implement on top of <unwind-link.h>
` [PATCH 03/10] arm: Implement backtrace "
` [PATCH 04/10] i386: "
` [PATCH 05/10] m68k: "
` [PATCH 06/10] sparc: Implement backtrace on top <unwind-link.h>
` [PATCH 07/10] __frame_state_for: Use <unwind-link.h> for unwinder access
` [PATCH 08/10] Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
` [PATCH 09/10] Implement _Unwind_Resume in libc on top of <unwind-link.h>
` [PATCH 10/10] nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder

[PATCH] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32
 2021-02-17 12:23 UTC  (3+ messages)
` [PATCH v2] "

NSS chroot protection
 2021-02-17  7:36 UTC  (3+ messages)

[PATCH 3/3] Removed obsolete AC_CHECK_TOOL_PREFIX
 2021-02-17  1:25 UTC  (3+ messages)

[PATCH 2/3] Replaced obsolete AC_TRY_LINK to AC_LINK_IFELSE
 2021-02-17  1:20 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/3] Replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE
 2021-02-17  1:17 UTC  (5+ messages)
` [PATCH v2 "

[RFC PATCH 00/13] Add futex2 syscalls
 2021-02-16 22:12 UTC  (25+ messages)
` [RFC PATCH 01/13] futex2: Implement wait and wake functions
` [RFC PATCH 02/13] futex2: Add support for shared futexes
` [RFC PATCH 03/13] futex2: Implement vectorized wait
` [RFC PATCH 04/13] futex2: Implement requeue operation
` [RFC PATCH 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH 08/13] selftests: futex2: Add timeout test
` [RFC PATCH 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH 10/13] selftests: futex2: Add waitv test
` [RFC PATCH 11/13] selftests: futex2: Add requeue test
` [RFC PATCH 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH 13/13] kernel: Enable waitpid() for futex2

[PATCH v3 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-16 20:57 UTC  (10+ messages)

[PATCH v3 3/3] tst: Add test for clock_settime
 2021-02-16 20:33 UTC  (4+ messages)

[PATCH v3 2/3] support: Provide xclock_settime test helper function
 2021-02-16 20:09 UTC  (3+ messages)

[COMMITTED] S390: Add new hwcap values
 2021-02-16 16:21 UTC  (3+ messages)

[PATCH v7] tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-16 13:43 UTC  (3+ messages)

[PATCH v4] tst: Provide test for difftime
 2021-02-16 11:21 UTC  (3+ messages)

[PATCH 00/15] Dynamic TLS related data race fixes
 2021-02-15 12:11 UTC  (19+ messages)
` [PATCH 01/15] aarch64: free tlsdesc data on dlclose [BZ #27403]
` [PATCH 02/15] elf: Fix data race in _dl_name_match_p [BZ #21349]
` [PATCH 03/15] Add test case for [BZ #19329]
` [PATCH 04/15] Add a DTV setup test [BZ #27136]
` [PATCH 05/15] elf: Fix a DTV setup issue "
` [PATCH 06/15] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH 07/15] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH 08/15] elf: Fix data races in pthread_create and TLS access [BZ #19329]
` [PATCH 09/15] elf: Use relaxed atomics for racy accesses "
` [PATCH 10/15] elf: Fix DTV gap reuse logic [BZ #27135]
` [PATCH 11/15] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]
` [PATCH 12/15] i386: "
` [PATCH 13/15] x86_64: Remove lazy tlsdesc relocation related code
` [PATCH 14/15] i386: "
` [PATCH 15/15] elf: "

[PATCH] Replaced obsoleted AC_HELP_STRING to AS_HELP_STRING
 2021-02-16  2:36 UTC  (11+ messages)

Use Linux 5.11 in build-many-glibcs.py
 2021-02-15 22:58 UTC 

[PATCH v4] tst: Provide test for ctime
 2021-02-15 21:01 UTC  (3+ messages)

[PATCH] stailq.3, queue.7, SIMPLEQ_*.3: Document SIMPLEQ_*() as aliases to STAILQ_*() macros
 2021-02-15 20:31 UTC  (4+ messages)
` [PATCH v2] simpleq.3, stailq.3, queue.7, SIMPLEQ_*.3: Document SIMPLEQ_*() as an alias "
` [PATCH v3] "

[PATCH v3] tst: Provide test for sched_rr_get_interval
 2021-02-15 20:15 UTC  (3+ messages)

[PATCH v2] powerpc64: Workaround sigtramp vdso return call
 2021-02-15 17:51 UTC  (5+ messages)

[COMMITTED] aarch64: Fix sys/ptrace.h if linux headers are included
 2021-02-15 16:29 UTC 

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-02-15 14:44 UTC  (6+ messages)

Cheap acquire loads
 2021-02-15 10:54 UTC 

[PATCH] y2038: Redirect to 64 bit time functions when __USE_TIME_BITS64 is defined
 2021-02-15  9:55 UTC  (2+ messages)

[PATCH] nptl: Mention libstdc++ compatibility for pthread_once
 2021-02-15  8:29 UTC 

Cancelling Patch queue review meeting for 2021-02-15
 2021-02-15  3:00 UTC 

[RFC] execve.2: SYNOPSIS: Document both glibc wrapper and kernel sycalls
 2021-02-14 13:39 UTC 

ptrace.2: Simplify signature? s/enum \w*/int/
 2021-02-13 10:16 UTC  (2+ messages)

[PATCH] x86: Use x86/nptl/pthreaddef.h
 2021-02-12 20:58 UTC 

Add more ptrace constants for AArch64 and PowerPC
 2021-02-12 19:25 UTC  (3+ messages)

[PATCH v5 0/5] x86: Improve Minimum Alternate Stack Size
 2021-02-12 18:46 UTC  (4+ messages)
` [PATCH v5 1/5] uapi: Move the aux vector AT_MINSIGSTKSZ define to uapi

[PATCH v6 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-02-12 18:20 UTC  (9+ messages)
` [PATCH v6 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
    ` [PATCH v6 2/3] arm64: Introduce prctl(PR_PAC_{SET, GET}_ENABLED_KEYS)
` [PATCH v6 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths

[PATCH] elf: Do not copy vDSO soname when setting up link map
 2021-02-12 17:29 UTC  (2+ messages)

Are vDSO addresses special?
 2021-02-12 17:29 UTC  (3+ messages)

[PATCH] powerpc: Remove backtrace implementation
 2021-02-12 17:25 UTC  (3+ messages)

PUSHING [PATCH] x86: Remove the extra space between "# endif"
 2021-02-12 15:52 UTC 

[RFC] Updating patchwork patches on commit
 2021-02-12 13:04 UTC  (16+ messages)

[PATCH v7 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-02-12  6:15 UTC  (3+ messages)
` [PATCH v7 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
` [PATCH v7 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths


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