unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-02-28 07:56:47 to 2021-03-05 08:32:39 UTC [more...]

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-03-05  8:32 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] malloc: Turn tst-mallocstate into a non-internal test
 2021-03-05  1:15 UTC  (2+ messages)

[PATCH] makecontext.3: Fix function declarator with empty parentheses
 2021-03-05  1:13 UTC  (4+ messages)

[PATCH 00/16] memory tagging improvements
 2021-03-05  1:07 UTC  (27+ messages)
` [PATCH 01/16] malloc: Fix a realloc crash with heap tagging [BZ 27468]
` [PATCH 02/16] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
` [PATCH 03/16] malloc: Move MTAG_MMAP_FLAGS definition
` [PATCH 04/16] malloc: Simplify __mtag_tag_new_usable
` [PATCH 05/16] malloc: Avoid taggig mmaped memory on free
` [PATCH 06/16] malloc: Ensure the generic mtag hooks are not used
` [PATCH 07/16] malloc: Refactor TAG_ macros to avoid indirection
` [PATCH 08/16] malloc: Use global flag instead of function pointer dispatch for mtag
` [PATCH 09/16] malloc: Only support zeroing and not arbitrary memset with mtag
` [PATCH 10/16] malloc: Change calloc when tagging is disabled
` [PATCH 11/16] malloc: Use branches instead of mtag_granule_mask
` [PATCH 12/16] malloc: Use mtag_enabled instead of USE_MTAG
` [PATCH 13/16] aarch64: inline __libc_mtag_address_get_tag
` [PATCH 14/16] aarch64: inline __libc_mtag_new_tag
` [PATCH 15/16] aarch64: Optimize __libc_mtag_tag_region
` [PATCH 16/16] aarch64: Optimize __libc_mtag_tag_zero_region

[PATCH] tst: Add test for utime
 2021-03-04 23:58 UTC  (8+ messages)

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

[PATCH v6] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-03-04 18:46 UTC  (2+ messages)

