public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-06-24 18:58 UTC  (7+ messages)
` [PATCH v2 08/14] elf: Fix DTV gap reuse logic [BZ #27135]

[PATCH 0/8] Remove malloc hooks
 2021-06-24 18:23 UTC  (9+ messages)
` [PATCH 1/8] Move glibc.malloc.check implementation into its own file
` [PATCH 2/8] malloc: Move malloc hook references to hooks.c
` [PATCH 3/8] glibc.malloc.check: Wean away from malloc hooks
` [PATCH 4/8] mcheck: "
` [PATCH 5/8] mtrace: "
` [PATCH 6/8] Remove "
` [PATCH 7/8] Remove __after_morecore_hook
` [PATCH 8/8] Remove __morecore and __default_morecore

values of FE_TONEAREST
 2021-06-24 18:19 UTC  (4+ messages)

[PATCH v2 00/34] Move librt into libc
 2021-06-24 17:49 UTC  (54+ messages)
` [PATCH 10/34] Linux: Move aio_init from "
` [PATCH 11/34] Linux: Move aio_cancel, aio_cancel64 "
` [PATCH 12/34] Linux: Move aio_error, aio_error64 "
` [PATCH 13/34] Linux: Move aio_fsync, aio_fsync64 "
` [PATCH 14/34] Linux: Move aio_read, aio_read64 "
` [PATCH 15/34] Linux: Move aio_return, aio_return64 "
` [PATCH 16/34] Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc
` [PATCH 17/34] Linux: Move aio_write, aio_write64 into libc
` [PATCH 18/34] rt: Rework lio_listio implementation
` [PATCH 19/34] Linux: Move lio_listio, lio_listio64 from librt to libc
` [PATCH 20/34] Linux: Move mq_close "
` [PATCH 21/34] Linux: Move mq_setattr "
` [PATCH 22/34] Linux: Move mq_getattr "
` [PATCH 23/34] Linux: Move mq_notify "
` [PATCH 24/34] Linux: Move mq_open, __mq_open_2 "
` [PATCH 25/34] Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 "
` [PATCH 26/34] Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 "
` [PATCH 27/34] Linux: Move mq_unlink from librt "
` [PATCH 28/34] Linux: Move timer helper routines "
` [PATCH 29/34] Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
` [PATCH 30/34] Linux: Move timer_create, timer_delete from librt to libc
` [PATCH 31/34] Linux: Move timer_getoverrun "
` [PATCH 32/34] Linux: Move timer_gettime, __timer_gettime64 "
` [PATCH 33/34] Linux: Move timer_settime, __timer_settime64 "
` [PATCH 34/34] Linux: Cleanups after librt move

time64 functions for glibc
 2021-06-24 17:37 UTC  (9+ messages)

[PATCH] elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
 2021-06-24 17:19 UTC  (2+ messages)

[PATCH v2 0/6] gconv configuration parsing cleanups
 2021-06-24 15:57 UTC  (7+ messages)

[PATCH v2 0/4] Implement indirect external access marker
 2021-06-24 13:49 UTC  (5+ messages)
` [PATCH v2 1/4] Initial support for GNU_PROPERTY_1_NEEDED
` [PATCH v2 2/4] Check -z indirect-extern-access and -fno-direct-extern-access
` [PATCH v2 3/4] Add run-time chesk for indirect external access
` [PATCH v2 4/4] Update tests for protected data and function symbols

[PATCH v4 0/4] Add _Fork implementation
 2021-06-24 13:34 UTC  (15+ messages)
` [PATCH v4 1/4] posix: Consolidate fork implementation
` [PATCH v4 2/4] posix: Do not clobber errno by atfork handlers
` [PATCH v4 3/4] Consolidate pthread_atfork
` [PATCH v4 4/4] posix: Add _Fork [BZ #4737]

[PATCH] x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)
 2021-06-24 12:55 UTC  (11+ messages)
    ` [PATCH] x86: Copy IBT and SHSTK usable only if CET is enabled

[PATCH v6 0/5] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
 2021-06-24 11:33 UTC  (9+ messages)
` [PATCH v6 1/5] support: Add support_stack_alloc
` [PATCH v6 2/5] support: Add xclone
` [PATCH v6 3/5] linux: Add close_range
` [PATCH v6 4/5] io: Add closefrom [BZ #10353]
` [PATCH v6 5/5] posix: Add posix_spawn_file_actions_closefrom_np

[PATCH v1 1/2] String: Add three more overflow tests cases to test-strnlen.c
 2021-06-24  0:41 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-06-23 23:11 UTC  (13+ messages)

