unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-07-12 09:07:09 to 2018-07-17 19:59:38 UTC [more...]

SUBJECT: [PATCH] Locales: Cyrillic -> ASCII transliteration table [BZ #2872]
 2018-07-17 19:59 UTC  (4+ messages)

[PATCH v2 00/12] RISC-V glibc port for the 32 bit
 2018-07-17 18:20 UTC  (16+ messages)
` [PATCH v2 01/12] Documentation for the 32 bit RISC-V port
` [PATCH v2 02/12] RISC-V: Add dynamic loader for the 32 bit
` [PATCH v2 03/12] RISC-V: Add path of library directories "
` [PATCH v2 04/12] RISC-V: The ABI implementation for the 32-bit
` [PATCH v2 05/12] RISC-V: Hard float support for the 32 bit
` [PATCH v2 06/12] RISC-V: Split the soft-fp into rv32 and rv64
` [PATCH v2 07/12] RISC-V: Add ABI lists
` [PATCH v2 08/12] RISC-V: Build Infastructure for the 32 bit
` [PATCH v2 09/12] Add 32 bit RISC-V to build-many-glibcs.py
` [PATCH v2 10/12] soft-fp: Add the lack of implementation for 128 bit
` [PATCH v2 11/12] Fix the ld flags not be applied to tst-execstack-mod.so
` [PATCH v2 12/12] Change URL of gcc's tarball

[PATCH 0/1] os_RU: Add alternative month names (bug 23140)
 2018-07-17 16:59 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 00/17] y2038: system calls, part 3
 2018-07-17 14:27 UTC  (25+ messages)
` [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
` [PATCH v2 03/17] y2038: Remove stat64 "
` [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH v2 07/17] y2038: Compile utimes()/futimesat() conditionally
` [PATCH v2 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH v2 09/17] y2038: futex: Move compat implementation into futex.c
` [PATCH v2 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH v2 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH v2 12/17] y2038: aio: Prepare sys_io_{p,}getevents "
` [PATCH v2 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH v2 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH v2 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH v2 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH v2 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64

[PATCH v8 0/8] Add support for ISO C threads.h
 2018-07-17 13:53 UTC  (52+ 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] Improve strstr performance
 2018-07-17 12:54 UTC  (3+ messages)

Use Fast_Unaligned_Load for Zen
 2018-07-17 12:33 UTC  (2+ messages)

[PATCH v8] Mutex: Add pthread mutex tunables
 2018-07-17 11:21 UTC  (3+ messages)

[PATCH] Don't add nis subdir for new architectures
 2018-07-17 10:42 UTC  (4+ messages)

[PATCH] x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cet
 2018-07-17  2:02 UTC  (2+ messages)

[PATCH] Rename the glibc.tune namespace to glibc.cpu
 2018-07-17  2:01 UTC  (9+ messages)
      ` glibc.cpu.cached_memopt (was Re: [PATCH] Rename the glibc.tune namespace to glibc.cpu)

V3 [PATCH 03/24] x86: Support IBT and SHSTK in Intel CET [BZ #21598]
 2018-07-16 19:29 UTC  (3+ messages)

[PATCH] New locale: Yakut (Sakha) for Russia (sah_RU) [BZ #22241]
 2018-07-16 19:20 UTC 

[RFC] powerpc: restore TOC when static longjmp to shared object
 2018-07-16 19:11 UTC  (9+ messages)

PING^1: V3 [PATCH 03/24] x86: Support IBT and SHSTK in Intel CET [BZ #21598]
 2018-07-16 15:33 UTC 

[PATCH v4] aarch64: enforce >=64K guard size
 2018-07-16 14:10 UTC  (10+ messages)

[PATCH] benchtests: improve argument parsing through argparse library
 2018-07-16 13:23 UTC  (2+ messages)

Fix string/tst-xbzero-opt if build with gcc head
 2018-07-16 13:18 UTC  (6+ messages)

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

[PATCH-V2: 00/24] CET: Prepare for CET enabling
 2018-07-15 22:00 UTC  (22+ messages)
` [PATCH 01/24] x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]
  ` V2: "
` [PATCH 02/24] x86: Support shadow stack pointer in setjmp/longjmp
    ` V2: "

[PATCH] check-execstack: Permit sysdeps to xfail some libs
 2018-07-15 14:45 UTC  (3+ messages)

V3: [PATCH 01/24] x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]
 2018-07-14 10:08 UTC  (2+ messages)

RFC: Is this a valid program?
 2018-07-14  1:39 UTC 

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

[PATCH] io: Avoid running some tests if the file system does not support holes
 2018-07-13 19:44 UTC  (3+ messages)

[PATCH] regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]
 2018-07-13 18:46 UTC  (3+ messages)

[PATCH 0/9] RISC-V glibc port for the 32 bit
 2018-07-13 13:54 UTC  (16+ 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

Restartable Sequences system call merged into Linux
 2018-07-13 13:21 UTC  (4+ messages)

[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 00/10] Optimized math routines
 2018-07-12 15:52 UTC  (2+ messages)
` [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)


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