public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v9 0/13] implement dlmem() function
 2023-03-18 16:51 UTC  (10+ 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 04/13] elf: split _dl_map_object_from_fd() into reusable parts
` [PATCH 05/13] elf: split open_verify() "
` [PATCH 06/13] elf: load elf hdr fully in open_verify()
` [PATCH 07/13] elf: convert pread64 to callback in do_open_verify()
` [PATCH 08/13] elf: convert _dl_map_segments's mmap() to a callback
` [PATCH 09/13] elf: call _dl_map_segment() via premap callback

[PATCH] posix: Fix some null deferences in wordexp [BZ #18096]
 2023-03-18 15:10 UTC  (2+ messages)

UB status of snprintf on invalid ptr+size combination?
 2023-03-18 15:01 UTC  (11+ messages)

[PATCH 0/9] Patch to fix glibc condition variable bug (BZ 25847)
 2023-03-18 12:08 UTC  (4+ messages)

[PATCH 0/3] htl: move some symbol into libc
 2023-03-18  9:58 UTC  (4+ messages)
` [PATCH 1/3] htl: move __pthtread_total "
` [PATCH 2/3] htl: move ___pthread_self "
` [PATCH 3/3] htl: move pthread_self info libc

[PATCH] sockaddr.3type: BUGS: Document that libc should be fixed using a union
 2023-03-18  7:54 UTC  (3+ messages)

駭客入侵
 2023-03-18  3:45 UTC 

[patch v2] aligned_alloc: conform to C17
 2023-03-17 22:40 UTC  (7+ messages)

[PATCH] arc4random.3: New page documenting the arc4random(3) family of functions
 2023-03-17 21:54 UTC  (5+ messages)

[patch] aligned_alloc: conform to C17
 2023-03-17 19:55 UTC  (6+ messages)

[PATCH v2 0/5] Improve fmod and fmodf
 2023-03-17 18:22 UTC  (18+ messages)
