public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-02-06 14:49 UTC  (2+ messages)

[PATCH v1] x86: Improve vec generation in memset-vec-unaligned-erms.S
 2022-02-06  6:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] Benchtests: Add length zero benchmark for memset in bench-memset.c
 2022-02-06  5:51 UTC 

[PATCH] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-02-06  0:29 UTC 

[PATCH] string: Sort headers, routines, tests and tests-translation
 2022-02-06  0:29 UTC 

[PATCH v1] Benchtests: move 'alloc_bufs' from loop in bench-memset.c
 2022-02-05 22:58 UTC  (3+ messages)

[PATCH] linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]
 2022-02-05 21:24 UTC 

[PATCH v2 0/7] Support DT_RELR relative relocation format
 2022-02-05 17:24 UTC  (8+ messages)
` [PATCH v2 1/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v2 2/7] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v2 3/7] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v2 4/7] x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
` [PATCH v2 5/7] x86: Define SUPPORT_DT_RELR
` [PATCH v2 6/7] Add --disable-default-dt-relr
` [PATCH v2 7/7] NEWS: Mention DT_RELR support

[PATCH 0/7] Support DT_RELR relative relocation format
 2022-02-05 17:24 UTC  (20+ messages)
` [PATCH 1/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH 2/7] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH 3/7] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH 4/7] x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
` [PATCH 5/7] x86: Define SUPPORT_DT_RELR
` [PATCH 6/7] Add --disable-default-dt-relr
` [PATCH 7/7] NEWS: Mention DT_RELR support

[PATCH v1] x86: Reformat code in svml_s_atanhf16_core_avx512.S
 2022-02-05  7:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Improve LC_MONETARY handling
 2022-02-05  2:57 UTC  (3+ messages)
` [PATCH 1/2] localedef: Update LC_MONETARY handling (Bug 28845)
` [PATCH 2/2] localedata: Do not generate output if warnings were present

[PATCH] avoid -Wuse-after-free [BZ #26779]
 2022-02-04 20:40 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] "
      ` [PATCH v3 "

[PATCH] hppa: Fix bind-now audit (BZ #28857)
 2022-02-04 20:08 UTC 

[PATCH 00/15] linux: Add new syscalls
 2022-02-04 19:59 UTC  (19+ messages)
` [PATCH 01/15] linux: Add pidfd_open
` [PATCH 02/15] linux: Add pidfd_getfd
` [PATCH 03/15] linux: Add pidfd_send_signal
` [PATCH 04/15] linux: Add P_PIDFD
` [PATCH 05/15] linux: Add tst-pidfd.c
` [PATCH 06/15] linux: Add process_madvise
` [PATCH 07/15] linux: Add process_mrelease
` [PATCH 08/15] linux: Add fsopen
` [PATCH 09/15] linux: Add fsmount
` [PATCH 10/15] linux: Add move_mount
` [PATCH 11/15] linux: Add fsconfig
` [PATCH 12/15] linux: Add fspick
` [PATCH 13/15] linux: Add open_tree
` [PATCH 14/15] linux: Add tst-mount to check for Linux new mount API
` [PATCH 15/15] linux: Add mount_setattr

[PATCH v4 1/5] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-02-04 19:13 UTC  (13+ messages)
` [PATCH v4 2/5] string: Improve coverage in test-strcmp.c and test-strncmp.c
` [PATCH v4 3/5] x86: Optimize strcmp-avx2.S
` [PATCH v4 4/5] x86: Optimize strcmp-evex.S
` [PATCH v4 5/5] benchtests: Add more coverage for strcmp and strncmp benchmarks

[PATCH 1/2] x86-64: Fix strcmp-avx2.S
 2022-02-04 19:12 UTC  (2+ messages)
