June 2021 Archives by thread
Starting: Tue Jun 1 06:57:37 GMT 2021
Ending: Wed Jun 30 23:13:54 GMT 2021
Messages: 1318
- [COMMITTED 1/1] malloc: fix typo "accomodate" should be "accommodate"
Xeonacid
- [PATCH v2 1/9] nptl: Remove exit-thread.h
Florian Weimer
- [PATCH v7 3/3] Add static tests for __clone_internal
Szabolcs Nagy
- [PATCH v2 2/9] nptl: Deallocate the thread stack on setup failure (BZ #19511)
Florian Weimer
- [PATCH v2 3/9] nptl: Install cancellation handler on pthread_cancel
Florian Weimer
- Patch review status for 64-bit time_t patches.
Lukasz Majewski
- [PATCH] Use __pthread_attr_copy in mq_notify (bug 27896)
Andreas Schwab
- [PATCH v2 4/9] nptl: Remove CANCELING_BITMASK
Florian Weimer
- [COMMITTED] aarch64: align stack in clone [BZ #27939]
Szabolcs Nagy
- [PATCH v2 5/9] nptl: Move cancel state out of cancelhandling
Florian Weimer
- [PATCH v3] Suppress -Wcast-qual warnings in bsearch
Jonathan Wakely
- [PATCH v2 6/9] nptl: Move cancel type out of cancelhandling
Florian Weimer
- [PATCH v2 7/9] nptl: Implement raise in terms of pthread_kill
Florian Weimer
- [PATCH v2 8/9] nptl: Use pthread_kill on pthread_cancel
Florian Weimer
- RFC: pthread pid accessor (BZ# 27880)
Adhemerval Zanella
- [PATCH v2 9/9] nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)
Florian Weimer
- [PATCH v8 0/3] Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
- Clarification of IRC network for #glibc IRC channel?
Andreas K. Huettel
- time64 functions for glibc
Elmar Stellnberger
- Update floating-point feature test macro handling for C2X
Joseph Myers
- GLIBC Localedata out of memory
Adhemerval Zanella
- [PATCH] Fix use of __pthread_attr_copy in mq_notify (bug 27896)
Florian Weimer
- [PATCH 02/16] Add missing symbols to Version files
Adhemerval Zanella
- [PATCH 03/16] scripts/versions.awk: Add local: * to all version nodes
Adhemerval Zanella
- [PATCH v2 04/16] Add libc ABI extension kludge for baseline-violating libdl symbols
Adhemerval Zanella
- [PATCH 05/16] dlfcn: Move dlerror into libc
Adhemerval Zanella
- [PATCH] fix typo
Xeonacid
- [PATCH v3] Improve test coverage of strlen function
H.J. Lu
- [PATCH v3] nptl: Deallocate the thread stack on setup failure (BZ #19511)
Adhemerval Zanella
- [PATCH 06/16] dlfcn: Move dlclose into libc
Adhemerval Zanella
- [PATCH 07/16] dlfcn: Move dladdr into libc
Adhemerval Zanella
- [PATCH 08/16] dlfcn: Move dlsym into libc
Adhemerval Zanella
- [PATCH 09/16] dlfcn: Move dlmopen into libc
Adhemerval Zanella
- [PATCH 10/16] dlfcn: Move dladdr1 into libc
Adhemerval Zanella
- [PATCH 11/16] dlfcn: Move dlinfo into libc
Adhemerval Zanella
- [PATCH 12/16] dlfcn: Move dlvsym into libc
Adhemerval Zanella
- [PATCH 13/16] dlfcn: Move dlopen into libc
Adhemerval Zanella
- [PATCH V3] Add RFC 8335 Definitions from Linux 5.13
Andreas Roeseler
- [RFC][PATCH v10 5/7] Implement dlmopen RTLD_SHARED flag (bug 22745)
Vivek Das Mohapatra
- [PATCH] Improve test coverage of strnlen function
Sunil K Pandey
- [PATCH] Improve test coverage of strlen function
Noah Goldstein
- [PATCH 14/16] dlfcn: Cleanups after -ldl is no longer required
Adhemerval Zanella
- [PATCH v2 15/16] dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
Adhemerval Zanella
- [PATCH 16/16] dlfcn: Rework static dlopen hooks
Adhemerval Zanella
- [PATCH] Add build option to disable usage of scv on powerpc
Matheus Castanho
- [PATCH v2] Improve test coverage of strnlen function
Sunil K Pandey
- [PATCH v3] Improve test coverage of strnlen function
Sunil K Pandey
- [PATCH V4] Add RFC 8335 Definitions from Linux 5.13
Andreas Roeseler
- [PATCH] AArch64: Add support for roundeven[f]
Wilco Dijkstra
- [PATCH v1 1/2] elf: Allow architectures to parse properties on the main executable
Dave Martin
- [PATCH v1 2/2] arm64: Enable BTI for main executable as well as the interpreter
Dave Martin
- [PATCH v4 00/15] Add futex2 syscalls
André Almeida
- mips64 and wordsize-64
Florian Weimer
- [PATCH 00/35] Linux: Move librt into libc
Florian Weimer
- [PATCH 01/35] rt: Lexicographically sort Versions file; librt-routines in Makefile
Florian Weimer
- [PATCH 02/35] Fix librt-routines-var issues for !PTHREAD_IN_LIBC
Florian Weimer
- [PATCH 03/35] rt: Replace generic stub of shm_open with the posix version
Florian Weimer
- [PATCH 04/35] rt: Replace generic stub of shm_unlink with the posix version
Florian Weimer
- [PATCH 05/35] rt: Move shm_open into libc
Florian Weimer
- [PATCH 06/35] rt: Move shm_unlink into libc
Florian Weimer
- [PATCH 07/35] rt: Move generic implementation from sysdeps/pthread to rt
Florian Weimer
- [PATCH 08/35] nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
- [PATCH 09/35] nptl: Add internal macro definition of pthread_self
Florian Weimer
- [PATCH 10/35] Add hidden prototypes for fsync, fdatasync
Florian Weimer
- [PATCH 11/35] Linux: Move aio_init from librt into libc
Florian Weimer
- [PATCH 12/35] Linux: Move aio_cancel, aio_cancel64 into libc
Florian Weimer
- [PATCH 13/35] Linux: Move aio_error, aio_error64 into libc
Florian Weimer
- [PATCH 14/35] Linux: Move aio_fsync, aio_fsync64 into libc
Florian Weimer
- [PATCH 15/35] Linux: Move aio_read, aio_read64 into libc
Florian Weimer
- [PATCH 16/35] Linux: Move aio_return, aio_return64 into libc
Florian Weimer
- [PATCH 17/35] Linux: Move aio_suspend, aio_suspend64 from librt to libc
Florian Weimer
- [PATCH 18/35] Linux: Move aio_write, aio_write64 into libc
Florian Weimer
- [PATCH 19/35] rt: Rework lio_listio implementation
Florian Weimer
- [PATCH 20/35] Linux: Move lio_listio, lio_listio64 from librt to libc
Florian Weimer
- [PATCH 21/35] Linux: Move mq_close from librt to libc
Florian Weimer
- [PATCH 22/35] Linux: Move mq_setattr from librt to libc
Florian Weimer
- [PATCH 23/35] Linux: Move mq_getattr from librt to libc
Florian Weimer
- [PATCH 24/35] Linux: Move mq_notify from librt to libc
Florian Weimer
- [PATCH 25/35] Linux: Move mq_open, __mq_open_2 from librt to libc
Florian Weimer
- [PATCH 26/35] Linux: Move mq_receive, mq_timedreceive from librt to libc
Florian Weimer
- [PATCH 27/35] Linux: Move mq_send, mq_timedsend from librt to libc
Florian Weimer
- [PATCH 28/35] Linux: Move mq_unlink from librt to libc
Florian Weimer
- [PATCH 29/35] Linux: Move timer helper routines from librt to libc
Florian Weimer
- [PATCH 30/35] Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
Florian Weimer
- [PATCH 31/35] Linux: Move timer_create, timer_delete from librt to libc
Florian Weimer
- [PATCH 32/35] Linux: Move timer_getoverrun from librt to libc
Florian Weimer
- [PATCH 33/35] Linux: Move timer_gettime from librt to libc
Florian Weimer
- [PATCH 34/35] Linux: Move timer_settime from librt to libc
Florian Weimer
- [PATCH 35/35] Linux: Cleanups after librt move
Florian Weimer
- [PATCH 00/35] Linux: Move librt into libc
Florian Weimer
- [PATCH v5] configure: Replaced obsolete AC_TRY_COMPILE
naohirot@fujitsu.com
- [PATCH v1 0/3] arm64: Enable BTI for the executable as well as the interpreter
Mark Brown
- [PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
Mark Brown
- [PATCH v2] Add build option to disable usage of scv on powerpc
Matheus Castanho
- [PATCH v2 00/25] Add 64 bit time support on legacy ABIs
Carlos O'Donell
- [PATCH v2 01/25] linux: mips: Split libpthread.abilist in n32 and n64
Carlos O'Donell
- [PATCH v2 02/25] linux: mips: Split librt.abilist in n32 and n64
Carlos O'Donell
- [PATCH v2 03/25] linux: mips: Split libanl.abilist in n32 and n64
Carlos O'Donell
- [PATCH v2 04/25] linux: s390: Add libanl.abilist in s390 and s390x
Carlos O'Donell
- [PATCH v2 05/25] linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO
Carlos O'Donell
- [PATCH v2 06/25] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
Carlos O'Donell
- [PATCH v2 07/25] linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}
Carlos O'Donell
- [PATCH v2 08/25] y2038: Add __USE_TIME_BITS64 support for time_t
Carlos O'Donell
- [PATCH v2 09/25] y2038: Add __USE_TIME_BITS64 support for struct timeval
Carlos O'Donell
- [PATCH v2 10/25] y2038: Add __USE_TIME_BITS64 support for struct timespec
Carlos O'Donell
- [PATCH v2 11/25] y2038: Add __USE_TIME_BITS64 support for struct utimbuf
Carlos O'Donell
- [PATCH v2 12/25] y2038: linux: Add __USE_TIME_BITS64 support for struct timex
Carlos O'Donell
- [PATCH v2 13/25] y2038: Use a common definition for stat
Carlos O'Donell
- [PATCH v2 14/25] y2038: Use a common definition for msqid_ds
Carlos O'Donell
- [PATCH v2 15/25] y2038: Use a common definition for semid_ds
Carlos O'Donell
- [PATCH v2 16/25] y2038: Use a common definition for shmid_ds
Carlos O'Donell
- [PATCH v2 17/25] y2038: Add __USE_TIME_BITS64 support for socket-constants.h
Carlos O'Donell
- [PATCH v2 18/25] time: Add 64 bit time support for getdate
Carlos O'Donell
- [PATCH v2 19/25] y2038: Add support for 64 bit time on legacy ABIs
Carlos O'Donell
- [PATCH v2 20/25] posix: Add glob64 with 64 bit time_t support
Carlos O'Donell
- [PATCH v2 21/25] io: Add fts64 with 64 bit time_t support
Carlos O'Donell
- [PATCH v2 22/25] io: Add ftw64 with 64 bit time_t support
Carlos O'Donell
- [PATCH v2 23/25] libsupport: Add 64 bit time_t support for time functions
Carlos O'Donell
- [PATCH v2 24/25] libsupport: Add 64 bit time_t support for stat functions
Carlos O'Donell
- [PATCH v2 25/25] y2038: Add test coverage
Carlos O'Donell
- [PATCH] x86: Install <bits/platform/x86.h> [BZ #27958]
H.J. Lu
- PIC/PIE issue on Nios2
Romain Naour
- Fastest String Search Algorithm.
Amit Choudhary
- [PATCH v2 1/2] rtld: Add --no-default-paths option
Fergus Dall
- No subject
Davidlohr Bueso
- [PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb().
Tom Honermann
- [PATCH 1/3]: C++20 P0482R6 and C2X N2653: Fix for bug 25744, mbrtowc with Big5-HKSCS
Tom Honermann
- [PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
Tom Honermann
- [PATCH 3/3]: C++20 P0482R6 and C2X N2653: Tests for mbrtoc8, c8rtomb, char8_t
Tom Honermann
- [PATCH v1] x86: Improve memset-vec-unaligned-erms.S
Noah Goldstein
- [PATCH v1 1/3] String: tst-memset-overflow.c Add test for overflow case.
Noah Goldstein
- [PATCH v1 2/3] String: test-memset.c strenthen test coverage
Noah Goldstein
- [PATCH v1 3/3] x86: memset-vec-unaligned-erms.S fix bug with overflow.
Noah Goldstein
- [PATCH v1] x86: memcmp-avx2-movbe.S and memcmp-evex-movbe.S fix overflow bug.
Noah Goldstein
- [PATCH 0/5] gconv module configuration improvements
Siddhesh Poyarekar
- [PATCH v3 1/2] rtld: Add --no-default-paths option
Fergus Dall
- [PATCH v3 2/2] rtld: Add tests for new --no-default-paths option
Fergus Dall
- [PATCH] time: Skip overflow itimer tests on 32-bit systems
Stafford Horne
- [PATCH 0/8] Move nss_files into libc
Florian Weimer
- [PATCH v3 00/24] Add 64 bit time support on legacy ABIs
Adhemerval Zanella
- [PATCH v3 01/24] linux: mips: Split librt.abilist in n32 and n64
Adhemerval Zanella
- "make check" fails for glibc-2.33.
Amit Choudhary
- [RFP] Toolchains and Kernel MC in LPC 2021
Jose E. Marchesi
- [PATCH] s390x: Align child stack while clone. [BZ #27968]
Stefan Liebler
- New Czech PO file for 'libc' (version 2.31.9000)
Translation Project Robot
- [PATCH] Handle DT_UNKNOWN in gconv-modules.d
Siddhesh Poyarekar
- [PATCH 0/4] Add --disable-major-minor-libraries configure option
Florian Weimer
- [PATCH] Fix elf/tst-tls9-static after libdl cleanups.
Stefan Liebler
- [PATCH] Configure GCC with --enable-initfini-array [BZ #27945]
H.J. Lu
- [PATCH] Remove stale references to libdl.a
Florian Weimer
- [PATCH] Add NEWS item for gconv-modules.d change
Siddhesh Poyarekar
- [RFC][PATCH v11 0/7] Implementation of RTLD_SHARED for dlmopen
Vivek Das Mohapatra
- [RFC][PATCH v11 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
Vivek Das Mohapatra
- [RFC][PATCH v11 2/7] Abstract loaded-DSO search code into a helper function
Vivek Das Mohapatra
- [RFC][PATCH v11 3/7] Use the new DSO finder helper function
Vivek Das Mohapatra
- [RFC][PATCH v11 7/7] Restore separate libc loading for the TLS/namespace storage test
Vivek Das Mohapatra
- [PATCH] ARCv2: save ABI registers across signal handling
Vineet Gupta
- [PATCH v1 1/3] String: Add additional overflow tests for strnlen, memchr, and strncat
Noah Goldstein
- [PATCH] io: Fix sporadic test failures in io/tst-stat
Florian Weimer
- [PATCH 0/4] Do not install shared objects under versioned names
Florian Weimer
- [PATCH 0/6] gconv configuration parsing cleanups
Siddhesh Poyarekar
- [PATCH] Reinstate gconv-modules as the default configuration file
Siddhesh Poyarekar
- [PATCH 0/6] More NPTL fixes
Adhemerval Zanella
- [PATCH] release all idle heaps in the non-main-arena
liudongyun
- Status of v3 64-bit time_t patch review.
Carlos O'Donell
- [RFC][PATCH v11 8/7] Drop DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE from the libpthread DSO
Vivek Das Mohapatra
- Ping: [PATCH v3] MAX.3, MIN.3: New pages to document MAX() and MIN()
Alejandro Colomar (man-pages)
- [Code] Fastest String Search Algorithm.
Amit Choudhary
- [UPDATE] [Code] [Fastest String Search Algorithm]
Amit Choudhary
- Your toxic comments.
Amit Choudhary
- [New Insight] [Polite Mail] Fastest String Search Algorithm.
Amit Choudhary
- [PATCH v2] Reinstate gconv-modules as the default configuration file
Siddhesh Poyarekar
- [PATCH] elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]
Florian Weimer
- Monday Patch Queue Review update (2021-06-14)
Carlos O'Donell
- Seeking input from developers: glibc copyright assignment policy.
Carlos O'Donell
- [PATCH v3 0/4] arm64: Enable BTI for the executable as well as the interpreter
Mark Brown
- [PATCH] resolv: Fix tests by aligning hand crafted queries
Stafford Horne
- [PATCH] nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again
Florian Weimer
- [Y2038] Status update - 15.06.2021
Lukasz Majewski
- [Confirmed for long needles] Fastest String Search Algorithm.
Amit Choudhary
- [PATCH 07/11] nptl: Remove CANCELING_BITMASK
Florian Weimer
- Hi.
Amit Choudhary
- Please Please put back Sys/io.h emulation for armhf and possibly aarch64
Luís Palma Nunes Mendes
- A collection of LD_AUDIT bugs that are important for tools
John Mellor-Crummey
- A collection of LD_AUDIT bugs that are important for tools (with better formatting for this list)
John Mellor-Crummey
- readdir and ENOENT error or EOF?
Mark Olesen
- The official glibc IRC channel is now on OFTC as #glibc.
Carlos O'Donell
- [PATCH] x86: fix Autoconf caching of instruction support checks [BZ #27991]
Matt Whitlock
- [PATCH] Makeconfig: Fix time64-compat.mk target
Siddhesh Poyarekar
- [PATCH] malloc: Ensure that ptmalloc_init runs only once
Siddhesh Poyarekar
- [PATCH 00/18] More y2038 fixes
Adhemerval Zanella
- [PATCH] nptl: Use SA_RESTART for SIGCANCEL handler
Adhemerval Zanella
- [PATCH 1/2] posix: Remove spawni.c
Adhemerval Zanella
- [PATCH v2 00/34] Move librt into libc
Florian Weimer
- [PATCH 01/34] rt: Lexicographically sort Versions file; librt-routines in Makefile
Florian Weimer
- [PATCH 02/34] Fix librt-routines-var issues for !PTHREAD_IN_LIBC
Florian Weimer
- [PATCH 03/34] rt: Replace generic stub of shm_open with the posix version
Florian Weimer
- [PATCH 04/34] rt: Replace generic stub of shm_unlink with the posix version
Florian Weimer
- [PATCH 05/34] rt: Move shm_open into libc
Florian Weimer
- [PATCH 06/34] rt: Move shm_unlink into libc
Florian Weimer
- [PATCH 07/34] rt: Move generic implementation from sysdeps/pthread to rt
Florian Weimer
- [PATCH 08/34] nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
- [PATCH 09/34] Add hidden prototypes for fsync, fdatasync
Florian Weimer
- [PATCH 10/34] Linux: Move aio_init from librt into libc
Florian Weimer
- [PATCH 11/34] Linux: Move aio_cancel, aio_cancel64 into libc
Florian Weimer
- [PATCH 12/34] Linux: Move aio_error, aio_error64 into libc
Florian Weimer
- [PATCH 13/34] Linux: Move aio_fsync, aio_fsync64 into libc
Florian Weimer
- [PATCH 14/34] Linux: Move aio_read, aio_read64 into libc
Florian Weimer
- [PATCH 15/34] Linux: Move aio_return, aio_return64 into libc
Florian Weimer
- [PATCH 16/34] Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc
Florian Weimer
- [PATCH 17/34] Linux: Move aio_write, aio_write64 into libc
Florian Weimer
- [PATCH 18/34] rt: Rework lio_listio implementation
Florian Weimer
- [PATCH 19/34] Linux: Move lio_listio, lio_listio64 from librt to libc
Florian Weimer
- [PATCH 20/34] Linux: Move mq_close from librt to libc
Florian Weimer
- [PATCH 21/34] Linux: Move mq_setattr from librt to libc
Florian Weimer
- [PATCH 22/34] Linux: Move mq_getattr from librt to libc
Florian Weimer
- [PATCH 23/34] Linux: Move mq_notify from librt to libc
Florian Weimer
- [PATCH 24/34] Linux: Move mq_open, __mq_open_2 from librt to libc
Florian Weimer
- [PATCH 25/34] Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc
Florian Weimer
- [PATCH 26/34] Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc
Florian Weimer
- [PATCH 27/34] Linux: Move mq_unlink from librt to libc
Florian Weimer
- [PATCH 28/34] Linux: Move timer helper routines from librt to libc
Florian Weimer
- [PATCH 29/34] Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
Florian Weimer
- [PATCH 30/34] Linux: Move timer_create, timer_delete from librt to libc
Florian Weimer
- [PATCH 31/34] Linux: Move timer_getoverrun from librt to libc
Florian Weimer
- [PATCH 32/34] Linux: Move timer_gettime, __timer_gettime64 from librt to libc
Florian Weimer
- [PATCH 33/34] Linux: Move timer_settime, __timer_settime64 from librt to libc
Florian Weimer
- [PATCH 34/34] Linux: Cleanups after librt move
Florian Weimer
- [PATCH v2 00/34] Move librt into libc
Adhemerval Zanella
- RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
H.J. Lu
- [PATCH] nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
Florian Weimer
- [PATCH] malloc: Clean up __malloc_initialized
Siddhesh Poyarekar
- RFC: Add GNU_PROPERTY_1_NEEDED
H.J. Lu
- x86 Denormal flag
Michael Morrell
- [PATCH v3] MAX.3, MIN.3: New pages to document MAX() and MIN()
Michael Kerrisk (man-pages)
- [PATCH 0/4] Implement single global definition marker
H.J. Lu
- [PATCH 1/4] Initial support for GNU_PROPERTY_1_NEEDED
H.J. Lu
- [PATCH 3/4] Add run-time chesk for single global definition
H.J. Lu
- libc online documentation
Florian Weimer
- [PATCH RFC 0/3] nptl: Introduce and use FUTEX_LOCK_PI2
Kurt Kanzenbach
- [PATCH 0/3] Move libutil into libc
Florian Weimer
- Monday Patch Queue Review update (2021-06-21)
Carlos O'Donell
- [PATCH] resolv: Move libanl into libc (if libpthread is in libc)
Florian Weimer
- glibc 2.34 release page is up, please add blockers.
Carlos O'Donell
- [PATCH] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
- [PATCH v2] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
- man-pages-5.12 released
Michael Kerrisk (man-pages)
- glibc 2.34 - 13 days to ABI freezing.
Carlos O'Donell
- [PATCH] Move tst-resolv-res_init-multi to xtests
Siddhesh Poyarekar
- [PATCH v2 0/6] gconv configuration parsing cleanups
Siddhesh Poyarekar
- [PATCH] tst-mcheck: Rename to tst-malloc-check
Siddhesh Poyarekar
- [PATCH][trivial] More mcheck -> malloc-check refactoring
Siddhesh Poyarekar
- [PATCH] Add mcheck tests to malloc
Siddhesh Poyarekar
- [PATCH] elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
Florian Weimer
- [PATCH v3] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
- [COMMITTED] malloc: Drop __malloc_initialized from Versions
Siddhesh Poyarekar
- [PATCH] Remove unsused symbols from nptl/Versions
Andreas Schwab
- [PATCH v2] Use LFS and 64 bit time for installed programs (BZ #15333)
Adhemerval Zanella
- aarch64 lacks HP_TIMING support in glibc
Rafael Eduardo Ruviaro Christ
- [PATCH v7 1/3] math: redirect roundeven function
H.J. Lu
- [PATCH] x86-64: Move strlen.S to multiarch/strlen-vec.S
H.J. Lu
- [PATCH v1 1/4] x86-64: Add wcslen optimize for sse4.1
Noah Goldstein
- Warnings during make check
Christer Solskogen
- Help error directive: "This file must be written based on the data type sizes of the target"
Mateus da Silva
- [PATCH] elf: Assert range of ns argument in _dl_debug_initialize
Florian Weimer
- [PATCH] x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)
Adhemerval Zanella
- x86 CPU features detection for applications (and AMX)
Florian Weimer
- Candidate Linux ABI for Intel AMX and hypothetical new related features
Florian Weimer
- [PATCH] AArch64: Improve strnlen performance
Wilco Dijkstra
- [PATCH] mtrace: Deprecate mallwatch and tr_break
Siddhesh Poyarekar
- [COMMITTED] hurd: Fix build after 52a5fe70a2
Adhemerval Zanella
- [PATCH v4 0/4] Add _Fork implementation
Adhemerval Zanella
- [PATCH v6 0/5] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
Adhemerval Zanella
- [PATCH v8 0/4] Improve roundeven function
H.J. Lu
- [PATCH v8 4/4] Use GCC builtins for roundeven functions if desired.
H.J. Lu
- [PATCH v1 1/2] String: Add three more overflow tests cases to test-strnlen.c
Noah Goldstein
- values of FE_TONEAREST...
Paul Zimmermann
- [PATCH v2 08/14] elf: Fix DTV gap reuse logic [BZ #27135]
Florian Weimer
- [PATCH v2 0/4] Implement indirect external access marker
H.J. Lu
- [PATCH v2 1/4] Initial support for GNU_PROPERTY_1_NEEDED
H.J. Lu
- [PATCH 0/8] Remove malloc hooks
Siddhesh Poyarekar
- [PATCH] iconvconfig: Fix multiple issues
Siddhesh Poyarekar
- [PATCH] elf: Disable most of TLS modid gaps processing [BZ #27135]
Florian Weimer
- [PATCH v1 0/6] nptl: Introduce and use FUTEX_LOCK_PI2
Kurt Kanzenbach
- [COMMITTED] support: Fix xclone build failures on ia64 and hppa
Florian Weimer
- [PATCH v2] iconvconfig: Fix multiple issues
Siddhesh Poyarekar
- [PATCH v3 0/6] Remaining librt to libc moves
Florian Weimer
- [PATCH] wordexp: handle overflow in positional parameter number (bug 28011)
Andreas Schwab
- [RFC] strcpys(): New function for copying strings safely
Alejandro Colomar (man-pages)
- One test per line, one source per line, etc. etc. etc.
Carlos O'Donell
- [PATCH] Add valgrind smoke test
Florian Weimer
- [PATCH 0/3] ntpl: Export libthread_db-used symbols (v2)
Florian Weimer
- [PATCH] AArch64: Add hp-timing.h
Wilco Dijkstra
- [COMMITTED] arm: align stack in clone [BZ 28020]
Szabolcs Nagy
- [PATCH] s390x: Update math: redirect roundeven function
Stefan Liebler
- [PATCH] nptl: Add glibc.pthread.stack_cache_size
Florian Weimer
- [PATCH v3] nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
Florian Weimer
- [PATCH v2] nptl: Add glibc.pthread.stack_cache_size tunable
Florian Weimer
- [PATCH] elf: Fix DTV gap reuse logic (BZ #27135)
Adhemerval Zanella
- [PATCH] s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]
Stefan Liebler
- [PATCH v2 0/7] nss_files move
Florian Weimer
- [PATCH] nptl_db: Re-use the ELF-to-abilist converter for ABI checking
Florian Weimer
- Maintainer status: patch review required?
Florian Weimer
- Use Linux 5.13 in build-many-glibcs.py
Joseph Myers
- [PATCH] malloc: Initiate tcache shutdown even without allocations [BZ #28028]
Florian Weimer
- [PATCH] setlocale: Fail if iconv module for charset is not present [BZ #27996]
Siddhesh Poyarekar
- [RISCV] Call for topics: RISC-V GNU Toolchain Biweekly Sync-up call (July 1, 2021)
Wei Wu (吴伟)
- [PATCH] Linux: Avoid calling malloc indirectly from __get_nprocs
Florian Weimer
- [PATCH] Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit.
Stefan Liebler
- [PATCH v2 00/10] Remove malloc hooks
Siddhesh Poyarekar
- [PATCH] powerpc: optimize strcpy/stpcpy for POWER9/10
Pedro Franco de Carvalho
- [PATCH] AArch64: Improve A64FX memcpy
Wilco Dijkstra
- [PATCH] AArch64: Improve A64FX memset
Wilco Dijkstra
- [PATCH] x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
H.J. Lu
- Update syscall lists for Linux 5.13
Joseph Myers
Last message date:
Wed Jun 30 23:13:54 GMT 2021
Archived on: Wed Jun 30 23:13:58 GMT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).