[PATCH v1] linux: Add support for getrandom vDSO
2024-07-30 13:24 UTC
[PATCH] benchtests: Add random memset benchmark
2024-07-30 12:46 UTC (3+ messages)
[PATCH v2 1/3] RISC-V: Add a macro definition file to check whether the compiler supports extensions
2024-07-30 12:37 UTC (3+ messages)
` [PING] "
[PATCH] replace tgammaf by the CORE-MATH implementation (correctly rounded)
2024-07-30 12:10 UTC (12+ messages)
[PATCH v2] replace tgammaf by the CORE-MATH implementation
2024-07-30 11:42 UTC
[PATCH] manual/stdio: Further clarify putc, putwc, getc, and getwc
2024-07-30 9:37 UTC
[PATCH] misc: add a new test for gethostname
2024-07-30 8:05 UTC
shm_open behavior change after refactoring shm_{open,unlink} code
2024-07-30 6:45 UTC (8+ messages)
[PATCH] x86_64 hurd: ensure we have a large enough buffer to receive exception_raise requests
2024-07-30 4:51 UTC
[PATCH] riscv: Add glibc-hwcaps support
2024-07-30 4:12 UTC (4+ messages)
posix_fallocate behavior in glibc
2024-07-29 23:53 UTC (12+ messages)
[PATCH] Mitigation for "clone on sparc might fail with -EFAULT for no valid reason" (bz 31394)
2024-07-29 21:02 UTC (4+ messages)
[PATCH 0/5] Updates for Linux 6.10
2024-07-29 18:19 UTC (15+ messages)
` [PATCH 1/5] Use Linux 6.10 in build-many-glibcs.py
` [PATCH 2/5] Update syscall lists for Linux 6.10
` [PATCH 3/5] Update kernel version to 6.10 in header constant tests
` [PATCH 4/5] Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h
` [PATCH 5/5] Add F_DUPFD_QUERY from Linux 6.10 to bits/fcntl-linux.h
[PATCH] libio: asprintf should write NULL upon failure
2024-07-29 17:11 UTC (13+ messages)
[PATCH v3] libio: asprintf should write NULL upon failure
2024-07-29 17:09 UTC
[PATCH v3] stdlib: Make abort/_Exit AS-safe (BZ 26275)
2024-07-29 16:12 UTC (3+ messages)
[PATCH v1] stdlib: Mark `abort` as `cold`
2024-07-29 15:25 UTC (10+ messages)
[PATCH] nptl: Fix extraneous testing run by tst-rseq-nptl in the test driver
2024-07-29 15:21 UTC (2+ messages)
` [PING][PATCH] "
[PATCH v2] manual/stdio: Clarify putc and putwc
2024-07-29 15:18 UTC (6+ messages)
[PATCH 0/2] nptl: Fix issues with tst-sem11 and tst-sem12 tests
2024-07-29 15:15 UTC (12+ messages)
` [PATCH 2/2] nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver
math: Improve layout of expf data
2024-07-29 14:24 UTC (2+ messages)
[PATCH v3] Add single-threaded fast path to rand()
2024-07-29 14:23 UTC
Monday Patch Queue Review update (2024-07-29)
2024-07-29 13:56 UTC
[PATCH] inet: make ether_aton() reject garbage after the address
2024-07-29 12:11 UTC (5+ messages)
[PATCH] manual/stdio: Clarify putc and putwc
2024-07-29 12:09 UTC (2+ messages)
[PATCH] libio: asprintf should write NULL upon failure
2024-07-29 10:54 UTC (6+ messages)
[PATCH v2] manual: make setrlimit() description less ambiguous
2024-07-29 9:22 UTC (2+ messages)
[PATCH] manual: make setrlimit() description less ambiguous
2024-07-29 9:10 UTC (3+ messages)
[PATCH v5] manual: Add Descriptor-Relative Access section
2024-07-29 6:18 UTC
[PATCH v2 00/13] getenv/environ thread safety
2024-07-28 19:03 UTC (14+ messages)
` [PATCH v2 01/13] stdlib: Make getenv thread-safe in more cases
` [PATCH v2 02/13] Linux: Assume __NR_execveat is defined in fexecve
` [PATCH v2 03/13] Linux: Introduce __do_fexecve "
` [PATCH v2 04/13] Linux: Error handling fixes for fexecve
` [PATCH v2 05/13] posix: Consolidate execve family of functions
` [PATCH v2 06/13] posix: Introduce the __arch_spawni function
` [PATCH v2 07/13] stdlib: Add internal __getenvarray function
` [PATCH v2 08/13] support: Add support_count_maps
` [PATCH v2 09/13] posix: New tst-vfork-mappings test case
` [PATCH v2 10/13] posix: Improve thread safety of functions using environ with execveat
` [PATCH v2 11/13] posix: Implement environ snapshotting in __spawni
` [PATCH v2 12/13] posix: Acquire the environment lock during fork
` [PATCH v2 13/13] manual: Updates for thread-safe getenv
the state of the ports
2024-07-28 13:25 UTC (4+ messages)
` the 2.40 state of the ports, updated
Proposal: Add Andreas Huettel to libc uploaders
2024-07-28 4:30 UTC (2+ messages)
[PATCH COMMITTED] malloc: Link threading tests with $(shared-thread-library)
2024-07-27 14:56 UTC
[PATCH] MIPS: Regenerate ulps
2024-07-27 14:56 UTC (2+ messages)
[PATCH 1/2] Define __libc_initial for the static libc
2024-07-27 9:13 UTC (2+ messages)
` [PATCH 2/2] string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)
Artwork Services
2024-07-27 9:03 UTC
[PATCH v1] Remove 'restrict' from 'nptr' in strtol(3)-like functions
2024-07-27 8:44 UTC (16+ messages)
` WG14 paper for removing restrict from nptr in strtol(3)
` n3294 - The restrict function attribute as a replacement of the restrict qualifier
Core Toolchain Infrastructure - Update on glibc service SOW
2024-07-27 0:01 UTC (3+ messages)
Making exit actually thread-safe
2024-07-26 22:40 UTC (12+ messages)
` [libc-coord] "
` [musl] "
` [libc-coord] "
[PATCH] stdlib: Allow concurrent exit (BZ 31997)
2024-07-26 20:55 UTC (2+ messages)
[PATCH v5 4/4] stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
2024-07-26 12:26 UTC (2+ messages)
assert: Mark `__assert_fail` as `cold`
2024-07-26 12:05 UTC (6+ messages)
[PATCH v2 1/2] rtld: Fix handling of '--' option
2024-07-26 10:33 UTC (2+ messages)
` [PATCH v2 2/2] rtld: Add test case for "
assert: Wrap __assert_fail in templated function
2024-07-26 8:15 UTC (4+ messages)
[PATCH] rtld: Fix handling of '--' option
2024-07-25 20:50 UTC (2+ messages)
[PATCH v4 0/4] Improve executable stack handling
2024-07-25 20:05 UTC (5+ messages)
` [PATCH v4 1/4] elf: Consolidate stackinfo.h
` [PATCH v4 2/4] elf: Do not change stack permission on dlopen/dlmopen
` [PATCH v4 3/4] elf: Add tst-execstack-prog-static
` [PATCH v4 4/4] elf: Add glibc.rtld.execstack
[PATCH] riscv: Update ulps
2024-07-25 14:38 UTC (2+ messages)
[PATCH] added inputs giving large errors on x86_64 for new C23 functions
2024-07-25 14:38 UTC
[PATCH] powerpc: Update ulps for fpu
2024-07-25 14:38 UTC (2+ messages)
[COMMITTED] sparc: Regenerate ULPs
2024-07-25 14:37 UTC
[COMMITTED] i386: Regenerate ULPs
2024-07-25 14:37 UTC
[COMMITTED] arm: Regenerate ULPs
2024-07-25 14:37 UTC
[COMMITTED] aarch64: Regenerate ULPs
2024-07-25 14:36 UTC
[COMMITTED] powerpc: Regenerate ULPs for soft-fp
2024-07-25 14:36 UTC
vdso getrandom
2024-07-25 14:08 UTC (3+ messages)
differences for intel96 format between Intel and AMD hardware
2024-07-25 13:25 UTC (5+ messages)
[COMMITTED] s390x: Regenerate ULPs
2024-07-25 12:17 UTC
Generative AI for Chip Design
2024-07-25 8:09 UTC
[PATCH v3 0/2] x32/cet: Support shadow stack during startup for Linux 6.10
2024-07-25 6:01 UTC (5+ messages)
` [PATCH v3 1/2] x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
` [PATCH v3 2/2] x32/cet: Support shadow stack during startup for Linux 6.10
The GNU C Library version 2.40 is now available
2024-07-25 2:29 UTC (2+ messages)
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).