unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-06-11 15:08:24 to 2021-06-17 19:44:13 UTC [more...]

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

RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
 2021-06-17 19:38 UTC  (4+ messages)
    ` [llvm-dev] "

[PATCH] nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
 2021-06-17 19:23 UTC 

[PATCH v3 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-17 19:05 UTC  (6+ messages)
` [PATCH v3 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v3 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v3 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v3 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH v2 00/34] Move librt into libc
 2021-06-17 19:00 UTC  (35+ 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

[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 00/18] More y2038 fixes
 2021-06-17 17:45 UTC  (25+ 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

[PATCH] malloc: Ensure that ptmalloc_init runs only once
 2021-06-17 14:31 UTC  (2+ messages)

[PATCH] nptl: Use SA_RESTART for SIGCANCEL handler
 2021-06-17 13:04 UTC  (3+ messages)

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

readdir and ENOENT error or EOF?
 2021-06-17  7:07 UTC  (2+ 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  (24+ messages)

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

[PATCH 0/6] gconv configuration parsing cleanups
 2021-06-16 15:28 UTC  (4+ messages)
` [PATCH 2/6] gconv_conf: Remove unused variables
` [PING][PATCH 0/6] gconv configuration parsing cleanups

[RFC][PATCH v11 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-06-16 13:08 UTC  (4+ messages)
    ` [External] : "

[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  (7+ messages)

[Confirmed for long needles] Fastest String Search Algorithm
 2021-06-15 20:22 UTC 

[PATCH] nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again
 2021-06-15 19:46 UTC  (5+ messages)

[Y2038] Status update - 15.06.2021
 2021-06-15 15:26 UTC 

[PATCH] s390x: Align child stack while clone. [BZ #27968]
 2021-06-15 15:05 UTC  (2+ messages)

[PATCH] resolv: Fix tests by aligning hand crafted queries
 2021-06-14 23:40 UTC 

Your toxic comments
 2021-06-14 19:02 UTC  (10+ messages)
` Unacceptable behaviour by Amit Choudhary

Monday Patch Queue Review update (2021-06-14)
 2021-06-14 17:16 UTC 

[PATCH v3 00/24] Add 64 bit time support on legacy ABIs
 2021-06-14 14:59 UTC  (15+ messages)
` [PATCH v3 04/24] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
  ` [PATCH v3 04/24] linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO
` [PATCH v3 12/24] y2038: Use a common definition for stat
` [PATCH v3 13/24] y2038: Use a common definition for msqid_ds
` [PATCH v3 14/24] y2038: Use a common definition for semid_ds
` [PATCH v3 15/24] y2038: Use a common definition for shmid_ds
` [PATCH v3 19/24] posix: Add glob64 with 64-bit time_t support
` [PATCH v3 22/24] libsupport: Add 64-bit time_t support for time functions

[PATCH 0/4] Do not install shared objects under versioned names
 2021-06-14 14:49 UTC  (3+ messages)

[PATCH v2] Reinstate gconv-modules as the default configuration file
 2021-06-14 13:05 UTC  (2+ messages)

[New Insight] [Polite Mail] Fastest String Search Algorithm
 2021-06-13 20:21 UTC 

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2021-06-13 15:35 UTC  (5+ messages)

[UPDATE] [Code] [Fastest String Search Algorithm]
 2021-06-13  7:17 UTC 

[Code] Fastest String Search Algorithm
 2021-06-13  4:43 UTC 

Fastest String Search Algorithm
 2021-06-13  4:06 UTC  (24+ messages)
                              ` [Final testing with benchmark tests] "

[PATCH] time: Skip overflow itimer tests on 32-bit systems
 2021-06-12  9:19 UTC  (4+ messages)

[PATCH] MAX.3, MIN.3: New page (and link page) to document MAX() and MIN()
 2021-06-12  8:35 UTC  (3+ messages)
` [PATCH v3] MAX.3, MIN.3: New pages "
  ` Ping: "

[RFC][PATCH v11 8/7] Drop DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE from the libpthread DSO
 2021-06-11 17:57 UTC 

[PATCH 0/6] More NPTL fixes
 2021-06-11 17:24 UTC  (6+ messages)
` [PATCH 1/6] nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
        ` [PATCH v2 "

Clarification of IRC network for #glibc IRC channel?
 2021-06-11 15:11 UTC  (4+ messages)


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