Age | Commit message (Expand) | Author | Files | Lines |
2025-01-10 | Add missing include guards to <dl-tls.h> | Florian Weimer | 1 | -0/+4 |
2025-01-09 | Move <thread_pointer.h> to kernel-independent sysdeps directories | Florian Weimer | 1 | -0/+0 |
2025-01-08 | riscv: Update nofpu libm test ulps | Darius Rad | 1 | -4/+40 |
2025-01-02 | RISC-V: Regenerate ULPs | Aurelien Jarno | 1 | -1/+158 |
2025-01-02 | elf: Remove the remaining uses of GET_ADDR_OFFSET | Florian Weimer | 2 | -2/+1 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 92 | -92/+92 |
2024-12-18 | math: Use tanhf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use sinhf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use coshf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use atanhf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use atan2f from CORE-MATH | Adhemerval Zanella | 2 | -16/+0 |
2024-12-18 | math: Use atanf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use asinhf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use asinf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use acoshf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-18 | math: Use acosf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-12-09 | nptl: Add <thread_pointer.h> for RISC-V | Michael Jeanson | 1 | -0/+40 |
2024-12-02 | elf: Consolidate stackinfo.h | Adhemerval Zanella | 1 | -33/+0 |
2024-11-25 | RISC-V: Use builtin for fma and fmaf | Julian Zhu | 3 | -68/+4 |
2024-11-25 | RISC-V: Use builtin for copysign and copysignf | Julian Zhu | 2 | -58/+0 |
2024-11-22 | math: Use tanf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-22 | math: Use lgammaf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-22 | math: Use erfcf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-22 | math: Use erff from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-22 | math: Use cbrtf from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-01 | math: Use log10p1f from CORE-MATH | Adhemerval Zanella | 2 | -5/+0 |
2024-11-01 | math: Use log1pf from CORE-MATH | Adhemerval Zanella | 2 | -16/+0 |
2024-11-01 | math: Use log2p1f from CORE-MATH | Adhemerval Zanella | 2 | -5/+0 |
2024-11-01 | math: Use expm1f from CORE-MATH | Adhemerval Zanella | 2 | -8/+0 |
2024-11-01 | math: Use exp2m1f from CORE-MATH | Adhemerval Zanella | 2 | -5/+0 |
2024-11-01 | math: Use exp10m1f from CORE-MATH | Adhemerval Zanella | 2 | -5/+0 |
2024-10-11 | replace tgammaf by the CORE-MATH implementation | Paul Zimmermann | 2 | -8/+0 |
2024-10-02 | riscv: align .preinit_array (bug 32228) | Andreas Schwab | 1 | -0/+1 |
2024-08-08 | RISC-V: Regenerate ULPs | Julian Zhu | 1 | -32/+32 |
2024-07-25 | riscv: Update ulps | Khem Raj | 1 | -4/+4 |
2024-07-03 | riscv: Update nofpu libm test ulps | Darius Rad | 1 | -0/+20 |
2024-06-20 | RISC-V: Update ulps | Julian Zhu | 1 | -0/+80 |
2024-06-17 | Convert to autoconf 2.72 (vanilla release, no distribution patches) | Andreas K. Hüttel | 1 | -6/+9 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 2 | -0/+40 |
2024-04-19 | login: Check default sizes of structs utmp, utmpx, lastlog | Florian Weimer | 1 | -0/+2 |
2024-03-25 | RISC-V: Fix the static-PIE non-relocated object check | Palmer Dabbelt | 1 | -1/+1 |
2024-03-18 | riscv: Update nofpu libm test ulps | Darius Rad | 1 | -0/+1 |
2024-03-12 | riscv: Fix alignment-ignorant memcpy implementation | Adhemerval Zanella | 4 | -206/+169 |
2024-03-01 | riscv: Add and use alignment-ignorant memcpy | Evan Green | 3 | -0/+225 |
2024-03-01 | riscv: Enable multi-arg ifunc resolvers | Evan Green | 1 | -0/+27 |
2024-03-01 | riscv: Add __riscv_hwprobe pointer to ifunc calls | Evan Green | 1 | -4/+5 |
2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers | 1 | -1/+1 |
2024-01-22 | riscv: add support for static PIE | Andreas Schwab | 1 | -0/+11 |
2024-01-12 | RISC-V: Enable static-pie. | Yanzhang Wang | 3 | -1/+77 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 93 | -93/+93 |