unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-07-06 09:07:00 to 2018-07-13 13:10:33 UTC [more...]

[PATCH v8 0/8] Add support for ISO C threads.h
 2018-07-13 13:10 UTC  (40+ messages)
` [PATCH v8 1/8] nptl: Add C11 threads thrd_* functions
` [PATCH v8 2/8] nptl: Add C11 threads mtx_* functions
` [PATCH v8 3/8] nptl: Add C11 threads call_once functions
` [PATCH v8 5/8] nptl: Add C11 threads tss_* functions
` [PATCH v8 6/8] nptl: Add abilist symbols for C11 threads
` [PATCH v8 7/8] nptl: Add test cases for ISO "

[PATCH] io: Avoid running some tests if the file system does not support holes
 2018-07-13 12:10 UTC 

[PATCH 0/9] RISC-V glibc port for the 32 bit
 2018-07-13 10:34 UTC  (13+ messages)
` [PATCH 1/9] Documentation for the 32 bit RISC-V port
` [PATCH 2/9] RISC-V: Add dynamic loader for the 32 bit
` [PATCH 3/9] RISC-V: Add path of library directories "
` [PATCH 4/9] RISC-V: The ABI implementation for the 32-bit
` [PATCH 5/9] RISC-V: Hard float support for the 32 bit
` [PATCH 6/9] RISC-V: Split the soft-fp into rv32 and rv64
` [PATCH 7/9] RISC-V: Add ABI lists
` [PATCH 8/9] RISC-V: Build Infastructure for the 32 bit
` [PATCH 9/9] Add 32 bit RISC-V to build-many-glibcs.py

[PATCH v2 0/5] Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP
 2018-07-13  6:52 UTC  (6+ messages)
` [PATCH v2 1/5] Mutex: Queue spinners to reduce cache line bouncing and ensure fairness
` [PATCH v2 2/5] MCS lock: Enhance legacy MCS lock algorithm
` [PATCH v2 3/5] Mutex: add unit tests for new type
` [PATCH v2 4/5] BENCHMARK: add a benchmark for testing new type of mutex
` [PATCH v2 5/5] Manual: Add manual for pthread mutex

[PATCH] RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)
 2018-07-12 22:02 UTC  (2+ messages)

Put CPU-related tunables into a unique namespace?
 2018-07-12 18:29 UTC  (11+ messages)

[PATCH-V2: 00/24] CET: Prepare for CET enabling
 2018-07-12 18:13 UTC  (16+ messages)
