unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-06-12 13:29:59 to 2020-06-18 21:31:01 UTC [more...]

[PATCH v2 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-06-18 21:30 UTC  (6+ messages)
      ` [PATCH v2.1 "

Bikeshed: glibc.dl.* or glibc.rtld.*?
 2020-06-18 21:12 UTC 

[PATCH 0/7] RFC Memory tagging support
 2020-06-18 20:30 UTC  (46+ messages)
` [PATCH 1/7] config: Allow memory tagging to be enabled when configuring glibc
` [PATCH 2/7] elf: Add a tunable to control use of tagged memory
` [PATCH 3/7] malloc: Basic support for memory tagging in the malloc() family
` [PATCH 4/7] linux: Add compatibility definitions to sys/prctl.h for MTE
` [PATCH 5/7] aarch64: Mitigations for string functions when MTE is enabled
` [PATCH 6/7] aarch64: Add sysv specific enabling code for memory tagging
` [PATCH 7/7] aarch64: Add aarch64-specific files for memory tagging support

[PATCH] arm: fix multiarch memcpy for negative len [BZ #25620]
 2020-06-18 20:20 UTC  (2+ messages)

[PATCH v4 00/12] aarch64: branch protection support
 2020-06-18 20:16 UTC  (17+ messages)
` [PATCH v4 02/12] aarch64: configure test for BTI support
` [PATCH v4 03/12] aarch64: Add BTI support to assembly files
` [PATCH v4 04/12] aarch64: Rename place holder .S files to .c
` [PATCH v4 05/12] aarch64: fix swapcontext for BTI
` [PATCH v4 06/12] aarch64: fix RTLD_START "
` [PATCH v4 07/12] aarch64: enable BTI at runtime
        ` [PATCH v5 "
` [PATCH v4 08/12] aarch64: configure check for pac-ret code generation
` [PATCH v4 09/12] aarch64: Add pac-ret support to assembly files
` [PATCH v4 10/12] aarch64: fix pac-ret support in _mcount
` [PATCH v4 11/12] aarch64: redefine RETURN_ADDRESS to strip PAC
` [PATCH v4 12/12] aarch64: add NEWS entry about branch protection support

[PATCH] Avoid using up static TLS surplus for optimizations [BZ #25051]
 2020-06-18 19:50 UTC  (2+ messages)

[PATCH 5/5] ia64: Use generic exp10f
 2020-06-18 17:18 UTC 

[PATCH 4/5] New exp10f version without SVID compat wrapper
 2020-06-18 17:02 UTC 

[PATCH 3/5] i386: Use generic exp10f
 2020-06-18 16:48 UTC 

[PATCH 2/5] math: Optimized generic exp10f with wrappers
 2020-06-18 16:44 UTC 

[PATCH 1/5] benchtests: Add exp10f benchmark
 2020-06-18 16:17 UTC 

[PATCH] x86: Install <cpu-features.h> [BZ #26124]
 2020-06-18 16:14 UTC  (5+ messages)
  ` [PATCH] x86: Install <sys/platform/x86.h> "
      ` V2: "

[PATCH] x86: Update CPU feature detection
 2020-06-18 15:09 UTC  (3+ messages)
  ` V2 "

[PATCH v2 01/13] signal: Add signum-{generic,arch}.h
 2020-06-18 14:06 UTC  (3+ messages)

[PATCH] x86: Update F16C detection [BZ #26133]
 2020-06-18 13:59 UTC  (2+ messages)

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-06-18 13:03 UTC  (10+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)

glibc 2.32 --- Two weeks to ABI freeze. Volunteers for release manager?
 2020-06-18 12:51 UTC  (3+ messages)

[PATCH] random: range is not portably RAND_MAX [BZ #7003]
 2020-06-18 10:31 UTC  (2+ messages)

V2 [PATCH 1/4] strncmp: Add a testcase for page boundary [BZ #25933]
 2020-06-17 17:09 UTC  (7+ messages)

[PATCH] nscd: bump GC cycle during cache pruning (bug 26130)
 2020-06-17 14:10 UTC 

[RFC][PATCH v5 00/16] Proof-of-Concept implementation of RTLD_SHARED for dlmopen
 2020-06-17 14:00 UTC  (17+ messages)
` [RFC][PATCH v5 01/16] Declare and describe the dlmopen RTLD_SHARED flag
` [RFC][PATCH v5 02/16] include/link.h: Update the link_map struct to allow proxies
` [RFC][PATCH v5 03/16] elf/dl-object.c: Implement a helper function to proxy link_map entries
` [RFC][PATCH v5 04/16] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying
` [RFC][PATCH v5 05/16] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
` [RFC][PATCH v5 06/16] elf/dl-init.c: Skip proxied link map entries in the dl init path
` [RFC][PATCH v5 07/16] Define a new dynamic section tag - DT_GNU_UNIQUE
` [RFC][PATCH v5 08/16] Abstract the loaded-DSO search code into a private helper function
` [RFC][PATCH v5 09/16] Compare loaded DSOs by file ID and check for DF_1_UNIQUE
` [RFC][PATCH v5 10/16] Use the new DSO finder helper function since we have it
` [RFC][PATCH v5 11/16] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs
` [RFC][PATCH v5 12/16] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE
` [RFC][PATCH v5 13/16] Suppress inter-namespace DSO sharing for audit libraries
` [RFC][PATCH v5 14/16] dlsym, dlvsym should be able to look up symbols via DSO proxies
` [RFC][PATCH v5 15/16] Add a DT_GNU_UNIQUE dynamic section to the glibc cluster DSOs
` [RFC][PATCH v5 16/16] Add dlmopen / RTLD_SHARED tests

[hurd,commited 0/6] Make write and pwrite64 cancellation points
 2020-06-17 13:58 UTC  (9+ messages)
` [hurd, commited 1/6] htl: Add noreturn attribute on __pthread_exit forward
` [hurd,commited 2/6] htl: initialize first and prevent from unloading
` [hurd, commited 3/6] htl: Move cleanup stack to variable shared between libc and pthread
` [hurd,commited 4/6] htl: Fix cleanup support for IO locking
` [hurd, commited 5/6] hurd: Make write and pwrite64 cancellation points
` [hurd,commited 6/6] htl: Enable more cancellation tests

[hurd,commited] nptl: Remove now-spurious tst-cancelx9 references
 2020-06-17 13:57 UTC 

[PATCH] Fix avx2 strncmp offset compare condition check [BZ #25933]
 2020-06-17 13:49 UTC  (2+ messages)

[PATCH] x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]
 2020-06-17 12:34 UTC 

[PATCH] x86_64: Use %xmmN with vpxor to clear a vector register
 2020-06-17 12:28 UTC  (2+ messages)

[PATCHv4 1/2] powerpc64le: refactor e_sqrtf128.c
 2020-06-16 19:06 UTC  (4+ messages)
` [PATCHv4 2/2] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode

[PATCH] powerpc: Add new hwcap values
 2020-06-16 13:23 UTC  (3+ messages)

[PATCH v2] aarch64: MTE compatible strncmp
 2020-06-16 12:44 UTC 

[PATCH] aarch64: MTE compatible strcmp
 2020-06-16 12:42 UTC 

[PATCH] Fix stringop-overflow errors from gcc 10 in iconv
 2020-06-16 12:24 UTC 

[PATCH 01/13] math: Decompose math-use-builtins.h
 2020-06-16 10:13 UTC  (9+ messages)
` [PATCH 03/13] s390x: Use fma{f} builtin
` [PATCH 10/13] s390: Use sqrt{f} builtin

[PATCH] Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]
 2020-06-16  8:24 UTC 

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-06-15 22:37 UTC  (2+ messages)

[PATCH v9 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-06-15 22:35 UTC  (4+ messages)
` [PATCH v9 1/2] sysv: linux: Define the __semid_ds32 struct

[PATCH 1/4] strncmp: Add a testcase for page boundary [BZ #25933]
 2020-06-15 22:03 UTC  (7+ messages)
` [PATCH 2/4] strcmp: Add a testcase for page boundary
` [PATCH 3/4] bench-strncmp.c: Add workloads on "
` [PATCH 4/4] bench-strcmp.c: "

Update syscall-names.list for Linux 5.7
 2020-06-15 21:17 UTC  (2+ messages)

[PATCH] Mark syslog as MT-unsafe (bug 26100)
 2020-06-15 20:50 UTC  (9+ messages)

[PATCH v7 00/13] glibc port to ARC processors
 2020-06-15 20:14 UTC  (14+ messages)
` [PATCH v7 01/13] ARC: ABI Implementation
` [PATCH v7 02/13] ARC: startup and dynamic linking code
` [PATCH v7 03/13] ARC: Thread Local Storage support
` [PATCH v7 04/13] ARC: Atomics and Locking primitives
` [PATCH v7 05/13] ARC: math soft float support
` [PATCH v7 06/13] ARC: hardware floating point support
` [PATCH v7 07/13] ARC: Linux Syscall Interface
` [PATCH v7 08/13] ARC: Linux ABI
` [PATCH v7 09/13] ARC: Linux Startup and Dynamic Loading
` [PATCH v7 10/13] ARC: ABI lists
` [PATCH v7 11/13] ARC: Build Infrastructure
` [PATCH v7 12/13] build-many-glibcs.py: Enable ARC builds
` [PATCH v7 13/13] Documentation for ARC port

[PATCH] ieee754/dbl-64: Reduce the scope of temporary storage variables
 2020-06-15 20:12 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/7] RFC Memory tagging support
 2020-06-15 18:35 UTC 

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-06-15 14:38 UTC  (8+ messages)

[PATCH v3] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
 2020-06-15 10:22 UTC  (2+ messages)

[PATCH v2] ld.so: Check for new cache format first and enhance corruption check
 2020-06-15  8:49 UTC  (2+ messages)

[hurd,commited] hurd: Fix __writev_nocancel_nostatus
 2020-06-14 18:27 UTC 

[hurd,commited] hurd: Make send* cancellation points
 2020-06-14 18:27 UTC 

[hurd,commited] hurd: Make recv* cancellation points
 2020-06-14  0:51 UTC 

[RFC 0/4] futex2: Add new futex interface
 2020-06-13 19:25 UTC  (7+ messages)
` [RFC 1/4] "
` [RFC 2/4] selftests: futex: Add futex2 wake/wait test
` [RFC 3/4] selftests: futex: Add futex2 timeout test
` [RFC 4/4] selftests: futex: Add futex2 wouldblock test

[PATCH v9] Fix time/tst-cpuclock1 intermitent failures
 2020-06-12 15:28 UTC  (2+ messages)
` [PATCH v10] "

[PATCHv4] powerpc: Automatic CPU detection in preconfigure
 2020-06-12 13:58 UTC  (2+ messages)


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