summaryrefslogtreecommitdiff
path: root/lib/libc/arch/riscv64
AgeCommit message (Expand)Author
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas
2021-06-20We need to store the flagged passed to sigsetjmp(3) and use it inMark Kettenis
2021-06-19C version of fabs(), for nowTheo de Raadt
2021-05-17delete useless blank linesTheo de Raadt
2021-05-14Fix regression for _setjmp, fucntion does not use stack and adjustingDale Rahn
2021-05-09Change offsets to (N * 8) to reduce chance of register clobber and mistakes.Dale Rahn
2021-05-04Remove cerror dependancy from riscv64 asm syscalls.Dale Rahn
2021-05-04riscv64 brk()/sbrk() implementations,Dale Rahn
2021-05-02riscv64, fix HANDLE_ERRORDale Rahn
2021-04-30Fix linkage error due to fp* functions.Dale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libc, more pieces.Dale Rahn
2021-04-29Clean up <machine/ieeefp.h> and make sure the rounding mode bits match theMark Kettenis
2021-04-28Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since itMark Kettenis
2021-04-28riscv64 libc setjmp functions,Dale Rahn
2021-04-28Add signbitl.c that was missed as part of an earlier commit.Mark Kettenis
2021-04-28RISC-V does not implement trapping of floating point exceptions, so useMark Kettenis
2021-04-28riscv64 gdtoa supportDale Rahn
2021-04-28riscv64 libc string support,Dale Rahn
2021-04-27riscv64 libc floating point, a portion of the files are ready.Dale Rahn