public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v8 0/4] Improve roundeven function
 2021-06-28  8:33 UTC  (7+ 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] elf: Assert range of ns argument in _dl_debug_initialize
 2021-06-28  8:31 UTC  (6+ messages)

[PATCH] Add valgrind smoke test
 2021-06-28  8:29 UTC  (4+ messages)

[RFC] strcpys(): New function for copying strings safely
 2021-06-28  8:15 UTC  (3+ messages)

One test per line, one source per line, etc. etc. etc
 2021-06-28  7:24 UTC  (4+ messages)

[PATCH 0/8] Remove malloc hooks
 2021-06-28  6:37 UTC  (21+ 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

[PATCH] Move tst-resolv-res_init-multi to xtests
 2021-06-28  4:45 UTC  (4+ messages)
` [PING][PATCH] "

Seeking input from developers: glibc copyright assignment policy
 2021-06-28  4:11 UTC  (27+ messages)

[PATCH 0/4] Do not install shared objects under versioned names
 2021-06-28  3:42 UTC  (13+ messages)
` [PATCH 1/4] nptl_db: Install libthread_db under a regular implementation name
` [PATCH 2/4] Makerules: Remove lib-version, $(subdir-version)
` [PATCH 3/4] elf: Generalize name-based DSO recognition in ldconfig
` [PATCH 4/4] Install shared objects under their ABI names

[PATCH] nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
 2021-06-28  2:10 UTC  (4+ messages)

[PATCH 1/2] posix: Remove spawni.c
 2021-06-28  1:11 UTC  (3+ messages)
` [PATCH 2/2] posix: Add terminal control setting support for posix_spawn

[PATCH v3 0/6] Remaining librt to libc moves
 2021-06-27 21:39 UTC  (10+ messages)
` [PATCH 1/6] Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
` [PATCH 2/6] Linux: Move timer_create, timer_delete from librt to libc
` [PATCH 3/6] Linux: Move timer_getoverrun "
` [PATCH 4/6] Linux: Move timer_gettime, __timer_gettime64 "
` [PATCH 5/6] Linux: Move timer_settime, __timer_settime64 "
` [PATCH 6/6] Linux: Cleanups after librt move

[PATCH v6 0/5] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
 2021-06-27 17:23 UTC  (10+ 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 v2] iconvconfig: Fix multiple issues
 2021-06-27 17:13 UTC  (4+ messages)

[PATCH] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-06-27 17:08 UTC  (3+ messages)

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

[PATCH v3 00/24] Add 64 bit time support on legacy ABIs
 2021-06-25 19:16 UTC  (5+ messages)
` [PATCH v3 05/24] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}

[COMMITTED] support: Fix xclone build failures on ia64 and hppa
 2021-06-25 12:37 UTC  (2+ messages)

[PATCH v2 00/34] Move librt into libc
 2021-06-25 12:36 UTC  (52+ messages)
` [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

[PATCH v1 0/6] nptl: Introduce and use FUTEX_LOCK_PI2
 2021-06-25  8:11 UTC  (7+ messages)
` [PATCH v1 1/6] Linux: Add FUTEX_LOCK_PI2
` [PATCH v1 2/6] nptl: Introduce futex_lock_pi2()
` [PATCH v1 3/6] nptl: Use futex_lock_pi2()
` [PATCH v1 4/6] nptl: Remove mutex test 10
` [PATCH v1 5/6] nptl: mutex-test5: Include CLOCK_MONOTONIC for PI
` [PATCH v1 6/6] nptl: mutex-test9: "

[PATCH] iconvconfig: Fix multiple issues
 2021-06-25  7:26 UTC  (2+ messages)

[PATCH] elf: Disable most of TLS modid gaps processing [BZ #27135]
 2021-06-25  7:18 UTC  (2+ messages)

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

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

time64 functions for glibc
 2021-06-24 17:37 UTC  (8+ 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 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 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  (11+ 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).