libc-alpha archive
subject index for January, 2020

This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Re: 2.31: < 2 weeks to go

Re: 2.31: glibc master is now kinda, sorta, frozen

Re: 32-bit time_t inside itimerval

Re: [ Guidance ] Preparing for Contribution

[ANNOUNCE] The Linux Test Project has been released for JANUARY 2020

[committed] Fix formatting of ChangeLog ouput

[committed] Update libc.pot for 2.31 release

[COMMITTED] Update Translations

[COMMITTED] vcs-to-changelog: Add quirk for __nonnull

[hurd,commited] htl: Add __errno_location and __h_errno_location

[hurd,commited] htl: Add internal version of __pthread_mutex_timedlock

[hurd,commited] htl: Add internal versions of functions used by C11 threads

[hurd,commited] htl: Add type sizes in bits/pthreadtypes-arch.h and check them

[hurd,commited] htl: Avoid crashing when passed invalid pthread_t values

[hurd,commited] htl: Avoid exposing unixoid functions

[hurd,commited] htl: Drop common tcbhead_t definition

[hurd,commited] htl: Move pthread_atfork to libc_nonshared.a

[hurd,commited] htl: Use dso_handle.h

[hurd,commited] hurd: Fix message reception for timer_thread

Re: [MIPS] Drop .dynsym symbol ordering requirement and nullify DT_GNU_XHASH

Re: [musl] musl, glibc and ideal place for __stack_chk_fail_local

Re: [PATCH 0/4] i386: Finish CET support

Re: [PATCH 0/5] Implement built-in system call tables

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat

[PATCH 0/5] Race condition in /etc/resolv.conf reloading (bug 25420)

[PATCH 0/6] y2038: Convert settimeofday to be Y2038 safe

[PATCH 00/10] Port C11 threads to GNU/Hurd

[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

Re: [PATCH 03/16] Remove vDSO support from make-syscall.sh

[PATCH 04/10] htl: Make __PTHREAD_ONCE_INIT more flexible

Re: [PATCH 04/16] linux: Update x86 vDSO symbols

[PATCH 05/10] nptl: Move nptl-specific types to separate header

Re: [PATCH 05/16] linux: Update mips vDSO symbols

[PATCH 06/10] C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS

Re: [PATCH 06/16] linux: Consolidate Linux gettimeofday

[PATCH 07/10] C11 threads: Fix thrd_t / pthread_t compatibility assertion

Re: [PATCH 07/16] linux: Consolidate time implementation

[PATCH 08/10] C11 threads: make thrd_join more portable

[PATCH 09/10] htl: Add C11 threads types definitions

[PATCH 1/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]

[PATCH 1/2] ieee754: Remove slow paths from asin and acos

Re: [PATCH 1/2] linux: Reserve a new signal for SIGTIMER

[PATCH 1/2] powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]

[PATCH 1/2] y2038: hurd: Provide __clock_gettime64 function

[PATCH 1/3] dl-load: extract _dl_find_object_from_name() from _dl_map_object()

[PATCH 1/5] Add internal <file_change_detection.h> header file

Re: [PATCH 1/5] Linux: Add tables with system call numbers

[PATCH 1/5] support: Add the xlstat function

[PATCH 1/6] y2038: Use __clock_settime64 in deprecated stime function

[PATCH 10/10] C11 threads: Move implementation to sysdeps/pthread

Re: [PATCH 11/16] linux: Optimize fallback 32-bit clock_gettime

Re: [PATCH 12/16] linux: Enable vDSO clock_gettime64 for i386

Re: [PATCH 13/16] linux: Enable vDSO clock_gettime64 for arm

Re: [PATCH 14/16] linux: Enable vDSO clock_gettime64 for mips

Re: [PATCH 16/16] linux: Optimize fallback 32-bit clock_getres

[PATCH 2/2] Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]

[PATCH 2/2] ieee754: Remove unused __sin32 and __cos32

[PATCH 2/2] powerpc: Move cache line size to rtld_global_ro

[PATCH 2/2] y2038: linux: Provide __timespec_get64 implementation

[PATCH 2/3] dl-load: enforce soname uniqueness of loaded libraries

[PATCH 2/5] io: Implement lchmod using fchmodat [BZ #14578]

[PATCH 2/5] resolv: Use <file_change_detection.h> in __resolv_conf_get_current

[PATCH 2/6] y2038: hurd: Provide __clock_settime64 function

[PATCH 3/3] dl-load: test that loaded libraries cannot have duplicated sonames

Re: [PATCH 3/4] i386: Add _CET_ENDBR to assembly files without ENTRY

[PATCH 3/5] Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]

[PATCH 3/5] resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]

[PATCH 3/6] y2038: Introduce struct __timeval64 - new internal glibc type

[PATCH 4/5] io: Add io/tst-lchmod covering lchmod and fchmodat

