public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10
 2022-06-02 11:52 UTC 

[PATCH v3 1/2] linux: Add process_madvise
 2022-06-02 10:09 UTC  (3+ messages)
` [PATCH v3 2/2] linux: Add process_mrelease

[GIT PULL] asm-generic changes for 5.19
 2022-06-02 10:02 UTC  (24+ messages)
          ` [musl] "

Declare timegm for ISO C2X
 2022-06-02  9:53 UTC  (2+ messages)

[PATCH v6 00/10] Add arc4random support
 2022-06-02  9:44 UTC  (3+ messages)
` [PATCH v6 01/10] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)

https patchwork URLs (was "Re: Patchwork account confirmation")
 2022-06-02  9:31 UTC 

Questions regarding pthread mutex lock/unlock functions in pthread_cond_wait?
 2022-06-02  9:07 UTC  (7+ messages)

[PATCH] elf: Fix handling of symbol versions which hash to zero (bug 29190)
 2022-06-02  8:25 UTC  (5+ messages)

[PATCH v2] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-02  5:21 UTC  (7+ messages)
      ` [PATCH v3] "

[PATCH v1] x86: Refactor VEC(n) and YMM{n} macros to be consistent
 2022-06-02  3:57 UTC 

Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
 2022-06-02  1:21 UTC  (2+ messages)

[PATCH v2 00/15] linux: Add new syscalls
 2022-06-01 22:22 UTC  (12+ messages)
` [PATCH v2 01/15] linux: Add pidfd_open
` [PATCH v2 06/15] linux: Add process_madvise
` [PATCH v2 07/15] linux: Add process_mrelease

[PATCH] nptl_db: do not link libthread_db.so with dt-relr
 2022-06-01 18:56 UTC  (2+ messages)

[PATCH] AArch64: Sort makefile entries
 2022-06-01 17:15 UTC  (2+ messages)

[PATCH 0/5] Use generic sinf, cosf, and sincosf for i686
 2022-06-01 16:23 UTC 

[PATCH 0/5] Use generic sinf, cosf, and sincosf for i686
 2022-06-01 16:06 UTC  (19+ messages)
` [PATCH 1/5] benchtests: Add workload name for cosf
` [PATCH 2/5] i686: Use generic cosf implementation for SSE2 version
` [PATCH 3/5] i686: Use generic sinf "
` [PATCH 4/5] benchtests: Add workload name for sincosf
` [PATCH 5/5] math: Use generic sinf implementation for SSE2 version

[PATCH] AArch64: Add SVE memcpy
 2022-06-01 16:03 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (June 2, 2022)
 2022-06-01 13:06 UTC 

[PATCH 0/8] More uses of 64 bit stat internally
 2022-06-01 12:32 UTC  (11+ messages)
