public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 0/5] Improve fmod and fmodf
 2023-04-03 18:33 UTC  (12+ messages)
` [PATCH v4 1/5] benchtests: Add fmod benchmark
` [PATCH v4 2/5] benchtests: Add fmodf benchmark
` [PATCH v4 3/5] math: Improve fmod
` [PATCH v4 4/5] math: Improve fmodf
` [PATCH v4 5/5] math: Remove the error handling wrapper from fmod and fmodf

[PATCH] x86_64: Fix asm constraints in feraiseexcept (bug 30305)
 2023-04-03 15:55 UTC  (2+ messages)

[PATCH] compare_strings.py : Add --gmean flag
 2023-04-03 15:34 UTC  (2+ messages)

Monday Patch Queue Review update (2023-04-03)
 2023-04-03 14:01 UTC 

[PATCH] manual: Document __wur usage under _FORTIFY_SOURCE
 2023-04-03 13:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] malloc: Use C11 atomics on memusage
 2023-04-03 13:35 UTC  (4+ messages)

[PATCH v9 0/13] implement dlmem() function
 2023-04-03 13:07 UTC  (59+ messages)
` [PATCH 01/13] elf: strdup() l_name if no realname [BZ #30100]
` [PATCH 02/13] elf: switch _dl_map_segment() to anonymous mapping
` [PATCH 03/13] elf: dont pass fd to _dl_process_pt_xx
` [PATCH 12/13] dlfcn,elf: implement dlmem() [BZ #11767]

(no subject)
 2023-04-03 13:03 UTC 

[PATCH] LoongArch: Modify some member names in mcontext_t and ucontext_t structs to align them with the kernel
 2023-04-03 12:33 UTC  (3+ messages)

[PATCH v2] x86: Set FSGSBASE to active if enabled by kernel
 2023-04-03 12:25 UTC  (2+ messages)

[PATCH] LoongArch: Modify some member names in mcontext_t and ucontext_t structs to align them with the kernel
 2023-04-03 12:03 UTC  (11+ messages)

[PATCH] LoongArch: Ensure consistency with kernel by using union for struct members in mcontext_t and ucontext_t
 2023-04-03 12:01 UTC 

[RFC PATCH glibc 18/34] hurd: Port trampoline.c to x86_64
 2023-04-03 11:56 UTC  (4+ messages)
` [PATCH v2 18.0/34] Alignment-respecting x86_64 trampoline.c
  ` [PATCH v2 18.1/34] hurd: Do not declare local variables volatile
  ` [PATCH v2 18.2/34] hurd: Port trampoline.c to x86_64

[RFC PATCH glibc 32/34] hurd: Implement sigreturn for x86_64
 2023-04-03 11:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] x86/dl-cacheinfo: remove unsused parameter from handle_amd
 2023-04-03 10:21 UTC 

[RFC PATCH 00/34] The rest of the x86_64-gnu port
 2023-04-03 10:10 UTC  (52+ messages)