` [PATCH 02/24] x86: Support shadow stack pointer in setjmp/longjmp
` [PATCH 03/24] x86: Support IBT and SHSTK in Intel CET [BZ #21598]
    ` V2 "
` [PATCH 04/24] x86: Add _CET_ENDBR to functions in crti.S
` [PATCH 05/24] x86: Add _CET_ENDBR to functions in dl-tlsdesc.S
` [PATCH 06/24] x86-64: Add _CET_ENDBR to STRCMP_SSE42
` [PATCH 07/24] i386: Add _CET_ENDBR to indirect jump targets in add_n.S/sub_n.S

Fix string/tst-xbzero-opt if build with gcc head
 2018-07-12 16:42 UTC  (2+ messages)

[PATCH 00/10] Optimized math routines
 2018-07-12 15:52 UTC  (21+ messages)
` [PATCH 02/10] Improve performance of sincosf
` [PATCH 07/10] x86_64: update libm-test-ulps
` [PATCH 08/10] Add new log implementation
` [PATCH 09/10] Add new log2 implementation
` [PATCH 10/10] Add new pow implementation
` [PATCH] powerpc: update libm-test-ulps
` [PATCH] update libm-test-ulps for new exp

[PATCH] nptl: Use __mprotect consistently for _STACK_GROWS_UP
 2018-07-12 13:00 UTC  (3+ messages)

[PATCH v4] aarch64: enforce >=64K guard size
 2018-07-12  9:06 UTC 

[PATCH] Fix the ld flags not be applied to tst-execstack-mod.so
 2018-07-12  8:19 UTC 

Restartable Sequences system call merged into Linux
 2018-07-12  8:10 UTC  (10+ messages)

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-11 22:09 UTC  (2+ messages)

[RFC][PATCH] New language: Lower Sorbian (dsb_DE) [BZ #23208]
 2018-07-11 21:59 UTC  (12+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "
                    ` [PATCH] dsb_DE locale: Fix syntax error and add tests (bug 23208)

[PATCH] regexec: Fix off-by-one bug in weight comparison [BZ #23036]
 2018-07-11 17:07 UTC  (4+ messages)

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-11 15:57 UTC 

RISC-V glibc port, v7
 2018-07-11 15:28 UTC  (3+ messages)
` [PATCH v7 07/17] RISC-V: Thread-Local Storage Support

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-11 15:17 UTC 

[PATCH] Add the statx function
 2018-07-11 13:44 UTC  (11+ messages)

[PATCH v7 1/2] Mutex: Add pthread mutex tunables
 2018-07-11  9:01 UTC  (13+ messages)
` [PATCH v7 2/2] Mutex: Replace trylock by read only while spinning

[PATCH 0/4] malloc_info: minor fixes and improvements [BZ #17039]
 2018-07-10 22:59 UTC  (2+ messages)

V3 [PATCH 03/24] x86: Support IBT and SHSTK in Intel CET [BZ #21598]
 2018-07-10 22:09 UTC 

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-10 14:57 UTC 

[PATCH] Unicode 11.0.0 Support: Update character encoding, character type info, and transliteration tables
 2018-07-10 14:29 UTC  (4+ messages)
` Committed: "
  ` [PATCH] Unicode 11.0.0 Support: Put the correct Unicode version number 11.0.0 into the generated files

[PATCH v4] Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
 2018-07-10 12:31 UTC  (11+ messages)

[PATCH] libio: Implement internal function __libc_readline_unlocked
 2018-07-10  9:13 UTC  (10+ messages)

[PATCH] Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [BZ #23275]
 2018-07-10  6:33 UTC  (5+ messages)
  ` [PING][PATCH] "

[PATCH v8] Mutex: Add pthread mutex tunables
 2018-07-10  1:17 UTC 

[PATCH] regexec: Fix off-by-one bug in weight comparison [BZ #23036]
 2018-07-09 19:19 UTC  (6+ messages)

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-09 13:47 UTC 

[PATCH v6 0/2] Y2038 support - __time64_t and __tz_convert
 2018-07-07 20:48 UTC  (4+ messages)
` [PATCH v6 1/2] Y2038: Add 64-bit time for all architectures
` [PATCH v6 2/2] Y2038: make __tz_convert compatible with 64-bit-time

New Belarusian PO file for 'libc' (version 2.26.9000)
 2018-07-07 13:07 UTC 

[PATCH 0/1] Y2038 support batch 3 - difftime
 2018-07-06 22:54 UTC  (16+ messages)
` [PATCH 1/1] Y2038: add function __difftime64

[RFC 0/4] Add a new mutex type PTHREAD_MUTEX_QUEUESPINNER_NP
 2018-07-06 16:17 UTC  (6+ messages)

[PATCH 2/2] aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT
 2018-07-06 15:25 UTC  (2+ messages)

[PATCH 1/2] aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANT
 2018-07-06 15:21 UTC  (5+ messages)

Enable AVX_Fast_Unaligned_Load by default for Zen
 2018-07-06 15:17 UTC  (7+ messages)

[PATCH v2] malloc: Remove malloc hooks (Bug 23328)
 2018-07-06 14:59 UTC  (3+ messages)

Avoid insecure usage of tmpnam in tests
 2018-07-06 14:49 UTC  (2+ messages)

[PATCH] conform/conformtest.pl: Escape literal braces in regular expressions
 2018-07-06 14:26 UTC  (2+ messages)

[PATCH][AArch64] Inline mempcpy again
 2018-07-06 12:48 UTC  (4+ messages)

glibc 2.28 is in slushy freeze
 2018-07-06 12:48 UTC  (3+ messages)

RFC V5 test-in-container
 2018-07-06 12:36 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).