[RFC][PATCH v8 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-03-04 18:27 UTC  (2+ messages)

Un-deprecating nss_hesiod?
 2021-03-04 16:34 UTC  (5+ messages)

[PATCH] math: test-matherr and test-matherr-2 can be regular tests
 2021-03-04 16:04 UTC 

[PATCH] math: $(libm-tests-compat) can be regular tests
 2021-03-04 16:04 UTC 

[PATCH v3 1/3] powerpc: Add optimized ilogb* for POWER9
 2021-03-04 15:30 UTC  (4+ messages)
` [PATCH v3 2/3] powerpc: Add optimized llogb* "
` [PATCH v3 3/3] benchtests: Add ilogb* tests

[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]
 2021-03-04 14:14 UTC  (5+ messages)

[PATCH 0/8] Move libpthread unwind-related functionality into libc
 2021-03-04 12:12 UTC  (9+ messages)
` [PATCH v3 1/8] nptl: Move pthread_mutex_consistent "
` [PATCH 2/8] nptl: Move __pthread_cleanup_routine "
` [PATCH 3/8] nptl: Move legacy unwinding implementation "
` [PATCH 4/8] nptl: Move legacy cancelation handling into libc as compat symbols
` [PATCH 5/8] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH 6/8] Legacy unwinder: Remove definition of _Unwind_GetCFA
` [PATCH 7/8] nptl: Move __pthread_cleanup_upto into libc
` [PATCH 8/8] nptl: Move __pthread_unwind_next "

[PATCH v4] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2021-03-04 10:46 UTC 

[RFC PATCH] Linux: Workaround seccomp() issue with faccessat2()
 2021-03-04  8:27 UTC  (5+ messages)

[PATCH 00/14] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 2)
 2021-03-03 22:25 UTC  (2+ messages)

[PATCH v2] nss: fix nss_database_lookup2's alternate handling [BZ #27416]
 2021-03-03 20:32 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v1] nscd: Fix double free in netgroupcache [BZ #27462]
 2021-03-03 19:55 UTC  (8+ messages)
      ` [PATCH v1] NEWS: Add entry for CVE-2021-27645

[PATCH v3] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2021-03-03 17:52 UTC  (3+ messages)

DT_RUNPATH of executable not found when loader and dl_caller is libasan.so
 2021-03-03 17:51 UTC  (2+ messages)

[PATCH COMMITTED] powerpc: Regenerate ulps
 2021-03-03 17:39 UTC 

[PATCH v2 1/3] powerpc: Add optimized ilogb* for POWER9
 2021-03-03 17:20 UTC  (7+ messages)
` [PATCH v2 2/3] powerpc: Add optimized llogb* "
` [PATCH v2 3/3] benchtests: Add ilogb* tests

[PATCH] x86: Require full ISA support for x86-64 level marker [BZ #27318]
 2021-03-03 13:37 UTC  (18+ messages)
` [PATCH v2] "
                ` [PATCH v3] x86: Disable "
                                ` [PATCH v4] x86: Set minimum "

[COMMITTED] s390x: Regenerate ulps
 2021-03-03 11:55 UTC 

[PATCH v2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2021-03-03 10:04 UTC  (12+ messages)

[PATCH v5] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-03-02 21:45 UTC  (2+ messages)

[patch v2] Un-disable nss module loading after chroot [27389]
 2021-03-02 21:24 UTC  (2+ messages)

[PATCH] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2021-03-02 19:06 UTC  (2+ messages)

[2/2] Avoid adding duplicated symbols into static libraries
 2021-03-02 18:03 UTC 

[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]
 2021-03-02 16:43 UTC  (10+ messages)

[PATCH COMMITTED] i386: Regenerate ulps
 2021-03-02 14:43 UTC 

[PATCH 1/2] x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield
 2021-03-02 14:34 UTC  (4+ messages)
` [PATCH v3 2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics

[PATCH] x86_64: Update THREAD_SETMEM/THREAD_SETMEM_NC for IMM64
 2021-03-02 14:21 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] Fix Italian Locale Capitalization
 2021-03-02 14:08 UTC 

[PATCH v4 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-03-02 13:58 UTC  (4+ messages)

[PATCH v2] ld.so: Implement the --list-diagnostics option
 2021-03-02 13:42 UTC  (5+ messages)
` [PATCH v2 2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics

[PATCH 1/3] tst: Modify tst-clock_adjtime to allow reuse of its code
 2021-03-02 13:23 UTC  (7+ messages)
` [PATCH 2/3] tst: Add test for adjtimex
` [PATCH 3/3] tst: Add test for ntp_adjtime

[COMMITTED] powerpc: Update libm-test-ulps
 2021-03-02 13:19 UTC 

[PATCH] tst: Fix tst-timerfd test
 2021-03-02 12:18 UTC  (2+ messages)

'trusted and reasonably structured' regular expressions
 2021-03-02 10:58 UTC  (9+ messages)

[PATCH] nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptions
 2021-03-02 10:43 UTC  (2+ messages)

[PATCH] elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
 2021-03-02 10:43 UTC  (2+ messages)

[PATCH 1/2] ld.so: Implement the --list-diagnostics option
 2021-03-02  6:32 UTC  (7+ messages)
` [PATCH 2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics

[PATCH 0/2] math symbols cleanup
 2021-03-02  6:09 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-01 19:09 UTC  (3+ messages)
` [PATCH v6 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ

[PATCH v2] nptl: Move pthread_mutex_consistent into libc
 2021-03-01 18:03 UTC 

[PATCH] LC_COLLATE: Fix last character ellipsis handling (Bug 22668)
 2021-03-01 17:18 UTC  (2+ messages)

[PATCH] correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)
 2021-03-01 16:34 UTC  (4+ messages)

[PATCH] Fix SXID_ERASE behavior in setuid programs (BZ #27471)
 2021-03-01 14:17 UTC 

[PATCH 00/10] Unwinder interface consolidation
 2021-03-01 13:55 UTC  (22+ 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

[COMMITTED] aarch64: update ulps
 2021-03-01 12:33 UTC 

[PATCH] Reduce the statically linked startup code [BZ #23323]
 2021-03-01  9:43 UTC  (5+ messages)

[PATCH v6 1/4] Fix the inaccuracy of j0f and of y0f [BZ #14469 and #14471]
 2021-03-01  8:20 UTC  (4+ messages)
` [PATCH v6 2/4] Fix the inaccuracy of j1f (BZ 14470) and y1f (BZ 14472)
` [PATCH v6 3/4] Added new entries for j0/j1/y0/y1 and regenerate ulps
` [PATCH v6 4/4] auto-libm-test-in: added xfail's for ibm128-libgcc (Bessel functions)


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