[PATCH 4/5] resolv: Enhance __resolv_conf_load to capture file change data

[PATCH 4/6] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval

[PATCH 5/5] Linux: Add op/tst-o_path-locks

[PATCH 5/5] resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]

[PATCH 5/6] y2038: Provide conversion helpers for struct __timeval64

[PATCH 6/6] y2038: linux: Provide __settimeofday64 implementation

[PATCH COMMITTED] MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.h

Re: [PATCH v2 01/16] linux: Fix vDSO macros build with time64 interfaces

Re: [PATCH v2 02/16] x86: Make x32 use x86 time implementation

[PATCH v2 1/5] y2038: Define __suseconds64_t type to be used with struct __timeval64

Re: [PATCH v2 10/16] linux: Add support for clock_gettime64 vDSO

Re: [PATCH v2 15/16] linux: Add support for clock_getres64 vDSO

[PATCH v2 2/5] y2038: Introduce struct __timeval64 - new internal glibc type

[PATCH v2 3/5] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval

[PATCH v2 4/5] y2038: Provide conversion helpers for struct __timeval64

[PATCH v2 5/5] y2038: linux: Provide __settimeofday64 implementation

Re: [PATCH v2] elf: Add tst-ldconfig-ld_so_conf-update test

Re: [PATCH v2] Add libm_alias_finite for _finite symbols

[PATCH v2] configure.ac: option for user-defined-trusted-dirs

Re: [PATCH v2] elf: Add tst-ldconfig-ld_so_conf-update test

[PATCH v2] Fix maybe-uninitialized error on powerpc

Re: [PATCH v2] Multiple locales: Add date_fmt (bug 24054)

