[PATCH v11 00/29] Improve generic string routines
2023-02-01 17:03 UTC (15+ messages)
` [PATCH v11 01/29] Parameterize op_t from memcopy.h
` [PATCH v11 02/29] Parameterize OP_T_THRES "
` [PATCH v11 03/29] Add string vectorized find and detection functions
` [PATCH v11 04/29] string: Improve generic strlen
` [PATCH v11 05/29] string: Improve generic strnlen with memchr
` [PATCH v11 06/29] string: Improve generic strchr
` [PATCH v11 07/29] string: Improve generic strchrnul
` [PATCH v11 08/29] string: Improve generic strcmp
` [PATCH v11 09/29] string: Improve generic strncmp
` [PATCH v11 10/29] string: Improve generic stpcpy
` [PATCH v11 11/29] string: Improve generic strcpy
` [PATCH v11 12/29] string: Improve generic memchr
` [PATCH v11 13/29] string: Improve generic memrchr
` [PATCH v11 14/29] hppa: Add memcopy.h
[PATCH 1/2] riscv: sysdeps support for vectorised functions
2023-02-01 16:42 UTC (4+ messages)
` [PATCH 2/2] riscv: vectorised mem* and str* functions
The time64 and Large File Support mess
2023-02-01 16:26 UTC (16+ messages)
` time64 / Large File Support: 1) [2.28 Regression]: New getdents{64} implementation breaks qemu-user
` time64 / Large File Support: 2) default time64 breaks legacy 32bit binaries
Pavel steping up for ARC glibc maintenance
2023-02-01 14:24 UTC (3+ messages)
New Romanian PO file for 'libc' (version 2.36.9000)
2023-02-01 13:22 UTC
[PATCH v2] C-SKY: Strip hard float abi from hard float feature
2023-02-01 12:24 UTC (4+ messages)
libquadmath, glibc, and the Q format flag
2023-02-01 11:40 UTC (4+ messages)
Open for glibc 2.38 development!
2023-02-01 3:44 UTC
[PATCH v1] x86: Fix strncat-avx2.S when `src` has no null-term [BZ #30065]
2023-02-01 3:10 UTC (12+ messages)
` [PATCH v2] x86: Fix strncat-avx2.S reading past length "
glibc 2.37 hard freeze
2023-02-01 2:54 UTC
patch for hp-timing.h
2023-01-31 23:20 UTC
revised patch for hp-timing.h
2023-01-31 23:16 UTC (5+ messages)
[PATCH] doc: correct _FORTIFY_SOURCE doc in features.h
2023-01-31 22:34 UTC (4+ messages)
[PATCH] libio: Update number of written bytes in dprintf implementation
2023-01-31 21:22 UTC (5+ messages)
[PATCH] LoongArch: Add new relocation types
2023-01-31 20:31 UTC (3+ messages)
bug fix for hp-timing.h (aarch64)
2023-01-31 14:47 UTC (3+ messages)
Cables Manufacturer
2023-01-31 1:34 UTC
New Swedish PO file for 'libc' (version 2.36.9000)
2023-01-30 22:17 UTC
Sourceware network outage, Tuesday 2023-01-31
2023-01-30 20:05 UTC
[PATCH v10 00/24] Improve generic string routines
2023-01-30 18:37 UTC (8+ messages)
[PATCH] Account for octal marker in %#o format
2023-01-30 15:01 UTC (4+ messages)
glibc 2.37 - Please test machines. Release in one week
2023-01-30 14:41 UTC (3+ messages)
Monday Patch Queue Review update (2023-01-30)
2023-01-30 14:36 UTC
C90 header compatibility
2023-01-30 13:32 UTC (4+ messages)
` [PATCH] cdefs: Limit definition of fortification macros
[RFC PATCH 0/3] O_TMPFILE and SHM_ANON for the Hurd
2023-01-30 12:52 UTC (10+ messages)
` [RFC PATCH 2/3] hurd: Implement O_TMPFILE
` [PATCH v2 0/3] O_TMPFILE and SHM_ANON for the Hurd
` [PATCH v2 1/3] hurd: Consolidate file_name_lookup implementation
` [PATCH v2 2/3] hurd: Implement O_TMPFILE
` [PATCH v2 3/3] hurd: Implement SHM_ANON
[PATCH v6 00/11] vfprintf refactor
2023-01-30 11:06 UTC (7+ messages)
` [PATCH v6 04/11] stdio-common: Add __translated_number_width
(no subject)
2023-01-29 16:54 UTC
New Bulgarian PO file for 'libc' (version 2.36.9000)
2023-01-29 10:57 UTC
New Korean PO file for 'libc' (version 2.36.9000)
2023-01-28 16:17 UTC
New Catalan PO file for 'libc' (version 2.36.9000)
2023-01-28 13:27 UTC
[PATCH 0/9] Patch to fix glibc condition variable bug (BZ 25847)
2023-01-28 2:18 UTC (10+ messages)
` [PATCH 1/9] pthreads NPTL: lost wakeup fix 2
` [PATCH 2/9] nptl: Update comments and indentation for new condvar implementation
` [PATCH 3/9] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH 4/9] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH 5/9] nptl: Remove g_refs from condition variables
` [PATCH 6/9] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH 7/9] nptl: Fix indentation
` [PATCH 8/9] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH 9/9] nptl: Use all of g1_start and g_signals
[PATCH] Make stdlib/testmb compile when _FORTIFY_SOURCE is not predefined 2
2023-01-28 1:02 UTC (4+ messages)
` [PATCH] Make stdlib/testmb compile when _FORTIFY_SOURCE is not predefined2
RV glibc 2.37 testing
2023-01-28 0:36 UTC (5+ messages)
Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
2023-01-27 18:17 UTC (2+ messages)
[v4] C2x strtol binary constant handling
2023-01-27 18:13 UTC (2+ messages)
[PATCH v5 0/5] Fix opendir regression on some FS
2023-01-27 17:38 UTC (7+ messages)
` [PATCH v5 1/5] linux: Use getdents64 on non-LFS readdir
` [PATCH v5 2/5] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)
` [PATCH v5 3/5] linux: Add __readdir64_unlocked
` [PATCH v5 4/5] linux: Add __old_readdir64_unlocked
` [PATCH v5 5/5] linux: Use getdents64 on readdir64 compat implementation
[patch] Use __builtin_FILE and __builtin_LINE in assert implementation in C++
2023-01-27 15:43 UTC (13+ messages)
[ANNOUNCE] The Linux Test Project has been released for JANUARY 2023
2023-01-27 14:54 UTC
New Dutch PO file for 'libc' (version 2.36.9000)
2023-01-27 14:52 UTC
[PATCH v4 0/5] Fix opendir regression on some FS
2023-01-27 14:09 UTC (11+ messages)
` [PATCH v4 1/5] linux: Use getdents64 on non-LFS readdir
` [PATCH v4 2/5] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)
` [PATCH v4 3/5] linux: Add __readdir64_unlocked
` [PATCH v4 4/5] linux: Add __old_readdir64_unlocked
` [PATCH v4 5/5] linux: Use getdents64 on readdir64 compat implementation
New Czech PO file for 'libc' (version 2.36.9000)
2023-01-26 20:22 UTC
[PATCH] x86-64: Restore LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
2023-01-26 17:22 UTC
[PATCH] Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
2023-01-26 15:26 UTC (6+ messages)
New Croatian PO file for 'libc' (version 2.36.9000)
2023-01-26 3:02 UTC
New Croatian PO file for 'libc' (version 2.36.9000)
2023-01-26 1:42 UTC
New German PO file for 'libc' (version 2.36.9000)
2023-01-25 21:52 UTC
New Ukrainian PO file for 'libc' (version 2.36.9000)
2023-01-25 18:42 UTC
New Polish PO file for 'libc' (version 2.36.9000)
2023-01-25 18:02 UTC
[PATCH] ARC: align child stack in clone
2023-01-25 15:53 UTC (3+ messages)
[RISC-V] [SIG-toolchain] Meeting will be canceled (Jan 25, 2023)
2023-01-25 14:32 UTC
[PATCH] C-SKY: Strip hard float abi from hard float featrue
2023-01-25 10:39 UTC
New template for 'libc' made available
2023-01-25 10:19 UTC
[PATCH] stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
2023-01-25 5:58 UTC (2+ messages)
Monday Patch Queue Review update (2023-01-23)
2023-01-25 4:57 UTC (6+ messages)
[committed][PATCH] Document '%F' format specifier
2023-01-25 1:03 UTC
[RFC] RISC-V: Implement {convert,round}toint()
2023-01-25 0:53 UTC (2+ messages)
[patch] Document '%F' format specifier
2023-01-24 23:31 UTC (6+ messages)
struct sockaddr_storage
2023-01-24 18:00 UTC (12+ messages)
[PATCH v2] wchar: Define va_list for POSIX (BZ #30035)
2023-01-24 17:49 UTC
page: next (older) | prev (newer) | 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).