public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
The time64 and Large File Support mess
 2023-01-25 23:57 UTC 

New German PO file for 'libc' (version 2.36.9000)
 2023-01-25 21:52 UTC 

[patch] Use __builtin_FILE and __builtin_LINE in assert implementation in C++
 2023-01-25 20:50 UTC  (12+ messages)

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 

glibc 2.37 - Please test machines. Release in one week
 2023-01-25  6:28 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  (14+ messages)

[PATCH v2] wchar: Define va_list for POSIX (BZ #30035)
 2023-01-24 17:49 UTC 

[PATCH] wchar: Define va_list for POSIX (BZ #30035)
 2023-01-23 18:03 UTC  (2+ messages)

[PATCH] sparc (64bit): Regenerate ulps
 2023-01-23 13:45 UTC  (2+ messages)

Adding V-ext regs to signal context w/o expanding kernel struct sigcontext to avoid glibc ABI break
 2023-01-23 13:29 UTC  (12+ messages)
` Auto-enabling V unit and/or use of elf attributes (was Re: Adding V-ext regs to signal context w/o expanding kernel struct sigcontext to avoid glibc ABI break)

[PATCH v4 0/6] Optimize posix_spawn signal setup with clone3
 2023-01-22 23:21 UTC  (17+ messages)
` [PATCH v4 1/6] linux: Do not reset signal handler in posix_spawn if it is already SIG_DFL
` [PATCH v4 2/6] linux: Extend internal clone3 documentation
` [PATCH v4 3/6] Linux: Do not align the stack for __clone3
` [PATCH v4 4/6] linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
` [PATCH v4 5/6] aarch64: Add the clone3 wrapper
` [PATCH v4 6/6] Linux: optimize clone3 internal usage

[PATCH] Account for grouping in printf width (bug 23432)
 2023-01-22 23:20 UTC  (3+ messages)

[PATCH] ia64: Regenerate ulps
 2023-01-22 23:17 UTC  (2+ messages)

[PATCH v2] socket: Implement sockaddr_storage with an anonymous union
 2023-01-22 14:12 UTC  (14+ messages)

[PATCH v10 00/24] Improve generic string routines
 2023-01-20 23:00 UTC  (26+ messages)
` [PATCH v10 01/24] Parameterize op_t from memcopy.h
` [PATCH v10 02/24] Parameterize OP_T_THRES "
` [PATCH v10 03/24] Add string vectorized find and detection functions
` [PATCH v10 04/24] string: Improve generic strlen
` [PATCH v10 05/24] string: Improve generic strnlen
` [PATCH v10 06/24] string: Improve generic strchr
` [PATCH v10 07/24] string: Improve generic strchrnul
` [PATCH v10 08/24] string: Improve generic strcmp
` [PATCH v10 09/24] string: Improve generic strncmp
` [PATCH v10 10/24] string: Improve generic memchr
` [PATCH v10 11/24] string: Improve generic memrchr
` [PATCH v10 12/24] hppa: Add memcopy.h
` [PATCH v10 13/24] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v10 14/24] alpha: "
` [PATCH v10 15/24] arm: Add string-fza.h
` [PATCH v10 16/24] powerpc: "
` [PATCH v10 17/24] sh: Add string-fzb.h
` [PATCH v10 18/24] string: Hook up the default implementation on test-strlen
` [PATCH v10 19/24] string: Hook up the default implementation on test-strnlen
` [PATCH v10 20/24] string: Hook up the default implementation on test-strchr
` [PATCH v10 21/24] string: Hook up the default implementation on test-strcmp
` [PATCH v10 22/24] string: Hook up the default implementation on test-strncmp
` [PATCH v10 23/24] string: Hook up the default implementation on test-memchr
` [PATCH v10 24/24] string: Hook up the default implementation on test-memrchr

struct sockaddr_storage, union (was: Improve getsockname)
 2023-01-20 21:11 UTC  (7+ messages)

Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
 2023-01-20 17:14 UTC  (3+ messages)
` Ping "
  ` Ping^2 "

[PATCH] socket: Implement sockaddr_storage with an anonymous union
 2023-01-20 13:36 UTC 

mktime result may depend on previous calls
 2023-01-20  9:21 UTC  (6+ messages)

glibc Hurd build failure (msg_align redefined)
 2023-01-19 22:32 UTC  (2+ messages)

[PATCH] asprintf: set result ptr to NULL on error
 2023-01-19  3:42 UTC 

[RFC/PoC] malloc: use wfcqueue to speed up remote frees
 2023-01-18 20:05 UTC  (12+ messages)

[PATCH v9 00/22] Improve generic string routines
 2023-01-18 19:38 UTC  (32+ messages)
` [PATCH v9 01/22] Parameterize op_t from memcopy.h
` [PATCH v9 02/22] Parameterize OP_T_THRES "
` [PATCH v9 03/22] Add string vectorized find and detection functions
` [PATCH v9 04/22] string: Improve generic strlen
` [PATCH v9 05/22] string: Improve generic strnlen
` [PATCH v9 06/22] string: Improve generic strchr
` [PATCH v9 07/22] string: Improve generic strchrnul
` [PATCH v9 08/22] string: Improve generic strcmp
` [PATCH v9 09/22] string: Improve generic memchr
` [PATCH v9 10/22] string: Improve generic memrchr
` [PATCH v9 11/22] hppa: Add memcopy.h
` [PATCH v9 12/22] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v9 13/22] alpha: "
` [PATCH v9 14/22] arm: Add string-fza.h
` [PATCH v9 15/22] powerpc: "
` [PATCH v9 16/22] sh: Add string-fzb.h
` [PATCH v9 17/22] string: Hook up the default implementation on test-strlen
` [PATCH v9 18/22] string: Hook up the default implementation on test-strnlen
` [PATCH v9 19/22] string: Hook up the default implementation on test-strchr
` [PATCH v9 20/22] string: Hook up the default implementation on test-strcmp
` [PATCH v9 21/22] string: Hook up the default implementation on test-memchr
` [PATCH v9 22/22] string: Hook up the default implementation on test-memrchr

[PATCH] manual: Fix typo
 2023-01-18 16:10 UTC  (3+ messages)

[PATCH] x86: Cache computation for AMD architecture
 2023-01-18 15:59 UTC  (5+ messages)
  ` [PATCH v1] "

