unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-19 19:19:57 to 2020-05-25 14:51:51 UTC [more...]

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-05-25 14:51 UTC  (11+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v19)
` [PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)
` [PATCH glibc 3/3] rseq registration tests (v10)

Hypergeometric Functions Use
 2020-05-25 14:36 UTC  (2+ messages)

[PATCH] mbstowcs: Document, test, and fix null pointer dst semantics
 2020-05-25 14:10 UTC  (7+ messages)

Update to DNSSEC design document
 2020-05-25 12:45 UTC  (10+ messages)

[PATCH] manual: Show copyright information not just in the printed manual
 2020-05-25 12:10 UTC 

[PATCH v8] Fix time/tst-cpuclock1 intermitent failures
 2020-05-25 11:46 UTC  (4+ messages)
` [PATCH v9] "

[PATCH v3] y2038: Replace __clock_gettime with __clock_gettime64
 2020-05-25 10:57 UTC  (14+ messages)
      ` [PATCH] Fix __clock_gettime64 for sysdeps/generic/hp-timing.h
                ` V2 "

question about Glibc extensions
 2020-05-25 10:52 UTC  (22+ messages)
` The GNU C Library Manual - Authoritative or not?

How would we make linux man pages authoritative?
 2020-05-25  9:08 UTC  (3+ messages)

[PATCH 0/2] Add __libc_single_threaded
 2020-05-25  8:08 UTC  (38+ messages)
` [PATCH 1/2] Add the __libc_single_threaded variable
` [PATCH 2/2] manual: Document __libc_single_threaded

ld: -z rel and -z relr
 2020-05-24 20:58 UTC 

[PATCH] manual/jobs.texi: remove unused var from example code
 2020-05-23 19:18 UTC 

RFC: *scanf vs. overflow
 2020-05-23 17:18 UTC  (10+ messages)

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-05-23 10:10 UTC  (5+ messages)

[PATCH] manual: Fix backtraces code example [BZ #10441]
 2020-05-23 10:09 UTC  (5+ messages)

[PATCH] build: Used FAIL_EXIT1 () on failure to exec child [BZ #23990]
 2020-05-23 10:05 UTC  (4+ messages)

pthread_cond performence Discussion
 2020-05-23  4:37 UTC  (4+ 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 0/1] OpenRISC port
 2020-05-22 22:32 UTC  (10+ messages)
` [PATCH 1/1] Initial support for OpenRISC

[PATCH] Add comments to explain when a stream is freed by, __libc_freeres()
 2020-05-22 20:37 UTC 

[PATCH] Avoid using up static TLS surplus for optimizations [BZ #25051]
 2020-05-22 14:49 UTC 

[PATCH RFC v2] sched/headers: Fix sched_setattr userspace compilation issues
 2020-05-22 13:35 UTC 

[PATCH] powerpc64le: add optimized strlen for P9
 2020-05-21 20:41 UTC  (2+ messages)

[PATCH] elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions
 2020-05-21 19:08 UTC  (3+ messages)

[PATCH v2 0/7] y2038: Convert clock_adjtime related syscalls to support 64 bit time
 2020-05-21 10:31 UTC  (14+ messages)
` [PATCH v2 1/7] y2038: linux: Provide __clock_adjtime64 implementation
` [PATCH v2 6/7] y2038: linux: Provide __ntp_gettime64 implementation
` [PATCH v2 7/7] y2038: linux: Provide __ntp_gettimex64 implementation

[PATCH v3 00/13] aarch64: branch protection support
 2020-05-21  8:57 UTC  (9+ messages)
` [PATCH v3 02/13] elf.h: add aarch64 property definitions
` [PATCH v3 03/13] Rewrite abi-note.S in C
        ` [PATCH v4] "

[PATCH 1/5] benchtests: Add exp10f benchmark
 2020-05-20 20:19 UTC  (15+ messages)
` [PATCH 2/5] math: Optimized generic exp10f with wrappers
` [PATCH 3/5] i386: Use generic exp10f
` [PATCH 4/5] New exp10f version without SVID compat wrapper
` [PATCH 5/5] ia64: Use generic exp10f

[PATCH v2] signal: Deprecate additional legacy signal handling functions
 2020-05-20 19:58 UTC  (2+ messages)

[PATCH] ia64: fix dl-sysdep miscompilation on gcc-10
 2020-05-20 19:45 UTC  (2+ messages)

[PATCH] benchtests: Restore the clock_gettime option
 2020-05-20 18:52 UTC  (11+ messages)
        ` V2 "

[PATCH v2 1/2] nptl: Move cancel state out of cancelhandling
 2020-05-20 17:48 UTC  (2+ messages)
` [PATCH v2 2/2] nptl: Move cancel type "

[PATCH] Linux: Add missing handling of tai field to __ntp_gettime64
 2020-05-20 17:09 UTC  (4+ messages)

NEWS update about buffer overflow detection with GCC 10
 2020-05-20 15:43 UTC  (4+ messages)

[PATCHv2 4/4] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode
 2020-05-20 15:14 UTC  (2+ messages)

[PATCH 1/3] nptl: Remove x86_64 cancellation assembly implementations
 2020-05-20 14:51 UTC  (4+ messages)
` [PATCH 2/3] nptl: Move cancel state out of cancelhandling

[PATCH 00/19] Signal mask for timer helper thread
 2020-05-20 14:51 UTC  (24+ messages)
` [PATCH 01/19] manual: Add missing section and node for clockid_t wait functions
` [PATCH 02/19] nptl: Replace some stubs with the Linux implementation
` [PATCH 03/19] nptl: Move pthread_attr_setaffinity_np into libc
` [PATCH 04/19] nptl: Move pthread_getaffinity_np "
` [PATCH 05/19] nptl: Move pthread_gettattr_np "
` [PATCH 06/19] nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally
` [PATCH 07/19] nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
` [PATCH 08/19] nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)
` [PATCH 09/19] nptl: Use __pthread_attr_copy in pthread_setattr_default_np
` [PATCH 10/19] <libc-symbols.h>: Add libpthread hidden alias support
` [PATCH 18/19] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np

[PATCH v2 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-05-20 14:38 UTC  (5+ messages)
      ` [PATCH v2.1 "

[PATCH 3.16 57/99] sparc32: fix struct ipc64_perm type definition
 2020-05-20 14:14 UTC 

hwcaps subdirectory selection in the dynamic loader
 2020-05-20 12:51 UTC  (2+ messages)

Problem with build-many-glibcs.py (sparc, mips, etc)
 2020-05-20 12:30 UTC  (2+ messages)

AArch64 and -moutline-atomics
 2020-05-20  9:36 UTC  (5+ messages)

[PATCH] manual: Clarify File Access Modes section and add O_PATH
 2020-05-19 20:25 UTC  (4+ 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).