unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-27 18:51:55 to 2020-06-02 17:21:04 UTC [more...]

[PATCH 00/13] Signal and error list refactoring
 2020-06-02 17:20 UTC  (23+ messages)
` [PATCH v3 02/13] signal: Move sys_siglist to a compat symbol
` [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 12/13] string: Add sigabbrev_np and sigdescr_np
` [PATCH 13/13] string: Add errname_np and errdesc_np

[PATCH v2 0/4] Enable generic math code for more arches
 2020-06-02 17:17 UTC  (10+ 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

ppc64le and 32-bit LE userland compatibility
 2020-06-02 15:56 UTC  (34+ messages)
` [musl] "
      ` [musl] "

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

[PATCH 00/19] Signal mask for timer helper thread
 2020-06-02  4:07 UTC  (19+ 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] ieee754/dbl-64: Reduce the scope of temporary storage variables
 2020-06-02  2:32 UTC  (2+ messages)
` [PATCH v2] "

pthread_cond performence Discussion
 2020-06-02  2:08 UTC  (17+ 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 v6 00/13] glibc port to ARC processors
 2020-06-02  0:50 UTC  (26+ messages)
` [PATCH v6 01/13] ARC: ABI Implementation
` [PATCH v6 02/13] ARC: startup and dynamic linking code
` [PATCH v6 03/13] ARC: Thread Local Storage support
` [PATCH v6 05/13] ARC: math soft float 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 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

[PATCH 0/5] use gcc builtins for sqrt and fma functions
 2020-06-01 22:08 UTC  (19+ 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 "

[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] "

[RFC 00/12] [RFC] y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe
 2020-06-01 14:07 UTC  (13+ 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 "

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

[PATCH] dl-runtime: reloc_{offset, index} now functions arch overide'able
 2020-05-29 21:21 UTC  (6+ messages)
` [PATCH] dl-runtime: reloc_{offset,index} "
      ` [PATCH 1/2] dl-runtime: reloc_{offset, index} "
        ` [PATCH 2/2] ARC/dl-runtime helper macros

[PATCH] powerpc64le: add optimized strlen for P9
 2020-05-29 16:26 UTC  (3+ messages)

[RFC][PATCH 0/6] binutils patches to add DT_FLAGS_1 / DF_1_UNIQUE
 2020-05-29 16:13 UTC  (5+ messages)

[hurd,commited] htl: Add clock variants
 2020-05-29 13:29 UTC  (2+ messages)

[PATCH] manual: Fix backtraces code example [BZ #10441]
 2020-05-29 13:08 UTC  (6+ messages)

sparc vs sparc64: O_NDELAY and O_NONBLOCK mismatch in kernel and in glibc
 2020-05-29 10:48 UTC  (2+ messages)

[hurd,commited] hurd: Fix fexecve
 2020-05-28 23:32 UTC 

[PATCH v3] y2038: Replace __clock_gettime with __clock_gettime64
 2020-05-28 14:50 UTC  (11+ messages)
          ` [PATCH] Fix __clock_gettime64 with _ISOMAC in sysdeps/generic/hp-timing.h
                  ` [PATCH] Update HP_TIMING_NOW for "

[PATCH] i386: Remove NO_TLS_DIRECT_SEG_REFS handling
 2020-05-28 11:41 UTC  (3+ messages)

[PATCH] i386: Remove unused file sysdeps/unix/i386/sysdep.S
 2020-05-28 11:32 UTC  (2+ messages)

hwcaps subdirectory selection in the dynamic loader
 2020-05-28 10:54 UTC  (3+ messages)

[hurd,commited] hurd: fix ptsname error when called on a non-tty
 2020-05-28 10:38 UTC 

[hurd,commited] hurd: Fix fdopendir checking for directory type
 2020-05-28 10:18 UTC 

[PATCH 2/2] Hurd: Move <hurd/sigpreempt.h> internals into wrapper header
 2020-05-28  9:32 UTC  (2+ messages)

[PATCH 1/2] Hurd: Use __sigmask in favor of deprecated sigmask
 2020-05-28  9:31 UTC  (2+ messages)

[hurd,commited] hurd: Fix pselect atomicity
 2020-05-28  9:16 UTC 

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-05-27 18:51 UTC  (2+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)


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