[PATCH] elf.h: add PT_GNU_SFRAME
 2023-01-18 13:09 UTC  (2+ messages)

[PATCH v8 00/17] Improve generic string routines
 2023-01-18 12:45 UTC  (10+ messages)
` [PATCH v8 03/17] Add string-maskoff.h generic header
` [PATCH v8 16/17] powerpc: Add string-fza.h
` [PATCH v8 17/17] sh: Add string-fzb.h

bug in roundup(3) from <sys/param.h>
 2023-01-17 22:29 UTC  (7+ messages)
    ` [RFC] roundup.3: New page documenting roundup(3) (was: bug in roundup(3) from <sys/param.h>)

Use binutils 2.40 branch in build-many-glibcs.py
 2023-01-17 20:42 UTC 

Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
 2023-01-17 20:08 UTC  (3+ messages)
` Ping "

Add IPPROTO_L2TP from Linux 6.1 to netinet/in.h
 2023-01-17 20:07 UTC  (3+ messages)
` Ping "

[PATCH] AArch64: Improve strlen_asimd
 2023-01-17 16:37 UTC  (4+ messages)

bug in roundup(3) from <sys/param.h>
 2023-01-17 14:55 UTC  (2+ messages)

[PATCH] ARC:fpu: add extra capability check before use of sqrt and fma builtins
 2023-01-17 14:31 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] resolv: add IPv6 support to inet_net_pton()
 2023-01-17 10:56 UTC  (2+ 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).