` [PATCH v2 1/5] benchtests: Add fmod benchmark
` [PATCH v2 2/5] benchtests: Add fmodf benchmark
` [PATCH v2 3/5] math: Improve fmod
` [PATCH v2 4/5] math: Improve fmodf
` [PATCH v2 5/5] math: Remove the error handling wrapper from fmod and fmodf

[PATCH v3] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC
 2023-03-17 14:56 UTC  (2+ messages)

[PATCH 0/2] Make tunable a default feature
 2023-03-17 11:15 UTC  (6+ messages)
` [PATCH 1/2] elf: Remove glibc.rtld.dynamic_sort tunable
` [PATCH 2/2] Remove --enable-tunables configure option

building glibc 2.27 with gcc 12.2.0
 2023-03-17 10:13 UTC  (3+ messages)

[PATCH v8 0/11] implement dlmem() function
 2023-03-17  6:32 UTC  (12+ messages)
` [PATCH 01/11] elf: strdup() l_name if no realname [BZ #30100]
` [PATCH 02/11] elf: switch _dl_map_segment() to anonymous mapping
` [PATCH 03/11] elf: dont pass fd to _dl_process_pt_xx
` [PATCH 04/11] elf: split _dl_map_object_from_fd() into reusable parts
` [PATCH 05/11] elf: split open_verify() "
` [PATCH 06/11] elf: load elf hdr fully in open_verify()
` [PATCH 07/11] elf: convert pread64 to callback in do_open_verify()
` [PATCH 08/11] elf: convert _dl_map_segments's mmap() to a callback
` [PATCH 09/11] elf: call _dl_map_segment() via premap callback
` [PATCH 10/11] elf: convert _dl_map_object to a callback
` [PATCH 11/11] dlfcn,elf: implement dlmem() [BZ #11767]

[PATCH v3 0/5] Improve fmod and fmodf
 2023-03-16 23:23 UTC  (8+ messages)
` [PATCH v3 1/5] benchtests: Add fmod benchmark
` [PATCH v3 2/5] benchtests: Add fmodf benchmark
` [PATCH v3 3/5] math: Improve fmod
` [PATCH v3 4/5] math: Improve fmodf
` [PATCH v3 5/5] math: Remove the error handling wrapper from fmod and fmodf

C2x strtol binary constant handling: Fix special case "0b"
 2023-03-16 21:01 UTC  (2+ messages)

[PATCH v2] Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1
 2023-03-16 18:42 UTC  (2+ messages)

[PATCH] RFC: Provide a function to reset IFUNC PLTs
 2023-03-16 14:38 UTC  (13+ messages)

[PATCH] getlogin_r: fix missing fallback if loginid is unset (bug 30235)
 2023-03-16 12:13 UTC  (2+ messages)

(no subject)
 2023-03-16  9:50 UTC 

[PATCH v2] x86: Set FSGSBASE to active if enabled by kernel
 2023-03-16  0:42 UTC 

[PATCH] x86: Set FSGSBASE to active if enabled by kernel
 2023-03-16  0:42 UTC  (3+ messages)

[PATCH 0/4] Improve fmod and fmodf
 2023-03-15 17:50 UTC  (10+ messages)
` [PATCH 1/4] benchtests: Add fmod benchmark
` [PATCH 2/4] benchtests: Add fmodf benchmark
` [PATCH 3/4] math: Improve fmod
` [PATCH 4/4] math: Improve fmodf

[PATCH] Added Redirects to longdouble error functions [BZ #29033]
 2023-03-14 16:41 UTC  (2+ messages)

Update printf %b/%B C2x support
 2023-03-14 16:07 UTC  (3+ messages)
` Ping "

Declare wcstofN, wcstofNx for C2x
 2023-03-14 16:04 UTC  (3+ messages)
` Ping "

[PATCH v1] x86-64: Replace `%ah` write with `%eax` read
 2023-03-14  2:00 UTC  (8+ messages)
` [PATCH v2] x86-64: Replace `and %ah` write with `test %ah` read

[PATCH] Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh
 2023-03-13 21:46 UTC 

[PATCH v7 0/3] Fix opendir regression on some FS
 2023-03-13 19:34 UTC  (4+ messages)
` [PATCH v7 1/3] linux: Use getdents64 on non-LFS readdir
` [PATCH v7 2/3] support: Add xreallocarray
` [PATCH v7 3/3] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)

[PATCH] Created tunable to force small pages on stack allocation
 2023-03-13 17:32 UTC  (9+ messages)

[PATCH] time: Fix strftime(3) API regarding nullability
 2023-03-13 17:10 UTC  (2+ messages)

[PATCH] Soft-fp: Add brain format support
 2023-03-13 17:08 UTC  (2+ messages)

[PATCH] Skip mcount overflow and tunables tests on "--disable-tunables"
 2023-03-13 17:00 UTC  (2+ messages)

[PATCH] LoongArch: Add support for ldconfig
 2023-03-13 16:56 UTC  (2+ messages)

GCC miscompilation with __seg_fs
 2023-03-13 16:13 UTC  (4+ messages)

Monday Patch Queue update (2023-03-13)
 2023-03-13 13:39 UTC 

[PATCH v6 0/3] Fix opendir regression on some FS
 2023-03-13 12:45 UTC  (9+ messages)
` [PATCH v6 2/3] support: Add xreallocarray
` [PATCH v6 3/3] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)

[PATCH] aarch64: Standardized codes by using macro __glibc_{un,}likely and AARCH64_R
 2023-03-13 12:11 UTC 

[PATCH] aarch64: Standardized codes by using macro __glibc_{un,}likely and AARCH64_R
 2023-03-13  9:07 UTC  (2+ messages)

BearingSeller
 2023-03-12  1:04 UTC 

[PATCH] manual: scripts/documented.sh updated
 2023-03-11 14:48 UTC  (4+ messages)

Out for Monday patch review for 2023-03-13
 2023-03-10 22:51 UTC 

[PATCH v3] linux: fix ntp_gettime abi break
 2023-03-10 18:07 UTC  (2+ messages)

[PATCH v3 1/2] elf,nptl: Add -z lazy to some more tests
 2023-03-10 17:17 UTC  (5+ messages)

[PATCH] x86-64: Add x87 fmod and remainder [BZ #30179]
 2023-03-10 16:42 UTC  (3+ messages)

nextafter underflow and errno in Glibc
 2023-03-10  8:31 UTC  (2+ messages)

Issues in manpage memalign
 2023-03-10  7:21 UTC  (5+ messages)

x86: Don't check PREFETCHWT1 in tst-cpu-features-cpuinfo.c
 2023-03-10  7:04 UTC  (5+ messages)

nextafter underflow and errno in Glibc
 2023-03-10  0:51 UTC 

release branch policy and distributions
 2023-03-09 23:28 UTC  (3+ messages)

x86_64-gnu port -- help needed
 2023-03-09 19:47 UTC  (4+ messages)

[PATCH] Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1
 2023-03-09 19:37 UTC  (4+ messages)

[RFC] Stack allocation, hugepages and RSS implications
 2023-03-09 19:11 UTC  (8+ 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).