unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-01-08 16:16:01 to 2020-01-16 16:19:54 UTC [more...]

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-01-16 16:19 UTC  (62+ messages)
` [RFC v6 01/23] math/gen-libm-test.py: Convert to Python 3
` [RFC v6 02/23] tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
` [RFC v6 03/23] time: Add a timeval with a long tv_sec and tv_usec
` [RFC v6 04/23] linux: Use 32-bit time_t for itimerval
` [RFC v6 05/23] linux: Use 32-bit time_t for rusage
` [RFC v6 06/23] sysdeps: Use long types with 64-bit time_t on 32-bit archs
` [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [RFC v6 08/23] RISC-V: Define __NR_* as __NR_*_time64/64 for 32-bit
` [RFC v6 09/23] RISC-V: Add support for 32-bit vDSO calls
` [RFC v6 10/23] RISC-V: Add socket-constants.h for RV32
` [RFC v6 11/23] RISC-V: Support dynamic loader for the 32-bit
` [RFC v6 12/23] RISC-V: Add path of library directories "
` [RFC v6 13/23] RISC-V: Add arch-syscall.h for RV32
` [RFC v6 14/23] RISC-V: The ABI implementation for the 32-bit
` [RFC v6 15/23] RISC-V: Hard float support for 32-bit
` [RFC v6 16/23] RISC-V: Add ABI lists
` [RFC v6 17/23] RISC-V: Add the RV32 libm-test-ulps
` [RFC v6 18/23] RISC-V: Fix llrint and llround missing exceptions on RV32
` [RFC v6 19/23] RISC-V: Build Infastructure for 32-bit
` [RFC v6 20/23] riscv32: Specify the arch_minimum_kernel as 5.4
` [RFC v6 21/23] RISC-V: Add rv32 path to RTLDLIST in ldd
` [RFC v6 22/23] Documentation for the RISC-V 32-bit port
` [RFC v6 23/23] Add RISC-V 32-bit target to build-many-glibcs.py

[PATCH v4] Rewrite iconv option parsing [BZ #19519]
 2020-01-16 15:55 UTC 

[PATCH] Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]
 2020-01-16 15:49 UTC  (4+ messages)

glibc 2.31 status: Machine testing, bug 25396
 2020-01-16 15:35 UTC  (3+ messages)

