public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [BZ #23275]
 2018-06-14  8:04 UTC  (7+ messages)

[PATCH v3 00/13] nds32 glibc port, v3
 2018-06-14  7:50 UTC  (14+ messages)
` [PATCH v3 03/13] nds32: Thread-Local Storage Support
` [PATCH v3 02/13] nds32: ABI Implementation
` [PATCH v3 01/13] nds32: Build Infastructure
` [PATCH v3 06/13] nds32: Atomic and Locking Routines
` [PATCH v3 05/13] nds32: Generic <math.h> and soft-fp Routines
` [PATCH v3 04/13] nds32: Startup and Dynamic Loader
` [PATCH v3 08/13] nds32: Linux ABI
` [PATCH v3 07/13] nds32: Linux Syscall Interface
` [PATCH v3 10/13] Skeleton documentation for the nds32 port
` [PATCH v3 13/13] Add nds32 port to build-many-glibcs.py
` [PATCH v3 09/13] nds32: Add ABI list
` [PATCH v3 12/13] Add nds32 entries to config.h.in
` [PATCH v3 11/13] Add Andes nds32 dynamic relocation type to elf/elf.h

[PATCH] mention disabling GCC built-ins for customization
 2018-06-14  7:25 UTC  (6+ messages)

[PATCH v3 1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex
 2018-06-14  1:39 UTC  (5+ messages)

[hurd,commited] hurd: Avoid a PLT reference
 2018-06-13 23:43 UTC 

[PATCH] Fix ldbl-128ibm fma (Inf, Inf, finite) (bug 23272)
 2018-06-13 23:07 UTC  (2+ messages)

[hurd,commited] hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port
 2018-06-13 23:03 UTC 

[PATCH 0/9] Introduce ieee128 symbols and redirections
 2018-06-13 22:58 UTC  (14+ messages)
` [PATCH 1/9] ldbl-128ibm-compat: Create libm-alias-float128.h
` [PATCH 5/9] ldbl-128ibm-compat: Provide ISO C functions not provided by the _Float128 API
` [PATCH 7/9] Refactor math-finite.h and introduce mathcalls-redir.h

[hurd,commited] hurd: Avoid PLTs for _hurd_port_locked_get/set
 2018-06-13 22:28 UTC 

[hurd,commited] hurd: update localplt.data
 2018-06-13 22:23 UTC 

[PATCH] scripts/update-abilist.sh: Accept empty list of files to patch
 2018-06-13 21:37 UTC  (3+ messages)

[PATCH v2] libio: Flush stream at freopen (BZ#21037)
 2018-06-13 21:33 UTC 

[PATCH] check-execstack: Permit sysdeps to xfail some libs
 2018-06-13 20:38 UTC 

Restartable Sequences system call merged into Linux
 2018-06-13 19:53 UTC  (9+ messages)

[hurd,commited] hurd: xfail missing abilist for libmachuser and libhurduser
 2018-06-13 19:27 UTC 

[PATCH v3] Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
 2018-06-13 18:50 UTC 

[PATCH 0/2] Y2038 support batch 1 - __time64_t and __tz_convert
 2018-06-13 18:46 UTC  (26+ messages)
` [PATCH 1/2] Y2038: add type __time64_t
` [PATCH 2/2] Y2038: make __tz_convert compatible with 64-bit-time

[PATCH v3?] Avoid cancellable I/O primitives in ld.so
 2018-06-13 18:30 UTC  (3+ messages)

Fix strtod overflow detection (bug 23279) [committed]
 2018-06-13 16:07 UTC 

[PATCH-V2: 00/24] CET: Prepare for CET enabling
 2018-06-13 15:32 UTC  (25+ messages)
` [PATCH 19/24] i386: Use _CET_NOTRACK in memcpy-ssse3.S
` [PATCH 08/24] x86: Update vfork to pop shadow stack
` [PATCH 24/24] Intel CET: Document --enable-cet
` [PATCH 14/24] x86-64: Use _CET_NOTRACK in memcpy-ssse3.S
` [PATCH 22/24] i386: Use _CET_NOTRACK in memset-sse2-rep.S
` [PATCH 09/24] x86_64: Use _CET_NOTRACK in strcmp.S
` [PATCH 12/24] x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.S
` [PATCH 05/24] x86: Add _CET_ENDBR to functions in dl-tlsdesc.S
` [PATCH 15/24] i386: Use _CET_NOTRACK in i686/memcmp.S
` [PATCH 07/24] i386: Add _CET_ENDBR to indirect jump targets in add_n.S/sub_n.S
` [PATCH 18/24] i386: Use _CET_NOTRACK in memcpy-ssse3-rep.S
` [PATCH 13/24] x86-64: Use _CET_NOTRACK in memcmp-sse4.S
` [PATCH 23/24] x86-64: Add endbr64 to tst-quadmod[12].S
` [PATCH 06/24] x86-64: Add _CET_ENDBR to STRCMP_SSE42
` [PATCH 03/24] x86: Support IBT and SHSTK in Intel CET [BZ #21598]
` [PATCH 20/24] i386: Use _CET_NOTRACK in strcpy-sse2.S
` [PATCH 11/24] x86-64: Use _CET_NOTRACK in strcmp-sse42.S
` [PATCH 16/24] i386: Use _CET_NOTRACK in memset-sse2.S
` [PATCH 10/24] x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.S
` [PATCH 01/24] x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]
` [PATCH 21/24] i386: Use _CET_NOTRACK in strcat-sse2.S
` [PATCH 04/24] x86: Add _CET_ENDBR to functions in crti.S
` [PATCH 02/24] x86: Support shadow stack pointer in setjmp/longjmp
` [PATCH 17/24] i386: Use _CET_NOTRACK in memcmp-sse4.S

[PATCH 00/20] RFC: Add the CPU run-time library for C
 2018-06-13 14:20 UTC  (30+ messages)
` [PATCH 07/20] libcpu-rt-c/x86-64: Add memrchr
` [PATCH 08/20] libcpu-rt-c/x86-64: Add memset and wmemset
` [PATCH 04/20] libcpu-rt-c/x86-64: Add memchr
` [PATCH 02/20] libcpu-rt-c/x86: Add cacheinfo
` [PATCH 03/20] libcpu-rt-c/x86: Add cpu-rt-tunables.c
` [PATCH 12/20] libcpu-rt-c/x86-64: Add strcmp
` [PATCH 06/20] libcpu-rt-c/x86-64: Add memcpy, memmove and mempcpy
` [PATCH 01/20] Initial empty CPU run-time library for C: libcpu-rt-c
` [PATCH 20/20] libcpu-rt-c/x86-64: Add strrchr
` [PATCH 15/20] libcpu-rt-c/x86-64: Add strcat
` [PATCH 11/20] libcpu-rt-c/x86-64: Add strchr
` [PATCH 16/20] libcpu-rt-c/x86-64: Add strnlen
` [PATCH 18/20] libcpu-rt-c/x86-64: Add strncmp
` [PATCH 13/20] libcpu-rt-c/x86-64: Add strcpy
` [PATCH 14/20] libcpu-rt-c/x86-64: Add strlen
` [PATCH 17/20] libcpu-rt-c/x86-64: Add strncat
` [PATCH 10/20] libcpu-rt-c: Don't use IFUNC memcmp in init_cpu_features
` [PATCH 19/20] libcpu-rt-c/x86-64: Add strncpy
` [PATCH 05/20] libcpu-rt-c/x86-64: Add memcmp
` [PATCH 09/20] libcpu-rt-c/i386: "

[PATCH] aarch64: add HXT Phecda core memory operation ifuncs
 2018-06-13  7:22 UTC  (12+ messages)

Do not use const attribute for nan functions (bug 23277) [committed]
 2018-06-13  4:58 UTC  (4+ messages)

[COMMITTED] Fix comments in _dl_dst_count and _dl_dst_substitute
 2018-06-13  3:35 UTC 

[COMMITTED] Fix fallback path in __pthread_mutex_timedlock ()
 2018-06-12 20:20 UTC 

PING: [PATCH] benchtests: Add -f/--functions argument
 2018-06-12 16:05 UTC  (3+ messages)

[PATCH] Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug, 23259, CVE-2011-0536 )
 2018-06-12 14:36 UTC  (28+ messages)
    ` [PATCH v4] "
        ` [PATCH v6] "

