unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-01-12 10:41:30 to 2020-01-18 14:09:38 UTC [more...]

warning: internationalized messages should not contain the '\v' escape sequence
 2020-01-18 14:09 UTC  (3+ messages)

error when running "make bench"
 2020-01-18 12:18 UTC  (7+ messages)

[PATCH v3 0/2] openat2: minor uapi cleanups
 2020-01-18 12:08 UTC  (3+ messages)
  ` [PATCH v3 1/2] open: introduce openat2(2) syscall
  ` [PATCH v3 2/2] selftests: add openat2(2) selftests

[COMMITTED] Update Translations
 2020-01-18  7:33 UTC  (9+ messages)

[PATCH 0/6] y2038: Convert settimeofday to be Y2038 safe
 2020-01-18  7:20 UTC  (7+ messages)
` [PATCH 1/6] y2038: Use __clock_settime64 in deprecated stime function
` [PATCH 2/6] y2038: hurd: Provide __clock_settime64 function
` [PATCH 3/6] y2038: Introduce struct __timeval64 - new internal glibc type
` [PATCH 4/6] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval
` [PATCH 5/6] y2038: Provide conversion helpers for struct __timeval64
` [PATCH 6/6] y2038: linux: Provide __settimeofday64 implementation

[PATCH v2] Fix maybe-uninitialized error on powerpc
 2020-01-18  2:24 UTC  (4+ messages)

[PATCH] powerpc: Move cache line size to rtld_global_ro
 2020-01-17 23:56 UTC  (13+ messages)
` [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
    ` [PATCH] powerpc32: Fix syntax error in __GLRO macro

[PATCH v2 00/15] glibc port to ARC processors
 2020-01-17 21:56 UTC  (5+ messages)
    ` ARCv2 Public PRM (was Re: [PATCH v2 00/15] glibc port to ARC processors)

[PATCH] x86: Don't make 2 calls to dlerror () in a row
 2020-01-17 21:53 UTC  (2+ messages)

[PATCH 00/10] Port C11 threads to GNU/Hurd
 2020-01-17 20:40 UTC  (13+ 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] Update or_IN collation [BZ #22525]
 2020-01-17 20:07 UTC 

[PATCH] translations: Trim po files using msgattrib
 2020-01-17 17:22 UTC 

[PATCH] translations: Run msgmerge when downloading translations
 2020-01-17 17:10 UTC 

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

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-01-17 14:14 UTC  (69+ messages)
` [RFC v6 01/23] math/gen-libm-test.py: Convert to Python 3
` [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] Remove incorrect alloc_size attribute from pvalloc [BZ #25401]
 2020-01-17 14:04 UTC  (4+ messages)

[PATCH] Fix tst-pkey.c pkey_alloc return checks and manual
 2020-01-17 12:40 UTC  (7+ messages)

[PATCH] gitlog-to-changelog: Drop scripts in favour of gnulib version
 2020-01-17  3:58 UTC 

[COMMITTED] vcs-to-changelog: Add quirk for __nonnull
 2020-01-17  3:56 UTC 

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

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

[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] 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 


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