about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Linux: consolidate chown implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chmod implementationAdhemerval Zanella Netto2022-12-071-3/+7
* linux: Consolidate dl-origin.cAdhemerval Zanella Netto2022-12-072-88/+5
* linux: Use long int for syscall return valueXing Li2022-12-071-1/+1
* LoongArch: Use medium cmodel build libc_nonshared.a.Chenghua Xu2022-12-073-0/+38
* x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2022-12-062-3/+3
* configure: Remove AS checkAdhemerval Zanella2022-12-066-76/+3
* configure: Remove check if ld is GNUAdhemerval Zanella2022-12-063-127/+91
* configure: Remove check if as is GNUAdhemerval Zanella2022-12-062-26/+0
* configure: Move locale tools earlyAdhemerval Zanella2022-12-062-649/+649
* hurd: Make getrandom cache the server portSergey Bugaev2022-12-021-15/+102
* powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan2022-12-025-256/+2
* x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2022-12-022-0/+8
* x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu2022-12-025-1/+73
* ARC: update definitions in elf/elf.hShahab Vahedi2022-11-293-9/+31
* scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi2022-11-292-0/+2
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-292-9/+19
* LoongArch: Add support for ilogb[f]Xiaolin Tang2022-11-292-0/+78
* LoongArch: Add support for scalb[f]Xiaolin Tang2022-11-292-0/+120
* LoongArch: Add support for scalbn[f]Xiaolin Tang2022-11-292-0/+58
* LoongArch: Use __builtin_logb{,f} with GCC >= 13Xiaolin Tang2022-11-291-0/+10
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-296-0/+23
* LoongArch: Use __builtin_llrint{,f} with GCC >= 13Xiaolin Tang2022-11-291-0/+10
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-296-17/+43
* LoongArch: Use __builtin_lrint{,f} with GCC >= 13Xiaolin Tang2022-11-291-0/+10
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-296-17/+43
* LoongArch: Use __builtin_rint{,f} with GCC >= 13Xi Ruoyao2022-11-291-0/+9
* x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein2022-11-273-342/+192
* x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein2022-11-272-242/+172
* x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein2022-11-272-510/+510
* x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein2022-11-2721-21/+21
* x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein2022-11-27198-198/+198
* stdio-common: Add missing dependencies (bug 29780)Andreas Schwab2022-11-211-2/+4
* i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto2022-11-211-4/+9
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-211-3/+1
* Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su2022-11-1718-23/+31
* elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra2022-11-141-1/+5
* LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }.Xiaolin Tang2022-11-144-0/+192
* LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }.Xiaolin Tang2022-11-144-0/+160
* LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.Xiaolin Tang2022-11-144-0/+116
* LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }.Xiaolin Tang2022-11-144-0/+193
* LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }.Xiaolin Tang2022-11-144-0/+160
* LoongArch: Hard Float Support for float-point classification functions.Xiaolin Tang2022-11-1411-0/+333
* LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}.Xiaolin Tang2022-11-141-0/+4
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-104-26/+63
* riscv: Get level 3 cache's informationZong Li2022-11-091-0/+6
* debug: Fix typo in tests-unsupported ruleAdhemerval Zanella2022-11-091-1/+1
* iconvdata/tst-table-charmap.sh: remove handling of old, borrowed formatнаб2022-11-093-12/+3
* Makerules: Generate shlib.lds with -fuse-ld=bfdFangrui Song2022-11-081-1/+3
* x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein2022-11-0827-18/+115