` [RFC PATCH gnumach 01/34] Add i386_fsgs_base_state
` [RFC PATCH gnumach 02/34] Remove bootstrap.defs
` [RFC PATCH gnumach 03/34] Make exception subcode a long
` [RFC PATCH glibc 04/34] hurd: "
` [RFC PATCH glibc 05/34] hurd: Remove __hurd_threadvar_stack_{offset,mask}
` [RFC PATCH glibc 06/34] hurd: Swap around two function calls
` [RFC PATCH glibc 07/34] hurd: Fix file name in #error
` [RFC PATCH glibc 08/34] hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtld
` [RFC PATCH glibc 09/34] hurd: Fix _hurd_setup_sighandler () signature
` [RFC PATCH glibc 10/34] stdio-common: Fix building when !IS_IN (libc)
` [RFC PATCH glibc 11/34] mach, hurd: Drop __libc_lock_self0
` [RFC PATCH glibc 12/34] hurd: More 64-bit integer casting fixes
` [RFC PATCH glibc 13/34] x86-64: Disable prefer_map_32bit_exec tunable on non-Linux
` [RFC PATCH glibc 14/34] hurd: Move rtld-strncpy-c.c out of mach/hurd/
` [RFC PATCH glibc 15/34] hurd: Use uintptr_t for register values in trampoline.c
` [RFC PATCH glibc 19/34] hurd: Move a couple of singal-related files to x86
` [RFC PATCH glibc 20/34] htl: Add tcb-offsets.sym for x86_64
` [RFC PATCH glibc 21/34] x86_64: Add rtld-stpncpy & rtld-strncpy
` [RFC PATCH glibc 22/34] htl: Implement thread_set_pcsptp for x86_64
` [RFC PATCH glibc 23/34] elf: Stop including tls.h in ldsodefs.h
` [RFC PATCH glibc 28/34] hurd: Implement _hurd_longjmp_thread_state for x86_64
` [RFC PATCH glibc 29/34] hurd: Add vm_param.h "
` [RFC PATCH glibc 31/34] hurd: Microoptimize _hurd_self_sigstate ()

Using glibc headers with non-GCC compilers which define _Float32 etc
 2023-04-03  9:54 UTC  (5+ messages)

man-pages-6.04 released updated PKGBUILD for Arch Linux
 2023-04-03  9:20 UTC 

[PATCH v10 0/12] implement dlmem() function
 2023-04-03  9:04 UTC  (13+ messages)
` [PATCH 01/12] elf: split _dl_map_object_from_fd() into reusable parts
` [PATCH 02/12] elf: split open_verify() "
` [PATCH 03/12] elf: split _dl_check_loaded() from _dl_map_object
` [PATCH 04/12] elf: load elf hdr fully in open_verify()
` [PATCH 05/12] elf: switch _dl_map_segment() to anonymous mapping
` [PATCH 06/12] elf: convert pread64 to callback in do_open_verify()
` [PATCH 07/12] elf: convert _dl_map_segments's mmap() to a callback
` [PATCH 08/12] elf: call _dl_map_segment() via premap callback
` [PATCH 09/12] elf: convert _dl_map_object to a callback
` [PATCH 10/12] dlfcn,elf: implement dlmem() [BZ #11767]
` [PATCH 11/12] dlfcn,elf: impl DLMEM_DONTREPLACE dlmem() flag
` [PATCH 12/12] dlfcn,elf: impl DLMEM_GENBUF_SRC "

man-pages-6.04 released
 2023-04-03  0:54 UTC 

Wrong warning in open_catalog.c with trunk GCC?
 2023-04-01 20:20 UTC  (3+ messages)

[PATCH] build-many-glibcs.py: --disable-gcov for gcc-first
 2023-04-01 19:09 UTC 

[PATCH v2 0/3] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-03-31 22:10 UTC  (18+ messages)

[PATCH] stdio-common: tests: don't double-define _FORTIFY_SOURCE
 2023-03-31 18:38 UTC  (3+ messages)

[PATCH] time: Fix strftime(3) API regarding nullability
 2023-03-31 18:33 UTC  (5+ messages)
  ` Ping: "

[RFC PATCH 00/19] riscv: ifunc support with optimized mem*/str*/cpu_relax routines
 2023-03-31 17:19 UTC  (10+ messages)
` [RFC PATCH 16/19] riscv: Add accelerated strcmp routines

printf: 0 flag and given precision for %b
 2023-03-31 15:40 UTC 

[PATCH v5 1/1] memalign: Support scanning for aligned chunks
 2023-03-31 15:39 UTC  (7+ messages)

Bad interaction between signal constants and -Wsign-conversion
 2023-03-31 15:31 UTC  (6+ messages)

RTLD_DEEPBIND interaction with LD_PRELOAD
 2023-03-31 14:52 UTC  (2+ messages)

clone() and Glibc
 2023-03-31 12:52 UTC  (2+ messages)

[committed] hppa: Drop 16-byte pthread lock alignment
 2023-03-31  7:14 UTC  (7+ messages)

[PATCH] sockaddr.3type: Document that sockaddr_storage is the API to be used
 2023-03-30 19:11 UTC  (2+ messages)

[PATCH 0/2] Add tests for strdup and strndup (BZ #30266)
 2023-03-30 14:50 UTC  (8+ messages)
` [PATCH 1/2] strdup: Add tests "
` [PATCH 2/2] strndup: "
` [PATCH v2 0/2] Add tests for strdup and strndup "
  ` [PATCH v2 1/2] strdup: Add tests "
  ` [PATCH v2 2/2] strndup: "

[PATCH] getlogin_r: fix missing fallback if loginuid is unset (bug 30235)
 2023-03-30 11:33 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-03-29 18:39 UTC  (5+ messages)
` [PATCH v2 1/3] riscv: Add Linux hwprobe syscall support
` [PATCH v2 2/3] riscv: Add hwprobe vdso call support

Volunteer for release manager for glibc 2.38?
 2023-03-29 18:35 UTC  (5+ messages)

[PATCH v2] Remove --enable-tunables configure option
 2023-03-29 14:52 UTC  (2+ messages)

[PATCH] RFC: Provide a function to reset IFUNC PLTs
 2023-03-29 13:14 UTC  (4+ 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).