index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
riscv64
Age
Commit message (
Expand
)
Author
2021-07-24
riscv64 userland timecounter support
Jeremie Courreges-Anglas
2021-06-20
We need to store the flagged passed to sigsetjmp(3) and use it in
Mark Kettenis
2021-06-19
C version of fabs(), for now
Theo de Raadt
2021-05-17
delete useless blank lines
Theo de Raadt
2021-05-14
Fix regression for _setjmp, fucntion does not use stack and adjusting
Dale Rahn
2021-05-09
Change offsets to (N * 8) to reduce chance of register clobber and mistakes.
Dale Rahn
2021-05-04
Remove cerror dependancy from riscv64 asm syscalls.
Dale Rahn
2021-05-04
riscv64 brk()/sbrk() implementations,
Dale Rahn
2021-05-02
riscv64, fix HANDLE_ERROR
Dale Rahn
2021-04-30
Fix linkage error due to fp* functions.
Dale Rahn
2021-04-29
riscv64 libc
Dale Rahn
2021-04-29
riscv64 libc
Dale Rahn
2021-04-29
riscv64 libc, more pieces.
Dale Rahn
2021-04-29
Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the
Mark Kettenis
2021-04-28
Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since it
Mark Kettenis
2021-04-28
riscv64 libc setjmp functions,
Dale Rahn
2021-04-28
Add signbitl.c that was missed as part of an earlier commit.
Mark Kettenis
2021-04-28
RISC-V does not implement trapping of floating point exceptions, so use
Mark Kettenis
2021-04-28
riscv64 gdtoa support
Dale Rahn
2021-04-28
riscv64 libc string support,
Dale Rahn
2021-04-27
riscv64 libc floating point, a portion of the files are ready.
Dale Rahn