[PATCH v8 0/4] Improve roundeven function
 2021-06-23 22:28 UTC  (5+ messages)
` [PATCH v8 1/4] math: redirect "
` [PATCH v8 2/4] Update "
` [PATCH v8 3/4] x86_64: roundeven with sse4.1 support
` [PATCH v8 4/4] Use GCC builtins for roundeven functions if desired

[PATCH v7 1/3] math: redirect roundeven function
 2021-06-23 20:34 UTC  (4+ messages)
    ` [PATCH] Update "

A collection of LD_AUDIT bugs that are important for tools (with better formatting for this list)
 2021-06-23 20:06 UTC  (13+ messages)

[PATCH v1 1/3] String: Add additional overflow tests for strnlen, memchr, and strncat
 2021-06-23 18:30 UTC  (24+ messages)
` [PATCH v2 1/3] String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]
` [PATCH v2 2/3] x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 "
` [PATCH v2 3/3] x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 "
` [PATCH v3 1/3] String: Add overflow tests for strnlen, memchr, and strncat "
` [PATCH v3 2/3] x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 "
` [PATCH v3 3/3] x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 "

[PATCH v1 1/4] x86-64: Add wcslen optimize for sse4.1
 2021-06-23 17:29 UTC  (3+ messages)
` [PATCH] "

[PATCH] x86-64: Move strlen.S to multiarch/strlen-vec.S
 2021-06-23 17:24 UTC  (3+ messages)

[COMMITTED] hurd: Fix build after 52a5fe70a2
 2021-06-23 17:20 UTC 

[PATCH] mtrace: Deprecate mallwatch and tr_break
 2021-06-23 15:55 UTC 

x86 CPU features detection for applications (and AMX)
 2021-06-23 15:32 UTC  (2+ messages)

[PATCH] AArch64: Improve strnlen performance
 2021-06-23 15:22 UTC 

aarch64 lacks HP_TIMING support in glibc
 2021-06-23 15:19 UTC  (3+ messages)

[PATCH] Add mcheck tests to malloc
 2021-06-23 14:04 UTC  (2+ messages)

Help error directive: "This file must be written based on the data type sizes of the target"
 2021-06-23 12:49 UTC  (2+ messages)

[PATCH] elf: Assert range of ns argument in _dl_debug_initialize
 2021-06-23 12:42 UTC 

Warnings during make check
 2021-06-23  9:30 UTC  (2+ messages)

[PATCH][trivial] More mcheck -> malloc-check refactoring
 2021-06-23  4:01 UTC  (2+ messages)

Seeking input from developers: glibc copyright assignment policy
 2021-06-23  3:19 UTC  (2+ messages)

[PATCH v2 6/6] Add NEWS item for gconv-modules.d change
 2021-06-23  3:10 UTC  (2+ messages)

aarch64 lacks HP_TIMING support in glibc
 2021-06-22 20:22 UTC  (7+ messages)

[PATCH] nptl: Use SA_RESTART for SIGCANCEL handler
 2021-06-22 19:58 UTC  (9+ messages)

[PATCH 00/18] More y2038 fixes
 2021-06-22 19:51 UTC  (7+ messages)
` [PATCH 01/18] Use 64 bit time_t stat internally
` [PATCH 15/18] linux: Only use 64-bit syscall if required for sigtimedwait

[PATCH v2] Use LFS and 64 bit time for installed programs (BZ #15333)
 2021-06-22 17:27 UTC 

[COMMITTED] malloc: Drop __malloc_initialized from Versions
 2021-06-22 16:53 UTC  (2+ messages)

[PATCH] Remove unsused symbols from nptl/Versions
 2021-06-22 16:10 UTC  (2+ messages)

RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
 2021-06-22 14:54 UTC  (14+ messages)
    ` [llvm-dev] "

[PATCH RFC 0/3] nptl: Introduce and use FUTEX_LOCK_PI2
 2021-06-22 14:25 UTC  (10+ messages)
` [PATCH RFC 3/3] nptl: Include CLOCK_MONOTONIC in mutex tests

[PATCH v2] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
 2021-06-22 14:22 UTC  (3+ messages)

[PATCH v3] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
 2021-06-22 13:46 UTC 

[PATCH] malloc: Clean up __malloc_initialized
 2021-06-22 12:46 UTC  (3+ messages)
` [Patch v2] "

[PATCH] tst-mcheck: Rename to tst-malloc-check
 2021-06-22  9:00 UTC 

readdir and ENOENT error or EOF?
 2021-06-22  8:18 UTC  (5+ messages)

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