| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-12-07 | Linux: consolidate mkdir implementation |  Adhemerval Zanella Netto | 1 | -7/+8 |
| 2022-12-07 | Linux: consolidate link implementation |  Adhemerval Zanella Netto | 1 | -2/+7 |
| 2022-12-07 | Linux: consolidate lchown implementation |  Adhemerval Zanella Netto | 1 | -3/+8 |
| 2022-12-07 | Linux: consolidate inotify_init implementation |  Adhemerval Zanella Netto | 1 | -2/+7 |
| 2022-12-07 | Lninux: consolidate epoll_create implementation |  Adhemerval Zanella Netto | 1 | -2/+7 |
| 2022-12-07 | Linux: consolidate dup2 implementation |  Adhemerval Zanella Netto | 1 | -2/+7 |
| 2022-12-07 | Linux: consolidate chown implementation |  Adhemerval Zanella Netto | 1 | -2/+7 |
| 2022-12-07 | Linux: consolidate chmod implementation |  Adhemerval Zanella Netto | 1 | -3/+7 |
| 2022-12-07 | linux: Consolidate dl-origin.c |  Adhemerval Zanella Netto | 2 | -88/+5 |
| 2022-12-07 | linux: Use long int for syscall return value |  Xing Li | 1 | -1/+1 |
| 2022-12-07 | LoongArch: Use medium cmodel build libc_nonshared.a. |  Chenghua Xu | 3 | -0/+38 |
| 2022-12-06 | x86_64: State assembler is being tested on sysdeps/x86/configure |  Adhemerval Zanella | 2 | -3/+3 |
| 2022-12-06 | configure: Remove AS check |  Adhemerval Zanella | 6 | -76/+3 |
| 2022-12-06 | configure: Remove check if ld is GNU |  Adhemerval Zanella | 3 | -127/+91 |
| 2022-12-06 | configure: Remove check if as is GNU |  Adhemerval Zanella | 2 | -26/+0 |
| 2022-12-06 | configure: Move locale tools early |  Adhemerval Zanella | 2 | -649/+649 |
| 2022-12-02 | hurd: Make getrandom cache the server port |  Sergey Bugaev | 1 | -15/+102 |
| 2022-12-02 | powerpc64: Remove old strncmp optimization |  Rajalakshmi Srinivasaraghavan | 5 | -256/+2 |
| 2022-12-02 | x86-64 strncpy: Properly handle the length parameter [BZ# 29839] |  H.J. Lu | 2 | -0/+8 |
| 2022-12-02 | x86-64 strncat: Properly handle the length parameter [BZ# 24097] |  H.J. Lu | 5 | -1/+73 |
| 2022-11-29 | ARC: update definitions in elf/elf.h |  Shahab Vahedi | 3 | -9/+31 |
| 2022-11-29 | scripts: Add "|" operator support to glibcpp's parsing |  Shahab Vahedi | 2 | -0/+2 |
| 2022-11-29 | Apply asm redirections in syslog.h before first use [BZ #27087] |  Tulio Magno Quites Machado Filho | 2 | -9/+19 |
| 2022-11-29 | LoongArch: Add support for ilogb[f] |  Xiaolin Tang | 2 | -0/+78 |
| 2022-11-29 | LoongArch: Add support for scalb[f] |  Xiaolin Tang | 2 | -0/+120 |
| 2022-11-29 | LoongArch: Add support for scalbn[f] |  Xiaolin Tang | 2 | -0/+58 |
| 2022-11-29 | LoongArch: Use __builtin_logb{,f} with GCC >= 13 |  Xiaolin Tang | 1 | -0/+10 |
| 2022-11-29 | Use GCC builtins for logb functions if desired. |  Xiaolin Tang | 6 | -0/+23 |
| 2022-11-29 | LoongArch: Use __builtin_llrint{,f} with GCC >= 13 |  Xiaolin Tang | 1 | -0/+10 |
| 2022-11-29 | Use GCC builtins for llrint functions if desired. |  Xiaolin Tang | 6 | -17/+43 |
| 2022-11-29 | LoongArch: Use __builtin_lrint{,f} with GCC >= 13 |  Xiaolin Tang | 1 | -0/+10 |
| 2022-11-29 | Use GCC builtins for lrint functions if desired. |  Xiaolin Tang | 6 | -17/+43 |
| 2022-11-29 | LoongArch: Use __builtin_rint{,f} with GCC >= 13 |  Xi Ruoyao | 1 | -0/+9 |
| 2022-11-27 | x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.h |  Noah Goldstein | 3 | -342/+192 |
| 2022-11-27 | x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h |  Noah Goldstein | 2 | -242/+172 |
| 2022-11-27 | x86/fpu: Reformat svml_{s|d}_wrapper_impl.h |  Noah Goldstein | 2 | -510/+510 |
| 2022-11-27 | x86/fpu: Fix misspelled evex512 section in variety of svml files |  Noah Goldstein | 21 | -21/+21 |
| 2022-11-27 | x86/fpu: Add missing ISA sections to variety of svml files |  Noah Goldstein | 198 | -198/+198 |
| 2022-11-21 | stdio-common: Add missing dependencies (bug 29780) |  Andreas Schwab | 1 | -2/+4 |
| 2022-11-21 | i386: Avoid rely on linker optimization to avoid relocation |  Adhemerval Zanella Netto | 1 | -4/+9 |
| 2022-11-21 | elf: Fix rtld-audit trampoline for aarch64 |  Vladislav Khmelevsky | 1 | -3/+1 |
| 2022-11-17 | Define in_int32_t_range to check if the 64 bit time_t syscall should be used |  YunQiang Su | 18 | -23/+31 |
| 2022-11-14 | elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776) |  Alan Modra | 1 | -1/+5 |
| 2022-11-14 | LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }. |  Xiaolin Tang | 4 | -0/+192 |
| 2022-11-14 | LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }. |  Xiaolin Tang | 4 | -0/+160 |
| 2022-11-14 | LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }. |  Xiaolin Tang | 4 | -0/+116 |
| 2022-11-14 | LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }. |  Xiaolin Tang | 4 | -0/+193 |
| 2022-11-14 | LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }. |  Xiaolin Tang | 4 | -0/+160 |
| 2022-11-14 | LoongArch: Hard Float Support for float-point classification functions. |  Xiaolin Tang | 11 | -0/+333 |
| 2022-11-14 | LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}. |  Xiaolin Tang | 1 | -0/+4 |