public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] io: statx, fstatat: Drop nonnull attribute on the path argument
 2024-10-03 18:51 UTC 

[PATCH v5] stdlib: Make abort/_Exit AS-safe (BZ 26275)
 2024-10-03 18:41 UTC 

[hurd,commited] hurd: Add missing va_end call in fcntl implementation. [BZ #32234]
 2024-10-03 18:19 UTC 

Cauldron presentation: Mid-term larger projects for glibc (take two)
 2024-10-03 16:14 UTC  (5+ messages)
` [4] glibc malloc cleanup
` [5] malloc algorithm changes

open_memstream() ‒ NUL injected on seek/write that doesn't bump the size, I think it can't be per POSIX (and other implementations don't)
 2024-10-03 16:08 UTC  (4+ messages)

[PATCH] linux: Add openat2 (BZ 31664)
 2024-10-03 14:13 UTC 

[PATCH] error: Don't call va_end twice [BZ #32233]
 2024-10-03  5:52 UTC  (2+ messages)

[PATCH] nptl: add RSEQ_SIG for RISC-V
 2024-10-02 22:44 UTC  (5+ messages)

[PATCH v2] stdio-common: Add tests for formatted printf output specifiers
 2024-10-02 22:09 UTC  (4+ messages)

[PATCH v8] linux: Add support for getrandom vDSO
 2024-10-02 14:05 UTC  (6+ messages)

[PATCH v2] linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday
 2024-10-02 12:03 UTC  (3+ messages)

[PATCH v2] linux: Use GLRO(dl_vdso_time) on time
 2024-10-02 11:39 UTC  (3+ messages)

[PATCH] riscv: align .preinit_array (bug 32228)
 2024-10-02 10:43 UTC  (2+ messages)

[PATCH v2] mips: Add <bits/pagesize.h>
 2024-10-02 10:17 UTC  (2+ messages)

[PATCH v3 00/29] Teach glibc about possible page sizes and handle gaps in ld.so
 2024-10-02  9:47 UTC  (53+ messages)
` [PATCH v3 01/29] elf: Add tests to verify that l_contiguous reflects reality
` [PATCH v3 02/29] Prepare for the addition of the <sys/pagesize.h> header
` [PATCH v3 03/29] aarch64: Add <bits/pagesize.h>
` [PATCH v3 04/29] alpha: "
` [PATCH v3 05/29] arc: "
` [PATCH v3 06/29] arm: "
` [PATCH v3 07/29] csky: "
` [PATCH v3 08/29] hppa: "
` [PATCH v3 09/29] loongarch: "
` [PATCH v3 10/29] m68k: "
` [PATCH v3 11/29] microblaze: "
` [PATCH v3 12/29] mips: "
` [PATCH v3 13/29] nios2: "
` [PATCH v3 14/29] or1k: "
` [PATCH v3 15/29] powerpc: "
` [PATCH v3 16/29] riscv: "
` [PATCH v3 17/29] s390: "
` [PATCH v3 18/29] sh: "
` [PATCH v3 19/29] sparc: "
` [PATCH v3 20/29] x86: "
` [PATCH v3 21/29] misc: Add tst-getpagesize
` [PATCH v3 22/29] elf: Extract rtld_setup_phdr function from dl_main
` [PATCH v3 23/29] configure: Add --with-ld-relro-load-gaps configure option and test
` [PATCH v3 24/29] elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
` [PATCH v3 25/29] Install the <sys/pagesize.h> header file
` [PATCH v3 26/29] Linux: Optimize getpagesize using <sys/pagesize.h>
` [PATCH v3 27/29] malloc: Use volatile as compiler barrier in tst-memalign, tst-valloc
` [PATCH v3 28/29] posix: Use <support/next_to_fault.h> in tst-fnmatch3
` [PATCH v3 29/29] Optimize various ways to obtain the page size using <bits/pagesize.h>

[PATCH v5 0/1] elf: Handle static PIE loaded at the specific address
 2024-10-02  9:45 UTC  (5+ messages)
` [PATCH v5 1/1] elf: Handle static PIE loaded at the specific address [BZ #31799]
  ` PING: "
    ` PING^2: "
      ` PING^3: "

[PATCH] nptl: Add <thread_pointer.h> for RISC-V
 2024-10-02  8:51 UTC  (2+ messages)

[PATCH v2] Prepare for the addition of the <sys/pagesize.h> header
 2024-10-02  8:29 UTC 

[PATCH v3 0/5] malloc: TCACHE improvement for free and calloc
 2024-10-02  1:22 UTC  (4+ messages)
` [PATCH v3 1/5] malloc: Split _int_free() into 3 sub functions

[PATCH v3 0/9] Add support for memory sealing
 2024-10-02  0:20 UTC  (11+ messages)
` [PATCH v3 1/9] linux: Add mseal syscall support
` [PATCH v3 2/9] elf: Parse gnu properties for static linked binaries
` [PATCH v3 3/9] elf: Parse gnu properties for the loader
` [PATCH v3 4/9] rtld: Move call_init_paths after _dl_process_pt_gnu_property
` [PATCH v3 5/9] elf: Use RTLD_NODELETE for dependencies
` [PATCH v3 6/9] elf: Add support to memory sealing
` [PATCH v3 7/9] Enable memory sealing automatically
` [PATCH v3 8/9] linux: Add memory sealing tests
` [PATCH v3 9/9] elf: Add glibc.rtld.seal tunable

[PATCH 0/4] mktime tm_isdst compatibility improvements
 2024-10-01 22:43 UTC  (12+ messages)
` [PATCH 1/4] time: Use a flag for localtime/gmtime operation in __mktime_internal
` [PATCH 2/4] time: Push tzset lock into callers of time functions
` [PATCH 3/4] time: Do not perform forced DST adjustment for DST-less zones
` [PATCH 4/4] time: Implement the glibc.time.mktime_dst_adjustment tunable

[PATCH 1/2] support: Make support_process_state_wait return the found state
 2024-10-01 22:07 UTC  (6+ messages)
` [PATCH 2/2] sparc: Fix restartable syscalls (BZ 32173)

[PATCH] linux: sparc: Fix syscall_cancel for LEON
 2024-10-01 21:16 UTC  (6+ messages)

[PATCH v3] aarch64: Add support for memory protection keys
 2024-10-01 19:45 UTC  (2+ messages)

[PATCH] nss: look for databases in /usr/share/ if they don't exist in /etc/
 2024-10-01 17:11 UTC  (13+ messages)

[PATCH v2] libio: Fix crash in fputws [BZ #20632]
 2024-10-01 16:40 UTC  (3+ messages)

GCC devroom at FOSDEM 2025?
 2024-10-01 13:38 UTC  (2+ messages)

[PATCH] linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)
 2024-10-01 13:37 UTC  (4+ messages)

Add freopen special-case tests: thread cancellation
 2024-10-01 12:59 UTC  (4+ messages)
  ` [PATCH v2] "

math: Improve layout of expf data
 2024-10-01 12:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]
 2024-09-30 23:27 UTC  (2+ messages)

Sourceware infrastructure updates for Q3 2024
 2024-09-30 22:37 UTC 

[PATCH] Add a new fwrite test that exercises buffer overflow
 2024-09-30 18:59 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] added inputs giving large errors on x86_64 for new C23 functions
 2024-09-30 16:23 UTC  (9+ messages)

Monday Patch Queue Review update (2024-09-30)
 2024-09-30 14:02 UTC 

[PATCH] nss: look for databases in /usr/share/nss/ if they don't exist in /etc/
 2024-09-30 13:38 UTC  (2+ messages)

[PATCH] io: statx, fstatat64: allow using NULL as path
 2024-09-30 13:29 UTC  (2+ messages)

[PATCH] S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]
 2024-09-30 13:14 UTC  (2+ messages)

[PATCH] nss: look for databases in /usr/share/nss/ if they don't exist in /etc/
 2024-09-30 12:25 UTC  (4+ messages)

[ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2024
 2024-09-30 11:51 UTC 

Document further requirement on mixing streams / file descriptors
 2024-09-30 10:10 UTC  (4+ messages)

Accuracy of Complex Mathematical Operations and Functions
 2024-09-30  9:41 UTC 

[ping x2] [PATCH v8] replace tgammaf by the CORE-MATH implementation
 2024-09-30  9:17 UTC 

socket/tst-shutdown failure on glibc-debian-ppc64
 2024-09-29 14:38 UTC  (5+ messages)

Direct Display Driver Chip
 2024-09-29 12:59 UTC 

[PATCH v7] linux: Add support for getrandom vDSO
 2024-09-29  2:28 UTC  (12+ messages)

[PATCH v1] x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]
 2024-09-28 19:54 UTC  (4+ messages)

Add freopen special-case tests: chroot, EFBIG
 2024-09-28 19:06 UTC  (6+ messages)
` [PATCH v2] Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr

[PATCH] Linux: Block signals around _Fork (bug 32215)
 2024-09-27 19:27 UTC  (2+ messages)

[PATCH v2 1/1] stdio-common: Add more tests of the setvbuf() function
 2024-09-27 16:13 UTC 

[PATCH v2 0/1] stdio-common: Add more tests of the setvbuf() function
 2024-09-27 16:12 UTC 

[PATCH] Update to Unicode 16.0.0 [BZ #32168]
 2024-09-27 14:50 UTC  (3+ messages)

[PATCH] hppa: Wire up cacheflush syscall
 2024-09-27  7:16 UTC  (9+ messages)

[PATCH] Fix missing randomness in __gen_tempname (bug 32214)
 2024-09-26 10:34 UTC  (5+ messages)

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