public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] socket: Implement sockaddr_storage with an anonymous union
 2023-01-22 14:12 UTC  (14+ messages)

[PATCH] Account for grouping in printf width (bug 23432)
 2023-01-21 11:40 UTC  (2+ 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 

struct sockaddr_storage
 2023-01-20 12:39 UTC  (5+ messages)

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 v4 0/6] Optimize posix_spawn signal setup with clone3
 2023-01-19 14:39 UTC  (16+ 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] asprintf: set result ptr to NULL on error
 2023-01-19  3:42 UTC 

[patch] Document '%F' format specifier
 2023-01-19  2:43 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  (4+ 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  (27+ messages)
` [PATCH v8 01/17] Parameterize op_t from memcopy.h
` [PATCH v8 02/17] Parameterize OP_T_THRES "
` [PATCH v8 03/17] Add string-maskoff.h generic header
` [PATCH v8 04/17] Add string vectorized find and detection functions
` [PATCH v8 05/17] string: Improve generic strlen
` [PATCH v8 06/17] string: Improve generic strnlen
` [PATCH v8 07/17] string: Improve generic strchr
` [PATCH v8 08/17] string: Improve generic strchrnul
` [PATCH v8 09/17] string: Improve generic strcmp
` [PATCH v8 10/17] string: Improve generic memchr
` [PATCH v8 11/17] string: Improve generic memrchr
` [PATCH v8 12/17] hppa: Add memcopy.h
` [PATCH v8 13/17] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v8 14/17] alpha: "
` [PATCH v8 15/17] arm: Add string-fza.h
` [PATCH v8 16/17] powerpc: "
` [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] Use __builtin_FILE and __builtin_LINE in assert implementation in C++
 2023-01-17 19:28 UTC 

[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  (3+ 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)

[v4] C2x strtol binary constant handling
 2023-01-16 22:58 UTC 

glibc 2.37 is in hard ABI freeze, next week is machine testing
 2023-01-16 22:27 UTC 

C2x strtol binary constant handling
 2023-01-16 19:23 UTC  (5+ messages)
` [v2] "
  ` [v3] "

bug fix for hp-timing.h (aarch64)
 2023-01-16 18:35 UTC  (9+ messages)

Monday Patch Queue Review update (2023-01-16)
 2023-01-16 14:42 UTC 

[PATCH] ARC: align child stack in clone
 2023-01-16 14:08 UTC  (2+ messages)

[hurd,commited] hurd: Fix _NOFLSH value
 2023-01-16  8:36 UTC  (2+ messages)

[PATCH v7 00/17] Improve generic string routines
 2023-01-13 18:25 UTC  (9+ messages)
` [PATCH v7 04/17] Add string vectorized find and detection functions
` [PATCH v7 09/17] string: Improve generic strcmp

rseq CPU ID not correct on 6.0 kernels for pinned threads
 2023-01-13 16:13 UTC  (6+ messages)

[PATCH] AArch64: Improve strrchr
 2023-01-13 12:30 UTC  (2+ messages)

[PATCH] AArch64: Optimize strcpy
 2023-01-13 12:29 UTC  (2+ messages)

[PATCH] AArch64: Improve strchrnul
 2023-01-13 12:29 UTC  (2+ messages)

[PATCH] AArch64: Optimize strchr
 2023-01-13 12:28 UTC  (2+ messages)

[PATCH] AArch64: Optimize memrchr
 2023-01-13 12:28 UTC  (2+ messages)

[PATCH] AArch64: Optimize memchr
 2023-01-13 12:27 UTC  (2+ messages)

[PATCH] AArch64: Optimize strnlen
 2023-01-13 12:26 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).