unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-12-31 13:26:32 to 2020-01-10 14:45:57 UTC [more...]

[PATCH] elf: Add tst-ldconfig-ld_so_conf-update test
 2020-01-10 14:45 UTC  (6+ messages)
` [PATCH v2] "

powerpc build failure with GCC mainline -fno-common change
 2020-01-10  9:38 UTC  (13+ messages)
` [PATCH] powerpc: Move cache line size to rtld_global_ro

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] Fix maybe-uninitialized error on powerpc
 2020-01-09 18:48 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 

[RFC PATCH glibc 0/8] Restartable Sequences enablement
 2020-01-08 15:48 UTC  (11+ messages)
` [RFC PATCH glibc 1/8] Introduce <elf_machine_sym_no_match.h>
` [RFC PATCH glibc 2/8] Implement __libc_early_init
` [RFC PATCH glibc 3/8] nptl: Start new threads with all signals blocked [BZ #25098]
` [RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v14)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)
` [RFC PATCH glibc 6/8] support record failure: allow use from constructor
` [RFC PATCH glibc 7/8] support: implement xpthread key create/delete (v3)
` [RFC PATCH glibc 8/8] rseq registration tests (v7)

[ Guidance ] Preparing for Contribution
 2020-01-08 14:35 UTC  (2+ messages)

[PATCH] Get rid of Werror=maybe-uninitialized in res_send.c
 2020-01-08  7:47 UTC  (4+ messages)

[PATCH] Get rid of Werror=maybe-uninitialized in clock_nanosleep.c
 2020-01-08  7:47 UTC  (4+ messages)

ChangeLog dependency for `make dist`
 2020-01-08  7:09 UTC  (3+ messages)

[PATCH 0/4] i386: Finish CET support
 2020-01-07 23:38 UTC  (5+ messages)
` [PATCH 3/4] i386: Add _CET_ENDBR to assembly files without ENTRY

[PATCH] sl_SI locale: Use "." as the thousands separator (bug 25233)
 2020-01-07 23:20 UTC  (3+ messages)

[PATCH v4 1/2] y2038: linux: Provide __timerfd_gettime64 implementation
 2020-01-07 23:06 UTC  (12+ messages)
