public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
 2022-05-31 21:15 UTC  (10+ messages)

[GIT PULL] asm-generic changes for 5.19
 2022-05-31 20:40 UTC  (17+ messages)
          ` [musl] "

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

[PATCH 0/8] More uses of 64 bit stat internally
 2022-05-31 20:18 UTC  (10+ 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-05-31 20:09 UTC 

[PATCH v2] elf: Remove one-default-version check when searching an unversioned symbol
 2022-05-31 19:39 UTC  (4+ messages)

[PATCH 1/1] x86_64: Add strstr function with 512-bit EVEX
 2022-05-31 19:36 UTC  (7+ messages)

[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  (17+ 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  (30+ messages)
` [PATCH 01/17] alpha: Remove _dl_skip_args usage
` [PATCH 02/17] arm: "
` [PATCH 03/17] arc: "
` [PATCH 04/17] csky: "
` [PATCH 05/17] hppa: Remove _dl_skip_args usage (BZ# 29165)
` [PATCH 06/17] i686: Remove _dl_skip_args usage
` [PATCH 07/17] ia64: "
` [PATCH 08/17] m68k: "
` [PATCH 09/17] microblaze: "
` [PATCH 10/17] mips: "
` [PATCH 11/17] nios2: Remove _dl_skip_args usage (BZ# 29187)
` [PATCH 12/17] riscv: Remove _dl_skip_args usage
` [PATCH 13/17] s390: "
` [PATCH 14/17] sh: "
` [PATCH 15/17] sparc: "
` [PATCH 16/17] x86_64: "
` [PATCH 17/17] elf: Remove _dl_skip_args

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

[PATCH] AArch64: Add SVE memcpy
 2022-05-30 12:08 UTC  (2+ messages)

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

[PATCH v4 00/13] GLIBC LoongArch PATCHES
 2022-05-29 13:10 UTC  (6+ 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  (5+ 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 

Free Samples
 2022-05-27 13:55 UTC 

[PATCH] elf: Fix handling of symbol versions which hash to zero (bug 29190)
 2022-05-27 11:15 UTC 

[ANNOUNCE] The Linux Test Project has been released for MAY 2022
 2022-05-27  9:32 UTC 

Questions regarding pthread mutex lock/unlock functions in pthread_cond_wait?
 2022-05-27  7:36 UTC  (8+ messages)

[PATCH] x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
 2022-05-26 20:59 UTC  (8+ messages)

[PATCH v2] x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
 2022-05-26 20:07 UTC  (6+ messages)
` [PATCH v3] "
      ` [PATCH v4] "

Update kernel version to 5.18 in header constant tests
 2022-05-25 23:54 UTC  (2+ messages)

[PATCH] String: Improve overflow test coverage for strnlen
 2022-05-25 21:05 UTC  (2+ messages)

[PATCH v1] x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]
 2022-05-25 19:56 UTC  (5+ messages)
` [PATCH v5] "

ffix required
 2022-05-25 13:30 UTC  (3+ messages)

[PATCH v3] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-05-25  9:35 UTC  (3+ messages)

Update syscall-names.list for Linux 5.18
 2022-05-25  9:29 UTC  (2+ messages)

[PATCH Linux] powerpc: add documentation for HWCAPs
 2022-05-24 18:32 UTC  (4+ messages)

[PATCH] socket: Check lengths before advancing pointer in CMSG_NXTHDR
 2022-05-24 17:28 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).