unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-06-15 20:19:17 to 2021-06-21 19:42:58 UTC [more...]

A collection of LD_AUDIT bugs that are important for tools (with better formatting for this list)
 2021-06-21 19:42 UTC  (7+ messages)

[PATCH v2 00/34] Move librt into libc
 2021-06-21 18:37 UTC  (36+ messages)
` [PATCH 01/34] rt: Lexicographically sort Versions file; librt-routines in Makefile
` [PATCH 02/34] Fix librt-routines-var issues for !PTHREAD_IN_LIBC
` [PATCH 03/34] rt: Replace generic stub of shm_open with the posix version
` [PATCH 04/34] rt: Replace generic stub of shm_unlink "
` [PATCH 05/34] rt: Move shm_open into libc
` [PATCH 06/34] rt: Move shm_unlink "
` [PATCH 07/34] rt: Move generic implementation from sysdeps/pthread to rt
` [PATCH 08/34] nptl: Move pthreadP.h into sysdeps directory
` [PATCH 09/34] Add hidden prototypes for fsync, fdatasync
` [PATCH 10/34] Linux: Move aio_init from librt into libc
` [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

RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
 2021-06-21 14:35 UTC  (16+ messages)
    ` [llvm-dev] "
` RFC: Add GNU_PROPERTY_1_NEEDED
  ` [llvm-dev] "

[PATCH 0/4] Implement single global definition marker
 2021-06-21 13:20 UTC  (16+ messages)
` [PATCH 1/4] Initial support for GNU_PROPERTY_1_NEEDED
` [PATCH 2/4] Check -z single-global-definition and -fsingle-global-definition
` [PATCH 3/4] Add run-time chesk for single global definition
` [PATCH 4/4] Update tests for protected data and function symbols

[PATCH V4] Add RFC 8335 Definitions from Linux 5.13
 2021-06-21 13:00 UTC  (2+ messages)

[PATCH 0/3] Move libutil into libc
 2021-06-21 11:47 UTC  (4+ messages)
` [PATCH 1/3] login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt
` [PATCH 2/3] login: Rework hidden prototypes for __setutent, __utmpname, __endutent
` [PATCH 3/3] login: Move libutil into libc

libc online documentation
 2021-06-21 11:43 UTC  (6+ messages)

[PATCH RFC 0/3] nptl: Introduce and use FUTEX_LOCK_PI2
 2021-06-21 11:16 UTC  (4+ messages)
` [PATCH RFC 1/3] nptl: Introduce futex_lock_pi2()
` [PATCH RFC 2/3] nptl: Use futex_lock_pi2()
` [PATCH RFC 3/3] nptl: Include CLOCK_MONOTONIC in mutex tests

[PATCH 0/6] gconv configuration parsing cleanups
 2021-06-21  9:14 UTC  (5+ messages)
` [PATCH 2/6] gconv_conf: Remove unused variables
` [PING][PATCH 0/6] gconv configuration parsing cleanups
` [Ping 2][PATCH "

[PATCH 00/18] More y2038 fixes
 2021-06-21  7:46 UTC  (45+ messages)
` [PATCH 01/18] Use 64 bit time_t stat internally
` [PATCH 02/18] Use LFS and 64 bit time for installed programs
` [PATCH 03/18] support: Add support_create_timer
` [PATCH 04/18] linux: Only use 64-bit syscall if required for ppoll
` [PATCH 05/18] linux: Only use 64-bit syscall if required for pselect
` [PATCH 06/18] linux: Only use 64-bit syscall if required for select
` [PATCH 07/18] linux: Remove supports_time64 () from clock_getres
` [PATCH 08/18] linux: Remove supports_time64 () from clock_gettime
` [PATCH 09/18] linux: Remove time64-support
` [PATCH 10/18] linux: timerfd_gettime minor cleanup
` [PATCH 11/18] linux: Only use 64-bit syscall if required for semtimedop
` [PATCH 12/18] linux: Only use 64-bit syscall if required for timerfd_settime
` [PATCH 13/18] linux: Only use 64-bit syscall if required for mq_timedreceive
` [PATCH 14/18] linux: Only use 64-bit syscall if required for mq_timedsend
` [PATCH 15/18] linux: Only use 64-bit syscall if required for sigtimedwait
` [PATCH 16/18] linux: Only use 64-bit syscall if required for utimensat family
` [PATCH 17/18] linux: Only use 64-bit syscall if required for internal futex
` [PATCH 18/18] linux: Only use 64-bit syscall if required for clock_nanosleep

[RFC][PATCH v11 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-06-20 23:18 UTC  (5+ messages)
    ` [External] : "

[PATCH] nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
 2021-06-20 12:38 UTC  (2+ messages)

[PATCH] MAX.3, MIN.3: New page (and link page) to document MAX() and MIN()
 2021-06-20  2:39 UTC  (3+ messages)
` [PATCH v3] MAX.3, MIN.3: New pages "

x86 Denormal flag
 2021-06-19  1:09 UTC 

[PATCH v8 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-06-18 18:20 UTC  (4+ messages)
` [PATCH v8 1/3] "
    ` PING^1 "

readdir and ENOENT error or EOF?
 2021-06-18 18:02 UTC  (3+ messages)

[PATCH] nptl: Use SA_RESTART for SIGCANCEL handler
 2021-06-18 11:38 UTC  (4+ messages)

[PATCH] malloc: Clean up __malloc_initialized
 2021-06-18  9:53 UTC  (3+ messages)
  ` [Patch v2] "

[PATCH] release all idle heaps in the non-main-arena
 2021-06-18  8:02 UTC  (3+ messages)
  ` 答复: "

[PATCH] malloc: Ensure that ptmalloc_init runs only once
 2021-06-18  6:36 UTC  (9+ messages)

[PATCH v3 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-17 19:05 UTC  (2+ messages)

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

[PATCH 00/35] Linux: Move librt into libc
 2021-06-17 18:00 UTC  (16+ messages)
` [PATCH 01/35] rt: Lexicographically sort Versions file; librt-routines in Makefile
` [PATCH 02/35] Fix librt-routines-var issues for !PTHREAD_IN_LIBC
` [PATCH 03/35] rt: Replace generic stub of shm_open with the posix version
` [PATCH 04/35] rt: Replace generic stub of shm_unlink "
` [PATCH 05/35] rt: Move shm_open into libc
` [PATCH 06/35] rt: Move shm_unlink "

[PATCH] elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]
 2021-06-17 12:56 UTC  (3+ messages)
` [External] : "

[PATCH] Makeconfig: Fix time64-compat.mk target
 2021-06-17 10:49 UTC  (4+ messages)

[PATCH] x86: fix Autoconf caching of instruction support checks [BZ #27991]
 2021-06-17  3:40 UTC 

The official glibc IRC channel is now on OFTC as #glibc
 2021-06-16 21:00 UTC 

Seeking input from developers: glibc copyright assignment policy
 2021-06-16 19:45 UTC  (8+ messages)

A collection of LD_AUDIT bugs that are important for tools
 2021-06-16 16:57 UTC 

[PATCH 00/11] nptl: pthread cancellation refactor
 2021-06-16 12:46 UTC  (5+ messages)
` [PATCH 07/11] nptl: Remove CANCELING_BITMASK

Please Please put back Sys/io.h emulation for armhf and possibly aarch64
 2021-06-16 12:12 UTC  (4+ messages)

Hi
 2021-06-16  9:26 UTC  (2+ messages)

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-16  5:12 UTC  (6+ messages)

[Confirmed for long needles] Fastest String Search Algorithm
 2021-06-15 20:22 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).