about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* WIP alistair/rv32.wipAlistair Francis2020-01-162-4/+35
* COVER: RISC-V glibc port for the 32-bitAlistair Francis2020-01-161-0/+0
* Add RISC-V 32-bit target to build-many-glibcs.pyZong Li2020-01-161-0/+15
* Documentation for the RISC-V 32-bit portZong Li2020-01-162-0/+7
* RISC-V: Add rv32 path to RTLDLIST in lddZong Li2020-01-161-1/+1
* riscv32: Specify the arch_minimum_kernel as 5.4Alistair Francis2020-01-162-0/+8
* RISC-V: Build Infastructure for 32-bitZong Li2020-01-169-8/+67
* RISC-V: Fix llrint and llround missing exceptions on RV32Zong Li2020-01-161-0/+38
* RISC-V: Add the RV32 libm-test-ulpsAlistair Francis2020-01-162-0/+2215
* RISC-V: Add ABI listsAlistair Francis2020-01-1613-0/+3514
* RISC-V: Hard float support for 32-bitZong Li2020-01-164-0/+124
* RISC-V: The ABI implementation for the 32-bitZong Li2020-01-166-5/+121
* RISC-V: Add arch-syscall.h for RV32Alistair Francis2020-01-161-0/+281
* RISC-V: Add path of library directories for the 32-bitZong Li2020-01-161-2/+15
* RISC-V: Support dynamic loader for the 32-bitZong Li2020-01-161-1/+1
* RISC-V: Add socket-constants.h for RV32Alistair Francis2020-01-161-0/+46
* RISC-V: Add support for 32-bit vDSO callsAlistair Francis2020-01-161-6/+13
* RISC-V: Define __NR_* as __NR_*_time64/64 for 32-bitAlistair Francis2020-01-161-0/+61
* RISC-V: Use 64-bit time_t and off_t for RV32 and RV64Alistair Francis2020-01-165-0/+256
* linux: Use 32-bit time_t for rusageAlistair Francis2020-01-153-0/+165
* linux: Use 32-bit time_t for itimervalAlistair Francis2020-01-153-0/+130
* time: Add a timeval with a long tv_sec and tv_usecAlistair Francis2020-01-141-0/+37
* tst-clone3: Use __NR_futex_time64 if we don't have __NR_futexAlistair Francis2020-01-131-0/+4
* Convert all Python scripts to Python 3Alistair Francis2020-01-1310-10/+10
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-134-2/+7
* htl: Avoid crashing when passed invalid pthread_t valuesSamuel Thibault2020-01-131-2/+4
* Update build-many-glibcs.py for GCC move to git.Joseph Myers2020-01-131-10/+17
* Fix "elf: Add tst-ldconfig-ld_so_conf-update test" on 32bit.Stefan Liebler2020-01-131-2/+4
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-135-4/+7
* htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2020-01-1314-0/+42
* htl: Add internal versions of functions used by C11 threadsSamuel Thibault2020-01-134-2/+7
* Update timezone/READMEPaul Eggert2020-01-092-6/+9
* elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková2020-01-095-3/+132
* Revise NEWS description of changes to gettimeofday etc.Zack Weinberg2020-01-091-25/+38
* Drop dependency of dist target on ChangeLogSiddhesh Poyarekar2020-01-092-1/+5
* MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.hZack Weinberg2020-01-081-1/+1
* sl_SI locale: Use "." as the thousands separator (bug 25233)Rafał Lużyński2020-01-081-2/+2
* Fix formatting of ChangeLog ouputSiddhesh Poyarekar2020-01-071-1/+1
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-045-0/+42
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-043-34/+6
* htl: Drop common tcbhead_t definitionSamuel Thibault2020-01-041-10/+2
* htl: Use dso_handle.hSamuel Thibault2020-01-041-5/+2
* linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-038-12/+24
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella2020-01-031-0/+1
* linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella2020-01-031-0/+1
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34