aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* riscv: remove more riscv64sf supportBrooks Davis2024-03-211-10/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-015-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke2023-01-092-0/+6
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-093-102/+0
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-0/+50
* riscv: Fix whitespace issues in fabs added in 524b018d2004Jessica Clarke2021-03-011-2/+2
* riscv: Add a soft-float implementation of fabs()Alex Richardson2021-03-011-2/+9
* libc: Provide sub fp(s|g)etmask() implementations for RISC-VKristof Provost2020-08-033-0/+96
* Check the magic value in longjmp() before calling sigprocmask().John Baldwin2020-04-211-5/+5
* Tidy the _set_tp function for RISC-V.John Baldwin2020-02-061-3/+4
* Use "far" calls and branches so that lld uses valid relocations.John Baldwin2019-12-042-6/+10
* Use a single 'ld' to read the jmpbuf magic values instead of 'la; ld'.John Baldwin2019-12-042-8/+4
* Fix setjmp for RISC-V:Ruslan Bukin2018-07-232-52/+52
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-194-7/+7
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-1/+3
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-163-78/+71
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-1710-0/+704