` [PATCH 2/2] x86-64: Fix strcmp-evex.S

[PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-02-04 14:54 UTC  (9+ messages)
` [PATCH v8 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v8 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v8 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v8 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
 2022-02-04 12:06 UTC  (2+ messages)

[PATCH 00/20] x86-64: Add vector functions to libmvec microbenchmark
 2022-02-04  6:25 UTC  (21+ messages)
` [PATCH 01/20] x86-64: Add vector atan/atanf "
` [PATCH 02/20] x86-64: Add vector asin/asinf "
` [PATCH 03/20] x86-64: Add vector hypot/hypotf "
` [PATCH 04/20] x86-64: Add vector exp2/exp2f "
` [PATCH 05/20] x86-64: Add vector exp10/exp10f "
` [PATCH 06/20] x86-64: Add vector cosh/coshf "
` [PATCH 07/20] x86-64: Add vector expm1/expm1f "
` [PATCH 08/20] x86-64: Add vector sinh/sinhf "
` [PATCH 09/20] x86-64: Add vector cbrt/cbrtf "
` [PATCH 10/20] x86-64: Add vector atan2/atan2f "
` [PATCH 11/20] x86-64: Add vector log10/log10f "
` [PATCH 12/20] x86-64: Add vector log2/log2f "
` [PATCH 13/20] x86-64: Add vector log1p/log1pf "
` [PATCH 14/20] x86-64: Add vector atanh/atanhf "
` [PATCH 15/20] x86-64: Add vector acosh/acoshf "
` [PATCH 16/20] x86-64: Add vector erf/erff "
` [PATCH 17/20] x86-64: Add vector tanh/tanhf "
` [PATCH 18/20] x86-64: Add vector asinh/asinhf "
` [PATCH 19/20] x86-64: Add vector erfc/erfcf "
` [PATCH 20/20] x86-64: Add vector tan/tanf "

[PATCH] x86-64: Add vector acos/acosf to libmvec microbenchmark
 2022-02-03 22:13 UTC  (2+ messages)

[PATCH v2 0/3] Fixes for getnameinfo() with NI_NOFQDN
 2022-02-03 20:53 UTC  (7+ messages)
` [PATCH v2 1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
` [PATCH v2 2/3] inet: Remove strdupa from nrl_domainname()
` [PATCH v2 3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory

[COMMITTED] linux: Fix missing __convert_scm_timestamps (BZ #28860)
 2022-02-03 20:07 UTC 

[PATCH v2 0/3] Remove prelink support
 2022-02-03 19:57 UTC  (6+ messages)
` [PATCH v2 1/3] elf: "
` [PATCH v2 2/3] malloc: Remove LD_TRACE_PRELINKING usage from mtrace
` [PATCH v2 3/3] elf: Remove LD_USE_LOAD_BIAS

[PATCH v6 0/3] Fix socket ancillary timestamp on 32 bit time_t ABIs
 2022-02-03 18:36 UTC  (4+ messages)
` [PATCH v6 3/3] Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg

[PATCH] io: Add fsync call in tst-stat
 2022-02-03 16:47 UTC 

[PATCH 0/3] Remove prelink support
 2022-02-03 16:30 UTC  (4+ messages)

Yocto prelink status
 2022-02-03 15:43 UTC  (4+ messages)

Switching to autoconf 2.71
 2022-02-03 15:18 UTC  (3+ messages)

[PATCH v2 0/3] Predictable ELF destructor ordering
 2022-02-03 15:18 UTC  (4+ messages)
` [PATCH v2 1/3] elf: Do not rely on relocation dependencies for destructor sorting
` [PATCH v2 2/3] elf: Do not run constructors for proxy objects
` [PATCH v2 3/3] elf: Always call destructors in reverse constructor order

glibc 2.35 failure
 2022-02-03 13:41 UTC  (3+ messages)

[PATCH] manual: SA_ONSTACK is ignored without alternate stack
 2022-02-03 11:31 UTC  (2+ messages)

[PATCH v2 0/5] Linux: Auxiliary vector parsing cleanups
 2022-02-03 11:08 UTC  (6+ messages)
` [PATCH v2 1/5] elf: Merge dl-sysdep.c into the Linux version
` [PATCH v2 2/5] Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
` [PATCH v2 3/5] Linux: Remove DL_FIND_ARG_COMPONENTS
` [PATCH v2 4/5] Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
` [PATCH v2 5/5] Linux: Consolidate auxiliary vector parsing

The GNU C Library version 2.35 is now available
 2022-02-03  7:28 UTC 

Open for glibc 2.36 development
 2022-02-03  7:16 UTC 

Rename "master" branch to "main" for glibc 2.35 release
 2022-02-03  5:57 UTC  (2+ messages)

Monday Patch Queue Review update (2022-01-31)
 2022-02-03  3:52 UTC 

[PATCH v2 0/8] Extensible rseq integration
 2022-02-03  0:37 UTC  (4+ messages)

Aligning tcmalloc with glibc 2.35 rseq ABI
 2022-02-02 22:28 UTC  (9+ messages)

[PATCH] posix: Fix tst-spawn6 terminal handling (BZ #28853)
 2022-02-02 22:23 UTC  (2+ messages)

[PATCH] Linux: Use ptrdiff_t for __rseq_offset
 2022-02-02 21:30 UTC  (3+ messages)

New Swedish PO file for 'libc' (version 2.34.9000)
 2022-02-02 21:27 UTC 

[PATCH v4] elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
 2022-02-02 15:17 UTC  (5+ messages)

[PATCH] Fix elf/tst-audit25a with default bind now toolchains
 2022-02-02 15:09 UTC  (3+ messages)

[PATCH v13 0/4] Multiple rtld-audit fixes
 2022-02-02 13:57 UTC  (3+ messages)
` [PATCH v13 3/4] elf: Issue la_symbind for bind-now (BZ #23734)

glibc 2.35 release tomorrow (2022-02-02)
 2022-02-02 10:03 UTC  (6+ messages)

[PATCH v2 00/14] GLIBC LoongArch PATCHES
 2022-02-02  3:51 UTC  (2+ messages)

[PATCH v1] x86: Optimize svml_s_tanhf_core_{sse4|avx2|avx512}.S
 2022-02-02  0:41 UTC  (9+ messages)
    ` [PATCH v2 1/3] x86: Optimize svml_s_tanhf_core_avx512.S
      ` [PATCH v2 2/3] x86: Optimize svml_s_tanhf_core_avx2.S
      ` [PATCH v2 3/3] x86: Optimize svml_s_tanhf_core_sse2.S

[PATCH] linux: __get_nprocs_sched: initialize cpu_bits array with zeroes [BZ #28850]
 2022-02-01 22:46 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage "

[PATCH v2] posix: Replace posix_spawnattr_tc{get, set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
 2022-02-01 22:25 UTC  (2+ messages)

[PATCH v1] x86: Optimize svml_s_atanhf_core_{ss4|avx2|avx512}.S
 2022-02-01 21:50 UTC  (2+ messages)

[2.33] FAIL: string/tst-memset-rtm
 2022-02-01 20:40 UTC  (4+ messages)

[hurd, commited] SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86
 2022-02-01 20:10 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).