unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-01-13 16:13:00 to 2020-01-20 11:27:36 UTC [more...]

error when running "make bench"
 2020-01-20 11:26 UTC  (9+ messages)

[discuss] iconv: what's the purpose of the mtrace in the tst-iconv2.c
 2020-01-20 10:41 UTC  (6+ messages)
` question about regex

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

Compiling ld.so depends on distros?
 2020-01-20  8:45 UTC  (3+ messages)

[COMMITTED] Update Translations
 2020-01-20  3:17 UTC  (12+ messages)

[PATCH 0/6] y2038: Convert settimeofday to be Y2038 safe
 2020-01-19 21:30 UTC  (15+ 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

warning: internationalized messages should not contain the '\v' escape sequence
 2020-01-19  5:05 UTC  (4+ messages)

How can I rewrite _start(entry point) of main function
 2020-01-19  5:05 UTC  (3+ messages)

are there any exceptions(cases) that glibc is not strict backward-compatibility?
 2020-01-19  5:00 UTC  (3+ messages)

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

New Chinese (traditional) PO file for 'libc' (version 2.30.9000)
 2020-01-18 17:07 UTC 

[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 3/3] elf: avoid stack allocation in dl_open_worker
` [PATCH v3 2/3] elf: avoid redundant sort in dlopen

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-01-17 14:14 UTC  (56+ 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 20/23] riscv32: Specify the arch_minimum_kernel as 5.4

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

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)


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