Re: [PATCH v2] Rewrite iconv option parsing [BZ #19519]

[PATCH v2] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly

[PATCH v2] y2038: linux: Provide __timespec_get64 implementation

[PATCH v3 0/2] openat2: minor uapi cleanups

Re: [PATCH v3 08/16] elf: Enable relro for static build

Re: [PATCH v3 09/16] elf: Move vDSO setup to rtld (BZ#24967)

Re: [PATCH v3 09/16] elf: Move vDSO setup to rtld (BZ#24967) - regression found

[PATCH v3 1/2] open: introduce openat2(2) syscall

Re: [PATCH v3 1/2] y2038: linux: Provide __timerfd_gettime64 implementation

Re: [PATCH v3 1/3] elf: Allow dlopen of filter object to work [BZ #16272]

[PATCH v3 1/7] y2038: Define __suseconds64_t type to be used with struct __timeval64

[PATCH v3 2/2] selftests: add openat2(2) selftests

Re: [PATCH v3 2/2] y2038: linux: Provide __timerfd_settime64 implementation

Re: [PATCH v3 2/3] elf: avoid redundant sort in dlopen

[PATCH v3 2/7] y2038: Introduce struct __timeval64 - new internal glibc type

Re: [PATCH v3 3/3] elf: avoid stack allocation in dl_open_worker

[PATCH v3 3/7] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval

[PATCH v3 4/7] y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32

[PATCH v3 5/7] y2038: Provide conversion helpers for struct __timeval64

[PATCH v3 6/7] y2038: linux: Provide __settimeofday64 implementation

[PATCH v3 7/7] y2038: linux: Provide ___gettimeofday64 implementation

[PATCH v3] Block all signals on timer_create thread (BZ#10815)

[PATCH v3] Rewrite iconv option parsing [BZ #19519]

[PATCH v4 0/3] elf: Allow dlopen of filter object to work [BZ #16272]

[PATCH v4 1/2] y2038: linux: Provide __timerfd_gettime64 implementation

[PATCH v4 1/3] elf: Allow dlopen of filter object to work [BZ #16272]

[PATCH v4 2/2] y2038: linux: Provide __timerfd_settime64 implementation

[PATCH v4 2/3] elf: avoid redundant sort in dlopen

[PATCH v4 3/3] elf: avoid stack allocation in dl_open_worker

[PATCH v4] Rewrite iconv option parsing [BZ #19519]

[PATCH] aarch64: fix speculative execution past SVC vulnerability

[PATCH] Add NEWS entry about 64-bit time_t syscall use on 32-bit targets

[PATCH] Add NEWS entry about the change in handling of PT_GNU_STACK on MIPS

Re: [PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]

[PATCH] Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]

[PATCH] Convert all Python scripts to Python 3

[PATCH] Drop dependency of dist target on ChangeLog

[PATCH] elf: Add elf/tst-dlopenfail-2 [BZ #25396]

[PATCH] Fix array overflow in backtrace on PowerPC (bug 25423)

[PATCH] Fix maybe-uninitialized error on powerpc

[PATCH] Fix time/tst-cpuclock1 intermitent failures

[PATCH] Fix tst-pkey.c pkey_alloc return checks and manual

Re: [PATCH] Get rid of Werror=maybe-uninitialized in clock_nanosleep.c.

Re: [PATCH] Get rid of Werror=maybe-uninitialized in res_send.c.

[PATCH] getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]

Re: [PATCH] getpt.3: Remove mention of O_NOCTTY

[PATCH] gitlog-to-changelog: Drop scripts in favour of gnulib version

[PATCH] malloc: fix compile error

[PATCH] nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]

[PATCH] powerpc32: Fix syntax error in __GLRO macro

[PATCH] powerpc: fenvinline.h refactor

Re: [PATCH] powerpc: Move cache line size to rtld_global_ro

[PATCH] Remove incorrect alloc_size attribute from pvalloc [BZ #25401]

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]

[PATCH] Revise NEWS description of changes to gettimeofday etc.

[PATCH] rt: avoid PLT setup in timer_[sg]ettime

[PATCH] sl_SI locale: Use "." as the thousands separator (bug 25233)

[PATCH] sparc32: fix struct ipc64_perm type definition

[PATCH] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly

[PATCH] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] translations: Run msgmerge when downloading translations

[PATCH] translations: Trim po files using msgattrib

[PATCH] tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex

[PATCH] Update or_IN collation [BZ #22525]

[PATCH] x86: Don't make 2 calls to dlerror () in a row

[PATCH] y2038: linux: Provide __sched_rr_get_interval64 implementation

[RFC PATCH glibc 0/8] Restartable Sequences enablement

[RFC PATCH glibc 00/13] Restartable Sequences enablement

[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 1/8] Introduce <elf_machine_sym_no_match.h>

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

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

[RFC v6 00/23] RISC-V glibc port for the 32-bit

Re: [RFC v6 00/23] RISC-V glibc port for the 32-bit

[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 for the 32-bit

[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

[RFC] builtin functions and `-ffreestanding -nostartfies` with static binaries

Re: [RFC] PPC64: Vector Function ABI for Power Architecture

[RFC] Test time/tst-cpuclock1.c intermitent failures

Re: [X-POST] patchwork.sourceware.org refresh

ARCv2 Public PRM (was Re: [PATCH v2 00/15] glibc port to ARC processors)

Are ifuncs intended to be allowed to resolve to symbols in another DSO?

are there any exceptions(cases) that glibc is not strict backward-compatibility?

as-needed and libstdc++ and pulling libpthread

Build raise with -fasynchronous-unwind-tables

ChangeLog dependency for `make dist`

Commiting v7 of "localedef: Add verbose messages for failure paths." after master reopens.

Compiling ld.so depends on distros?

containerize nptl/tst-pthread-getaddr

correct rounding or not?

Re: Debugging containerized glibc tests with gdb (a developer use case for outside-of-container debugging).

The draft GNU Social Contract and the GNU package developers?

error when running "make bench"

Feedback on the GNU Social contract and new wiki.gnu.tools.

Fix cross-testing of tst-ifunc-fault-* tests

Fix elf/tst-rtld-preload cross-testing

Fix locale/tst-locale-locpath cross-testing when sshd sets LANG

getaddrinfo() fails to use latest DNS address - v2.27

glibc 2.31 status: Machine testing, bug 25396

glibc 2.31: hard freeze on Friday, 31st Jan

GNU Tools Cauldron 2020

How can I rewrite _start(entry point) of main function

Re: i386: Lazy binding trampoline and vector register usage

RE: INQUIRY

Loss of vDSO support on s390x

Re: Math errors

missing messages for release 2.30.9000

Re: Missing size_t declaration in UAPI

musl, glibc and ideal place for __stack_chk_fail_local

New Chinese (traditional) PO file for 'libc' (version 2.30.9000)

New Croatian PO file for 'libc' (version 2.30.9000)

New Finnish PO file for 'libc' (version 2.30.9000)

New German PO file for 'libc' (version 2.30.9000)

New Swedish PO file for 'libc' (version 2.30.9000)

New template for 'libc' made available

New Turkish PO file for 'libc' (version 2.30.9000)

One week to go for 2.31 release

patch with larger errors for "float"

PATCH] Fix comment about rounding in sin/cos

powerpc Linux scv support and scv system call ABI proposal

question about regex

A question on glibc backwards compatibility

Re: Removing internal symbols

Removing internal symbols (Was: htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy)

Request to be added to EditorGroup

Update build-many-glibcs.py for GCC move to git [committed]

Update copyright dates not handled by scripts/update-copyrights [committed]

Use Linux 5.5 in build-many-glibcs.py

V2 [PATCH 0/5] i386: Finish CET support

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

V3 test-container: ability to specify exec path

warning: internationalized messages should not contain the '\v' escape sequence


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc