unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-30 00:18:15 to 2020-06-03 16:34:22 UTC [more...]

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-06-03 16:25 UTC  (2+ messages)
` [PATCH v2 01/18] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64

[PATCH] aarch64: MTE compatible strchrnul
 2020-06-03 16:01 UTC  (13+ messages)

[PATCH 0/2] Add __libc_single_threaded
 2020-06-03 15:48 UTC  (6+ messages)
` [PATCH 2/2] manual: Document __libc_single_threaded

[PATCH 00/13] Signal and error list refactoring
 2020-06-03 15:13 UTC  (21+ messages)
` [PATCH 05/13] string: Remove old TLS usage on strsignal
` [PATCH 06/13] string: Implement strerror in terms of strerror_l
` [PATCH 08/13] string: Simplify strerror_r
` [PATCH 13/13] string: Add errname_np and errdesc_np

[PATCH 2/2] manual: Document __libc_single_threaded
 2020-06-03 15:00 UTC  (12+ messages)

[PATCH] elf: Fix dlclose of an empty namespace in auditing mode (bug 26076)
 2020-06-03 13:43 UTC 

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

[RFC 00/12] [RFC] y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe
 2020-06-03 12:53 UTC  (16+ messages)
` [RFC 01/12] doc: Fix wording and formattine in ./support/README
` [RFC 02/12] y2038: Rename timespec_compare to __timespec_compare
` [RFC 03/12] y2038: Rename make_timespec to __make_timespec
` [RFC 04/12] y2038: Rename xclock_gettime to __xclock_gettime
` [RFC 05/12] y2038: Rename xclock_now to __xclock_now
` [RFC 06/12] y2038: Rename timespec_sub to __timespec_sub
` [RFC 07/12] y2038: Rename timespec_add to __timespec_add
` [RFC 08/12] y2038: Convert __make_timespec to be Y2038 safe
` [RFC 09/12] y2038: Convert __xclock_gettime "
` [RFC 10/12] y2038: Convert __xclock_now "
` [RFC 11/12] y2038: Convert timespec* files in ./support "
` [RFC 12/12] y2038: Convert timespec_* from posix-timer.h "
` [Y2038] Replacement of struct timespec with struct __timespec64 in glibc internal code

[PATCH] manual/jobs.texi: remove unused var from example code
 2020-06-03 12:50 UTC  (2+ messages)

[PATCH v3] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
 2020-06-03 12:28 UTC 

[PATCH v2] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
 2020-06-03 12:24 UTC  (4+ messages)

sys/sysinfo.h clash with linux/kernel.h
 2020-06-03 11:45 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible strlen
 2020-06-03  9:53 UTC 

[PATCH] aarch64: MTE compatible strchr
 2020-06-03  9:49 UTC 

[PATCH v2] ld.so: Check for new cache format first and enhance corruption check
 2020-06-03  9:35 UTC 

[PATCH 00/19] Signal mask for timer helper thread
 2020-06-03  9:26 UTC  (21+ messages)
` [PATCH 11/19] nptl: Add internal alias __pthread_getattr_default_np
` [PATCH 12/19] nptl: Use __pthread_getattr_default_np in pthread_create
` [PATCH 13/19] nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np
` [PATCH 14/19] nptl: Change type of __default_pthread_attr
` [PATCH 15/19] nptl: Destroy the default thread attribute as part of freeres
` [PATCH 16/19] nptl: Make pthread_attr_t dynamically extensible
` [PATCH 17/19] nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
` [PATCH 18/19] manual: "
` [PATCH 19/19] Linux: Use __pthread_attr_setsigmask_internal for timer helper thread

[PATCH v3 0/4] Enable generic math code for more arches
 2020-06-03  8:46 UTC  (6+ messages)
` [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v3 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v3 3/4] aarch/fpu: use generic builtins based math functions
` [PATCH v3 4/4] powerpc/fpu: use generic fma functions

[PATCH v2 0/4] Enable generic math code for more arches
 2020-06-03  6:29 UTC  (16+ messages)
` [PATCH v2 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v2 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v2 3/4] aarch/fpu: use generic builtins based math functions
` [PATCH v2 4/4] powerpc/fpu: use generic fma functions

[PATCH v9 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-06-02 20:41 UTC  (3+ messages)
` [PATCH v9 1/2] sysv: linux: Define the __semid_ds32 struct
` [PATCH v9 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCHv3] powerpc: Automatic CPU detection in preconfigure
 2020-06-02 20:45 UTC  (2+ messages)

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

[PATCH v6 00/13] glibc port to ARC processors
 2020-06-02 18:35 UTC  (20+ messages)
` [PATCH v6 03/13] ARC: Thread Local Storage support
` [PATCH v6 06/13] ARC: hardware floating point support
        ` static inline math functions (was Re: [PATCH v6 06/13] ARC: hardware floating point support)
` [PATCH v6 07/13] ARC: Linux Syscall Interface
` [PATCH v6 08/13] ARC: Linux ABI

[PATCH 0/5] use gcc builtins for sqrt and fma functions
 2020-06-02 18:12 UTC  (20+ messages)
` [PATCH 1/5] ARC/dl-runtime helper macros
` [PATCH 2/5] iee754: prvoide gcc builtins based generic sqrt functions
` [PATCH 3/5] iee754: prvoide gcc builtins based generic fma functions
` [PATCH 4/5] aarch/fpu: use generic sqrt, "
` [PATCH 5/5] powerpc/fpu: use generic "

ppc64le and 32-bit LE userland compatibility
 2020-06-02 17:47 UTC  (35+ messages)
` [musl] "
      ` [musl] "

[PATCH] string: Add page tests for test-strncasecmp and test-strncpy
 2020-06-02 14:08 UTC  (5+ messages)

pthread_cond performence Discussion
 2020-06-02  2:08 UTC  (15+ messages)
` [PATCH]x86: update REP_STOSB_THRESHOLD's default value from 2k to 1M
  ` [PATCH] x86: Add thresholds for "rep movsb/stosb" to tunables

[PATCH v2 0/2] rework dl-runtime: reloc_{offset,index}
 2020-06-01 22:18 UTC  (3+ messages)
` [PATCH v2 1/2] dl-runtime: reloc_{offset, index} now functions arch overide'able
` [PATCH v2 2/2] ARC/dl-runtime helper macros

[hurd,commited] htl: Fix gsync_wait symbol exposition
 2020-06-01 20:22 UTC 

[hurd,commited 0/3] pthread_cond fixes
 2020-06-01 17:39 UTC  (4+ messages)
` [hurd, commited 1/3] tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0
` [hurd,commited 2/3] htl: Enable more cond tests
` [hurd, commited 3/3] htl: Make pthread_cond_destroy wait for threads to be woken

[PATCH] mbstowcs: Document, test, and fix null pointer dst semantics
 2020-06-01 17:11 UTC  (11+ messages)
  ` [PATCH v2] mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)
          ` [PATCH v3] "

[PATCH] Add benchtests for roundeven and roundevenf
 2020-06-01  2:04 UTC  (9+ messages)
` [PATCH v4 2/2] x86_64: roundeven with sse4.1 support

[PATCH v8 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-06-01  1:44 UTC  (4+ messages)
` [PATCH v8 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] ia64: fix dl-sysdep miscompilation on gcc-10
 2020-05-31 21:40 UTC  (4+ messages)

[PATCH] build: Used FAIL_EXIT1 () on failure to exec child [BZ #23990]
 2020-05-30 16:29 UTC  (5+ 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).