Race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP
 2018-06-12 14:26 UTC  (3+ messages)

Using localedef to define custom charmaps
 2018-06-12 14:10 UTC  (8+ messages)

[PATCH] Convert __builtin_expect to __glibc_(un)likely throughout elf/
 2018-06-12 14:05 UTC  (4+ messages)

[PATCH] x86: Make strncmp usable from rtld
 2018-06-12 12:59 UTC  (2+ messages)

[PATCH] i386: Change offset of __private_ss to 0x30
 2018-06-12 11:53 UTC  (6+ messages)

[PATCH] Makerules: pass CFLAGS when building .S files, BZ #23273
 2018-06-12  7:52 UTC  (12+ messages)

[PATCH 0/1] More languages need two forms of month names (bug 23140)
 2018-06-11 23:39 UTC  (3+ messages)
` [PATCH] gd_GB, hsb_DE, wa_BE: Add alternative "

[[PATCH RFC 2] 00/63] Make GLIBC Y2038-proof
 2018-06-11 22:39 UTC  (16+ messages)
` [[PATCH RFC 2] 01/63] Y2038: add type __time64_t
  ` [[PATCH RFC 2] 02/63] Y2038: add function __difftime64

Why GLIBC requires compiler optimizations to build
 2018-06-11 21:49 UTC  (2+ messages)

Run (some?) ELF constructors after applying RELRO protection
 2018-06-11 18:59 UTC  (4+ messages)

Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272) [committed]
 2018-06-11 16:34 UTC 

Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h
 2018-06-11 15:25 UTC  (2+ messages)
` Ping "

Update MAP_TYPE value for hppa from Linux 4.17
 2018-06-11 15:24 UTC  (2+ messages)
` Ping "

Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h
 2018-06-11 15:24 UTC  (2+ messages)
` Ping "

Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h
 2018-06-11 15:24 UTC  (2+ messages)
` Ping "

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