` [PATCH v4 2/2] y2038: linux: Provide __timerfd_settime64 implementation

2.31: glibc master is now kinda, sorta, frozen
 2020-01-07 22:15 UTC  (11+ messages)

[RFC PATCH glibc 00/13] Restartable Sequences enablement
 2020-01-07 20:45 UTC  (18+ messages)
` [RFC PATCH glibc 01/13] Introduce <elf_machine_sym_no_match.h>
` [RFC PATCH glibc 02/13] Implement __libc_early_init
` [RFC PATCH glibc 03/13] nptl: Start new threads with all signals blocked [BZ #25098]
` [RFC PATCH glibc 04/13] Linux: Add tables with system call numbers
` [RFC PATCH glibc 05/13] Linux: Use system call tables during build
` [RFC PATCH glibc 06/13] build-many-glibcs.py: Introduce LinuxHeadersPolicyForBuild
` [RFC PATCH glibc 07/13] build-many-glibcs.py: Introduce glibc build policy classes
` [RFC PATCH glibc 08/13] build-many-glibcs.py: Implement update-syscalls command
` [RFC PATCH glibc 09/13] glibc: Perform rseq(2) registration at C startup and thread creation (v13)
` [RFC PATCH glibc 10/13] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)
` [RFC PATCH glibc 11/13] support record failure: allow use from constructor
` [RFC PATCH glibc 12/13] support: implement xpthread key create/delete (v3)
` [RFC PATCH glibc 13/13] rseq registration tests (v7)

[PATCH v2 01/16] linux: Fix vDSO macros build with time64 interfaces
 2020-01-07 19:40 UTC  (39+ messages)
` [PATCH v2 02/16] x86: Make x32 use x86 time implementation
` [PATCH 03/16] Remove vDSO support from make-syscall.sh
` [PATCH 04/16] linux: Update x86 vDSO symbols
` [PATCH 05/16] linux: Update mips "
` [PATCH 06/16] linux: Consolidate Linux gettimeofday
` [PATCH 07/16] linux: Consolidate time implementation
` [PATCH v3 08/16] elf: Enable relro for static build
` [PATCH v3 09/16] elf: Move vDSO setup to rtld (BZ#24967)
      ` [PATCH v3 09/16] elf: Move vDSO setup to rtld (BZ#24967) - regression found
` [PATCH v2 10/16] linux: Add support for clock_gettime64 vDSO
` [PATCH 11/16] linux: Optimize fallback 32-bit clock_gettime
` [PATCH 12/16] linux: Enable vDSO clock_gettime64 for i386
` [PATCH 13/16] linux: Enable vDSO clock_gettime64 for arm
` [PATCH 14/16] linux: Enable vDSO clock_gettime64 for mips
` [PATCH v2 15/16] linux: Add support for clock_getres64 vDSO
` [PATCH 16/16] linux: Optimize fallback 32-bit clock_getres

2.31: < 2 weeks to go
 2020-01-07 19:29 UTC  (4+ messages)

Math errors
 2020-01-07 18:29 UTC  (9+ messages)

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-01-07 17:55 UTC  (11+ messages)

[PATCH v2] Rewrite iconv option parsing [BZ #19519]
 2020-01-07 15:15 UTC  (4+ messages)

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-01-07 12:50 UTC  (3+ messages)

as-needed and libstdc++ and pulling libpthread
 2020-01-07 10:58 UTC  (2+ messages)

getaddrinfo() fails to use latest DNS address - v2.27
 2020-01-07  5:56 UTC 

[committed] Fix formatting of ChangeLog ouput
 2020-01-07  4:27 UTC 

A question on glibc backwards compatibility
 2020-01-06 22:43 UTC  (3+ messages)

[PATCH v3] Block all signals on timer_create thread (BZ#10815)
 2020-01-06 17:24 UTC 

[PATCH 1/2] linux: Reserve a new signal for SIGTIMER
 2020-01-06 17:13 UTC  (6+ messages)
` [PATCH v2 2/2] Block all signals on timer_create thread (BZ#10815)

[PATCH 3/3] dl-load: test that loaded libraries cannot have duplicated sonames
 2020-01-06 15:45 UTC 

[PATCH 2/3] dl-load: enforce soname uniqueness of loaded libraries
 2020-01-06 15:44 UTC 

[PATCH 1/3] dl-load: extract _dl_find_object_from_name() from _dl_map_object()
 2020-01-06 15:42 UTC 

[hurd,commited] hurd: Fix message reception for timer_thread
 2020-01-05 17:11 UTC 

32-bit time_t inside itimerval
 2020-01-05 16:07 UTC  (12+ messages)

[hurd,commited] htl: Add __errno_location and __h_errno_location
 2020-01-04 19:40 UTC 

[hurd,commited] htl: Move pthread_atfork to libc_nonshared.a
 2020-01-04 18:37 UTC 

[hurd,commited] htl: Drop common tcbhead_t definition
 2020-01-04 17:52 UTC 

[hurd,commited] htl: Use dso_handle.h
 2020-01-04 16:32 UTC 

Debugging containerized glibc tests with gdb (a developer use case for outside-of-container debugging)
 2020-01-04 14:28 UTC  (5+ messages)

[discuss] iconv: what's the purpose of the mtrace in the tst-iconv2.c
 2020-01-03  8:09 UTC  (5+ messages)
` question about regex

[PATCH v2] configure.ac: option for user-defined-trusted-dirs
 2020-01-02 23:25 UTC 

[PATCH] Multiple locales: Add date_fmt (bug 24054)
 2020-01-02 22:26 UTC  (4+ messages)
` [PATCH v2] "

[committed] Update libc.pot for 2.31 release
 2020-01-02 14:43 UTC 

[PATCH v3 1/2] y2038: linux: Provide __timerfd_gettime64 implementation
 2020-01-02 11:11 UTC  (4+ messages)
` [PATCH v3 2/2] y2038: linux: Provide __timerfd_settime64 implementation

[PATCH 0/5] Implement built-in system call tables
 2020-01-02  9:22 UTC  (14+ messages)
` [PATCH 1/5] Linux: Add tables with system call numbers

[PATCH v2] Add libm_alias_finite for _finite symbols
 2020-01-02  7:58 UTC  (2+ messages)

[PATCH] getpt.3: Remove mention of O_NOCTTY
 2020-01-01  7:27 UTC  (2+ messages)

Update copyright dates not handled by scripts/update-copyrights [committed]
 2020-01-01  0:22 UTC 

[PATCH] configure.ac: option for user-defined-trusted-dirs
 2019-12-31 19:49 UTC  (2+ messages)

posix_openpt vs getpt??
 2019-12-31 16:53 UTC  (5+ messages)

[review] localedef: Add verbose messages for failure paths
 2019-12-31 14:48 UTC  (2+ messages)
` [review v7] "


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