index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-12-30
RISC-V: Add support for dl_runtime_profile (BZ #31151)
Aurelien Jarno
4
-1
/
+225
2023-12-19
riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
Adhemerval Zanella
1
-5
/
+3
2023-09-06
riscv: Add support for XTheadBb in string-fz[a,i].h
Christoph Müllner
2
-2
/
+7
2023-07-22
riscv: Update rvd libm test ulps
Aurelien Jarno
1
-0
/
+1
2023-07-17
configure: Use autoconf 2.71
Siddhesh Poyarekar
2
-14
/
+13
2023-05-07
Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."
Florian Weimer
2
-47
/
+0
2023-04-28
riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.
Hsiangkai Wang
2
-0
/
+47
2023-02-06
riscv: Add string-fza.h and string-fzi.h
Adhemerval Zanella
2
-0
/
+146
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
91
-91
/
+91
2022-11-03
elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)
Florian Weimer
1
-1
/
+1
2022-10-28
stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
Letu Ren
1
-0
/
+37
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
1
-2
/
+0
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
1
-0
/
+1
2022-09-26
Use atomic_exchange_release/acquire
Wilco Dijkstra
1
-1
/
+1
2022-09-21
riscv: Remove RV32 floating point functions
Alistair Francis
8
-132
/
+40
2022-09-21
riscv: Consolidate the libm-test-ulps
Alistair Francis
4
-1406
/
+0
2022-07-27
riscv: Update rv64 libm test ulps
Darius Rad
1
-1
/
+1
2022-07-27
riscv: Update nofpu libm test ulps
Darius Rad
1
-31
/
+39
2022-06-30
riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVE
Kito Cheng
1
-1
/
+4
2022-06-23
riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVE
Kito Cheng
1
-9
/
+9
2022-06-15
riscv: Change the relocations handled for RTLD_BOOTSTRAP
Fangrui Song
1
-13
/
+10
2022-05-30
riscv: Remove _dl_skip_args usage
Adhemerval Zanella
1
-11
/
+1
2022-05-13
RISC-V: Use an autoconf template to produce `preconfigure'
Maciej W. Rozycki
2
-15
/
+82
2022-04-26
elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
Fangrui Song
2
-5
/
+0
2022-04-11
manual: Avoid name collision in libm ULP table [BZ #28956]
Tom Coldrick
2
-2
/
+2
2022-04-04
Remove -z combreloc and HAVE_Z_COMBRELOC
Fangrui Song
1
-16
/
+2
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
94
-94
/
+94
2021-12-28
malloc: Remove memusage.h
Adhemerval Zanella
1
-21
/
+0
2021-12-17
Remove ununsed tcb-offset
Adhemerval Zanella
2
-27
/
+0
2021-12-17
riscv: align stack before calling _dl_init [BZ #28703]
Aurelien Jarno
1
-0
/
+6
2021-12-09
Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
Florian Weimer
1
-7
/
+2
2021-12-09
nptl: Introduce <tcb-access.h> for THREAD_* accessors
Florian Weimer
1
-8
/
+1
2021-12-03
nptl: Increase default TCB alignment to 32
Florian Weimer
1
-3
/
+0
2021-11-03
riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN
Adhemerval Zanella
3
-0
/
+52
2021-10-28
riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
Fangrui Song
1
-1
/
+1
[next]