[PATCH] elf: Add elf/tst-dlopenfail-2 [BZ #25396]
 2020-01-16 15:33 UTC  (2+ messages)

[PATCH] Fix tst-pkey.c pkey_alloc return checks and manual
 2020-01-16 15:07 UTC  (6+ messages)

[COMMITTED] Update Translations
 2020-01-16 14:17 UTC 

[PATCH 1/2] y2038: hurd: Provide __clock_gettime64 function
 2020-01-16 13:27 UTC  (2+ messages)
` [PATCH 2/2] y2038: linux: Provide __timespec_get64 implementation

error when running "make bench"
 2020-01-16 10:34 UTC  (5+ messages)

[PATCH 2/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
 2020-01-15 21:20 UTC  (2+ messages)

[RFC] PPC64: Vector Function ABI for Power Architecture
 2020-01-15 20:04 UTC  (8+ messages)

Loss of vDSO support on s390x
 2020-01-15 15:31 UTC  (5+ messages)

[PATCH v3 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2020-01-15 12:03 UTC  (8+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 3/3] elf: avoid stack allocation in dl_open_worker
` [PATCH v3 2/3] elf: avoid redundant sort in dlopen

[PATCH 2/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
 2020-01-15  9:18 UTC  (6+ messages)

[PATCH 1/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
 2020-01-15  9:17 UTC 

[X-POST] patchwork.sourceware.org refresh
 2020-01-15  2:33 UTC  (7+ messages)

[PATCH v2] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly
 2020-01-15  1:31 UTC 

[PATCH] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly
 2020-01-15  1:12 UTC  (2+ messages)

warning: internationalized messages should not contain the '\v' escape sequence
 2020-01-14 22:54 UTC  (2+ messages)

[PATCH] sparc32: fix struct ipc64_perm type definition
 2020-01-14 22:10 UTC  (2+ messages)

[PATCH 1/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
 2020-01-14 21:52 UTC  (2+ messages)

[PATCH 00/10] Port C11 threads to GNU/Hurd
 2020-01-14 18:52 UTC  (12+ messages)
` [hurd,commited] htl: Add internal version of __pthread_mutex_timedlock
` [PATCH 01/10] htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy
` [PATCH 02/10] htl: Add missing internal functions declarations
` [PATCH 03/10] htl: Add support for C11 threads behavior
` [PATCH 04/10] htl: Make __PTHREAD_ONCE_INIT more flexible
` [PATCH 05/10] nptl: Move nptl-specific types to separate header
` [PATCH 06/10] C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS
` [PATCH 07/10] C11 threads: Fix thrd_t / pthread_t compatibility assertion
` [PATCH 08/10] C11 threads: make thrd_join more portable
` [PATCH 09/10] htl: Add C11 threads types definitions
` [PATCH 10/10] C11 threads: Move implementation to sysdeps/pthread

[PATCH] Get rid of Werror=maybe-uninitialized in res_send.c
 2020-01-14  8:22 UTC  (5+ messages)

Math errors
 2020-01-14  7:28 UTC  (11+ messages)

[PATCH v3] Rewrite iconv option parsing [BZ #19519]
 2020-01-14  7:27 UTC  (2+ messages)

[hurd,commited] htl: Add internal version of __pthread_mutex_timedlock
 2020-01-13 19:42 UTC 

[hurd,commited] htl: Avoid crashing when passed invalid pthread_t values
 2020-01-13 18:43 UTC 

Update build-many-glibcs.py for GCC move to git [committed]
 2020-01-13 16:33 UTC 

[PATCH v2] Rewrite iconv option parsing [BZ #19519]
 2020-01-13 16:12 UTC  (3+ messages)

[PATCH] Fix maybe-uninitialized error on powerpc
 2020-01-13 13:47 UTC  (3+ messages)

[PATCH] malloc: fix compile error
 2020-01-13 12:13 UTC  (2+ messages)

[PATCH] elf: Add tst-ldconfig-ld_so_conf-update test
 2020-01-13 10:08 UTC  (8+ messages)
` [PATCH v2] "

[hurd,commited] htl: Avoid exposing unixoid functions
 2020-01-13  0:42 UTC 

[hurd,commited] htl: Add type sizes in bits/pthreadtypes-arch.h and check them
 2020-01-13  0:28 UTC 

[hurd,commited] htl: Add internal versions of functions used by C11 threads
 2020-01-12 23:52 UTC 

Request to be added to EditorGroup
 2020-01-12 12:53 UTC 

missing messages for release 2.30.9000
 2020-01-12 11:59 UTC 

New Turkish PO file for 'libc' (version 2.30.9000)
 2020-01-11 18:17 UTC 

New German PO file for 'libc' (version 2.30.9000)
 2020-01-11 15:37 UTC 

New Turkish PO file for 'libc' (version 2.30.9000)
 2020-01-11 15:07 UTC 

New Turkish PO file for 'libc' (version 2.30.9000)
 2020-01-11 15:02 UTC 

New Turkish PO file for 'libc' (version 2.30.9000)
 2020-01-11 14:37 UTC 

[RFC] builtin functions and `-ffreestanding -nostartfies` with static binaries
 2020-01-11 13:31 UTC  (5+ messages)

New Swedish PO file for 'libc' (version 2.30.9000)
 2020-01-11 10:17 UTC 

powerpc build failure with GCC mainline -fno-common change
 2020-01-10 22:27 UTC  (17+ messages)
` [PATCH] powerpc: Move cache line size to rtld_global_ro
                    ` [PATCH 1/2] powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]
                      ` [PATCH 2/2] powerpc: Move cache line size to rtld_global_ro

New Finnish PO file for 'libc' (version 2.30.9000)
 2020-01-10 21:32 UTC 

New Croatian PO file for 'libc' (version 2.30.9000)
 2020-01-10 21:32 UTC 

New template for 'libc' made available
 2020-01-10  9:00 UTC 

V2 [PATCH 0/5] i386: Finish CET support
 2020-01-09 21:14 UTC  (10+ messages)
` V2 [PATCH 1/5] i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]
` V2 [PATCH 2/5] i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
` V2 [PATCH 3/5] i386: Add _CET_ENDBR to assembly files without ENTRY
` V2 [PATCH 4/5] i386: Remove _exit.S
` V2 [PATCH 5/5] i386: Enable CET support in ucontext functions

Are ifuncs intended to be allowed to resolve to symbols in another DSO?
 2020-01-09 20:37 UTC  (2+ messages)

[PATCH] Revise NEWS description of changes to gettimeofday etc
 2020-01-09 14:48 UTC  (3+ messages)

i386: Lazy binding trampoline and vector register usage
 2020-01-09 10:49 UTC  (3+ messages)

Commiting v7 of "localedef: Add verbose messages for failure paths." after master reopens
 2020-01-09  6:51 UTC  (2+ messages)

[PATCH] Drop dependency of dist target on ChangeLog
 2020-01-09  2:42 UTC  (4+ messages)

[PATCH COMMITTED] MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.h
 2020-01-08 19:39 UTC 

[PATCH] y2038: linux: Provide __sched_rr_get_interval64 implementation
 2020-01-08 16:22 UTC 


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