` [PATCH 1/8] misc: Use 64 bit stat for daemon (BZ# 29203)
` [PATCH 2/8] misc: Use 64 bit stat for getusershell "
` [PATCH 3/8] posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
` [PATCH 4/8] posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
` [PATCH 5/8] socket: Use 64 bit stat for isfdtype (BZ# 29209)
` [PATCH 6/8] inet: Use 64 bit stat for ruserpass (BZ# 29210)
` [PATCH 7/8] catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
` [PATCH 8/8] iconv: Use 64 bit stat for __open_catalog (BZ# 29213)

Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.h
 2022-06-01 10:32 UTC  (2+ messages)

[PATCH] Linux: Adjust struct rseq definition to current kernel version
 2022-06-01 10:21 UTC 

[PATCH v2] elf: Remove one-default-version check when searching an unversioned symbol
 2022-06-01  8:14 UTC  (7+ messages)

Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
 2022-06-01  7:20 UTC  (2+ messages)

[PATCH 1/1] x86_64: Add strstr function with 512-bit EVEX
 2022-06-01  4:13 UTC  (9+ messages)

[PATCH v5 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port
 2022-06-01  2:20 UTC 

[PATCH v5 00/13] GLIBC LoongArch PATCHES
 2022-06-01  2:18 UTC  (13+ messages)
` [PATCH v5 01/13] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v5 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v5 03/13] LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
` [PATCH v5 04/13] LoongArch: ABI Implementation
` [PATCH v5 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v5 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v5 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v5 08/13] LoongArch: Linux Syscall Interface
` [PATCH v5 09/13] LoongArch: Linux ABI
` [PATCH v5 10/13] LoongArch: Add ABI Lists
` [PATCH v5 11/13] LoongArch: Build Infastructure
` [PATCH v5 12/13] LoongArch: Hard Float Support

[PATCH v2] linux: use statx for fstat if neither newfstatat nor fstatat64 is present
 2022-06-01  2:12 UTC 

[PATCH] x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
 2022-05-31 21:15 UTC  (10+ messages)

[PATCH] nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
 2022-05-31 20:28 UTC 

[PATCH v3 00/12] Fix various NPTL synchronization issues
 2022-05-31 17:52 UTC  (13+ messages)
` [PATCH v3 01/12] nptl: Set cancellation type and state on pthread_exit (BZ #28267)
` [PATCH v3 02/12] nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST (BZ #28268)
` [PATCH v3 03/12] nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)
` [PATCH v3 04/12] nptl: Use exit_lock when accessing TID on pthread_getaffinity_np
` [PATCH v3 05/12] nptl: Use exit_lock when accessing TID on pthread_getcpuclockid
` [PATCH v3 06/12] nptl: Use exit_lock when accessing TID on pthread_setschedparam
` [PATCH v3 07/12] nptl: Use exit_lock when accessing TID on pthread_getschedparam
` [PATCH v3 08/12] nptl: Use exit_lock when accessing TID on pthread_getname_np
` [PATCH v3 09/12] nptl: Use exit_lock when accessing TID on pthread_setname_np
` [PATCH v3 10/12] nptl: Use exit_lock when accessing TID on pthread_sigqueue
` [PATCH v3 11/12] nptl: Use exit_lock when accessing TID on pthread_setschedprio
` [PATCH v3 12/12] nptl: Remove INVALID_TD_P

[PATCH] manual: fix reference to source file
 2022-05-31 14:23 UTC 

[PATCH 2/3] Revert "[AArch64][BZ #17711] Fix extern protected data handling"
 2022-05-31 13:47 UTC  (14+ messages)

PROBLEM: with daemon.c after y2038 on 32-bits Kernel
 2022-05-31 13:24 UTC  (6+ messages)

Add SOL_SMC from Linux 5.18 to bits/socket.h
 2022-05-31 11:44 UTC  (2+ messages)

[PATCH] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-05-31  8:12 UTC  (4+ messages)

Monday Patch Queue Review update (2022-05-30)
 2022-05-30 23:18 UTC  (2+ messages)

RFC: Accepting SPDX-License-Identifier? (Bug 28007)
 2022-05-30 18:03 UTC  (2+ messages)

[PATCH v5 0/2] Linux: Fix posix_spawn when user with time namespaces
 2022-05-30 17:49 UTC  (3+ messages)
` [PATCH v5 1/2] support: Add support_enter_time_namespace
` [PATCH v5 2/2] linux: Add fallback for clone failure on posix_spawn (BZ #29115)

(no subject)
 2022-05-30 13:49 UTC 

[PATCH 00/17] Remove _dl_skip_args
 2022-05-30 13:32 UTC  (2+ messages)

[PATCH v4 0/3] Linux: Fix posix_spawn when user with time namespaces
 2022-05-30 12:58 UTC  (8+ messages)

(no subject)
 2022-05-29 21:24 UTC 

[PATCH v4 00/13] GLIBC LoongArch PATCHES
 2022-05-29 13:10 UTC  (3+ messages)
` [PATCH v4 04/13] LoongArch: ABI Implementation

[PATCH v1] benchtests: Improve benchtests for strstr, memmem, and memchr
 2022-05-28  1:19 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] dlsym: Make RTLD_NEXT prefer default version definition [#BZ #14932]
 2022-05-27 22:04 UTC  (12+ messages)

[PATCH 1/2] nss: add assert to DB_LOOKUP_FCT (BZ #28752)
 2022-05-27 17:07 UTC  (4+ messages)
` [PATCH 2/2] nss: handle stat failure in check_reload_and_get "

[PATCH] linux: use statx for fstat if neither newfstatat nor fstatat64 is present
 2022-05-27 15:42 UTC  (2+ messages)

[PATCH] posix: Fix getconf symbolic constants defined in limits.h (BZ# 29147)
 2022-05-27 14:31 UTC 

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